[phpMP-CVS] CVS: phpMP/languages/english lang_main.php,1.2,1.3
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-08-10 21:39:53
|
Update of /cvsroot/phpmp/phpMP/languages/english In directory usw-pr-cvs1:/tmp/cvs-serv12160/languages/english Modified Files: lang_main.php Log Message: Added more support for languages. Everything in the core (not all modules) is now covered by the language packs (I hope). Index: lang_main.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/languages/english/lang_main.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** lang_main.php 26 Jul 2002 05:25:07 -0000 1.2 --- lang_main.php 10 Aug 2002 21:39:51 -0000 1.3 *************** *** 43,50 **** $this->lang['l_username'] = 'Username'; $this->lang['l_password'] = 'Password'; $this->lang['l_login'] = 'Login'; ! $this->lang['l_forgot_passwd'] = 'Forgot Your Password?'; ! $this->lang['l_register'] = 'Register A Username'; $this->lang['l_not_logged_in'] = 'You are not logged in.'; --- 43,65 ---- $this->lang['l_username'] = 'Username'; + $this->lang['l_user_panel'] = 'User Control Panel'; + $this->lang['l_user_panel_short'] = 'User CP'; + $this->lang['l_email'] = 'E-mail'; $this->lang['l_password'] = 'Password'; + $this->lang['l_confirm_password'] = 'Confirm'; + $this->lang['l_realname'] = 'Real Name'; + $this->lang['l_location'] = 'Location'; + $this->lang['l_required_field'] = 'Denotes a Requires Field'; + $this->lang['l_login'] = 'Login'; ! $this->lang['l_logout'] = 'Logout'; ! $this->lang['l_forgot_password'] = 'Forgot Your Password?'; ! $this->lang['l_register'] = 'Register'; ! ! $this->lang['l_welcome'] = 'Welcome'; ! $this->lang['l_edit_profile'] = 'Edit User Profile'; ! $this->lang['l_admin_area'] = 'Administration Area'; ! ! $this->lang['l_register_name'] = 'Register A Username'; $this->lang['l_not_logged_in'] = 'You are not logged in.'; |