[phpMP-CVS] CVS: phpMP/languages/english lang_main.php,1.11,1.12
Status: Pre-Alpha
Brought to you by:
heimidal
From: Christopher C. <top...@us...> - 2002-12-04 16:09:23
|
Update of /cvsroot/phpmp/phpMP/languages/english In directory sc8-pr-cvs1:/tmp/cvs-serv31366/languages/english Modified Files: lang_main.php Log Message: Convert fr language file to new format. Escape single-quotes requiring escaping. Aesthetic cleanups. Index: lang_main.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/languages/english/lang_main.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** lang_main.php 3 Dec 2002 11:17:42 -0000 1.11 --- lang_main.php 4 Dec 2002 16:09:20 -0000 1.12 *************** *** 14,37 **** // General language used throughout site. // ! // Note: Always escape singe quote characters (') with a backslash (\). // 'L_Welcome_to_Site' => 'Welcome to ' . SITE_NAME . '!', ! 'L_Home' => 'Home', ! 'L_Profile' => 'Profile', ! 'L_Modules' => 'Modules', 'L_Downloads' => 'Downloads', 'L_Username' => 'Username', ! 'L_User_CP' => 'User CP', ! 'L_User_Control_Panel' => 'User Control Panel', ! 'L_E-mail' => 'E-mail', 'L_Password' => 'Password', ! 'L_Comfirm' => 'Confirm', 'L_Real Name' => 'Real Name', 'L_Location' => 'Location', 'L_Register' => 'Register', ! 'L_Welcome' => 'Welcome', ! 'L_Administration_Area' => 'Administration Area', ! 'L_Register_a_Username' => 'Register a Username', --- 14,37 ---- // General language used throughout site. // ! // Note: Always escaple singe quote characters (') with a backslash (\). // 'L_Welcome_to_Site' => 'Welcome to ' . SITE_NAME . '!', ! 'L_Home' => 'Home', ! 'L_Profile' => 'Profile', ! 'L_Modules' => 'Modules', 'L_Downloads' => 'Downloads', 'L_Username' => 'Username', ! 'L_User_CP' => 'User CP', ! 'L_User_Control_Panel' => 'User Control Panel', ! 'L_E-mail' => 'E-mail', 'L_Password' => 'Password', ! 'L_Comfirm' => 'Confirm', 'L_Real Name' => 'Real Name', 'L_Location' => 'Location', 'L_Register' => 'Register', ! 'L_Welcome' => 'Welcome', ! 'L_Administration_Area' => 'Administration Area', ! 'L_Register_a_Username' => 'Register a Username', *************** *** 39,48 **** // Below is language used almost specifically for auth. // ! 'L_Login' => 'Login', ! 'L_Logout' => 'Logout', ! 'L_Account_Activated' => 'Your account has been activated. You may now log in.', 'L_Required_Field' => 'Denotes a Required Field', ! 'L_Register_Finished' => 'Your registration has been processed. Please check your e-mail for a message explaining how to activate your new account.', 'L_Forgot_Password' => 'Forgot Your Password?', 'L_Not_logged_in' => 'You are not logged in.', --- 39,48 ---- // Below is language used almost specifically for auth. // ! 'L_Login' => 'Login', ! 'L_Logout' => 'Logout', ! 'L_Account_Activated' => 'Your account has been activated. You may now log in.', 'L_Required_Field' => 'Denotes a Required Field', ! 'L_Register_Finished' => 'Your registration has been processed. Please check your e-mail for a message explaining how to activate your new account.', 'L_Forgot_Password' => 'Forgot Your Password?', 'L_Not_logged_in' => 'You are not logged in.', *************** *** 52,56 **** // Other various parts of the templates. // ! 'L_Powered_by_phpMP' => 'powered by phpMP ' . VERSION . ' © 2002 <a href="http://phpmp.sourceforge.net/">phpMP Dev. Group</a>.', 'L_Copyright' => 'All content is property of its respective owner. All rights reserved.' --- 52,56 ---- // Other various parts of the templates. // ! 'L_Powered_by_phpMP' => 'powered by phpMP ' . VERSION . ' © 2002 <a href="http://phpmp.sourceforge.net/">phpMP Dev. Group</a>.', 'L_Copyright' => 'All content is property of its respective owner. All rights reserved.' *************** *** 64,66 **** } ! ?> \ No newline at end of file --- 64,66 ---- } ! ?> |