[phpMP-CVS] CVS: phpMP/languages/french lang_main.php,1.4,1.5
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-12-05 00:33:45
|
Update of /cvsroot/phpmp/phpMP/languages/french In directory sc8-pr-cvs1:/tmp/cvs-serv15643/languages/french Modified Files: lang_main.php Log Message: Added 'C_' to config constants not pertaining to the DB connection. Call me anal retentive if you want. I don't care. Index: lang_main.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/languages/french/lang_main.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** lang_main.php 5 Dec 2002 00:17:03 -0000 1.4 --- lang_main.php 5 Dec 2002 00:33:42 -0000 1.5 *************** *** 16,20 **** // Note: Always escape single quote characters (') with a backslash (\). // ! 'L_Welcome_to_Site' => 'Bienvenue chez ' . SITE_NAME . '!', 'L_Home' => 'Accueil', 'L_Profile' => 'Profil', --- 16,20 ---- // Note: Always escape single quote characters (') with a backslash (\). // ! 'L_Welcome_to_Site' => 'Bienvenue chez ' . C_SITE_NAME . '!', 'L_Home' => 'Accueil', 'L_Profile' => 'Profil', *************** *** 52,56 **** // Other various parts of the templates. // ! 'L_Powered_by_phpMP' => 'Actionné par phpMP ' . VERSION . ' © 2002 <a href="http://phpmp.sourceforge.net/">phpMP Dev. Group</a>.', 'L_Copyright' => 'Tout le contenu de se site est la propriété du propriétaire respectif. Tous droits réservés.' --- 52,56 ---- // Other various parts of the templates. // ! 'L_Powered_by_phpMP' => 'Actionné par phpMP ' . C_VERSION . ' © 2002 <a href="http://phpmp.sourceforge.net/">phpMP Dev. Group</a>.', 'L_Copyright' => 'Tout le contenu de se site est la propriété du propriétaire respectif. Tous droits réservés.' |