[phpMP-CVS] CVS: phpMP/languages/english lang_main.php,1.23,1.24
Status: Pre-Alpha
Brought to you by:
heimidal
From: Gordon P. H. <gph...@us...> - 2003-06-29 19:04:21
|
Update of /cvsroot/phpmp/phpMP/languages/english In directory sc8-pr-cvs1:/tmp/cvs-serv8893/languages/english Modified Files: lang_main.php Log Message: Fixed a tabulating problem and capitalized the P in "Powered by". - GPHemsley Index: lang_main.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/languages/english/lang_main.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** lang_main.php 29 Jun 2003 08:19:56 -0000 1.23 --- lang_main.php 29 Jun 2003 19:04:19 -0000 1.24 *************** *** 39,43 **** // Note: Always escape single quote characters (') with a backslash (\). // ! 'WELCOME_TO' => 'Welcome to ', 'HOME' => 'Home', 'PROFILE' => 'Profile', --- 39,43 ---- // Note: Always escape single quote characters (') with a backslash (\). // ! 'WELCOME_TO' => 'Welcome to ', 'HOME' => 'Home', 'PROFILE' => 'Profile', *************** *** 46,50 **** 'USERNAME' => 'Username', 'USER_CP' => 'User CP', ! 'USER_CONTROL_PANEL' => 'User Control Panel', 'E_MAIL' => 'E-mail', 'PASSWORD' => 'Password', --- 46,50 ---- 'USERNAME' => 'Username', 'USER_CP' => 'User CP', ! 'USER_CONTROL_PANEL' => 'User Control Panel', 'E_MAIL' => 'E-mail', 'PASSWORD' => 'Password', *************** *** 54,58 **** 'REGISTER' => 'Register', 'MAIN_MENU' => 'Main Menu', ! 'USER_SETTINGS' => 'User Settings', 'ADMINISTRATION AREA' => 'Administration Area', --- 54,58 ---- 'REGISTER' => 'Register', 'MAIN_MENU' => 'Main Menu', ! 'USER_SETTINGS' => 'User Settings', 'ADMINISTRATION AREA' => 'Administration Area', *************** *** 76,80 **** // Other various parts of the templates. // ! 'POWERED_BY' => 'powered by phpMP ' . $Config->get('version') . ' © 2003 <a href="http://phpmp.sourceforge.net/">phpMP Dev. Group</a>.', 'COPYRIGHT' => 'All content is property of its respective owner. All rights reserved.' --- 76,80 ---- // Other various parts of the templates. // ! 'POWERED_BY' => 'Powered by phpMP ' . $Config->get('version') . ' © 2003 <a href="http://phpmp.sourceforge.net/">phpMP Dev. Group</a>.', 'COPYRIGHT' => 'All content is property of its respective owner. All rights reserved.' |