diff --git a/e107_languages/English/admin/lan_prefs.php b/e107_languages/English/admin/lan_prefs.php index 2d994ddb6..893eaa6b8 100644 --- a/e107_languages/English/admin/lan_prefs.php +++ b/e107_languages/English/admin/lan_prefs.php @@ -12,9 +12,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_prefs.php,v $ -| $Revision: 1.2 $ -| $Date: 2007-01-02 21:53:51 $ -| $Author: e107steved $ +| $Revision: 1.3 $ +| $Date: 2007-04-12 23:04:51 $ +| $Author: e107coders $ +----------------------------------------------------------------------------+ */ @@ -165,7 +165,7 @@ define("PRFLAN_154", "New user verification method
If 'Admin Approval' is define("PRFLAN_155", "Display Name available to"); define("PRFLAN_156", "Reset ALL Display Names"); -define("PRFLAN_157", "All Display Names have been reset to the Login Name"); +define("PRFLAN_157", "All Display Names have been reset to the Username"); define("PRFLAN_158", "Display Name maximum length"); define("PRFLAN_159", "viewing this page with"); diff --git a/e107_languages/English/admin/lan_users.php b/e107_languages/English/admin/lan_users.php index bb62f0db9..f440ba83b 100644 --- a/e107_languages/English/admin/lan_users.php +++ b/e107_languages/English/admin/lan_users.php @@ -4,9 +4,9 @@ | e107 website system - Language File. | | $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_users.php,v $ -| $Revision: 1.2 $ -| $Date: 2007-03-25 02:01:06 $ -| $Author: mcfly_e107 $ +| $Revision: 1.3 $ +| $Date: 2007-04-12 23:04:51 $ +| $Author: e107coders $ +----------------------------------------------------------------------------+ */ define("USRLAN_1", "Options Saved."); @@ -120,7 +120,7 @@ define("USRLAN_125", "From"); define("USRLAN_126", "Allow users to rate users"); define("USRLAN_127", "Allow comments in user profile"); -define("USRLAN_128", "Login name"); +define("USRLAN_128", "Username"); define("USRLAN_130", "Enable online user tracking"); define("USRLAN_131", "You must enable this option to use online user tracking options, like online.php, forum online info and online menus"); diff --git a/e107_languages/English/lan_installer.php b/e107_languages/English/lan_installer.php index 6040eeeaa..d9e4910ba 100644 --- a/e107_languages/English/lan_installer.php +++ b/e107_languages/English/lan_installer.php @@ -106,7 +106,7 @@ define("LANINS_071", "Finalising Installation"); define("LANINS_072", "Admin Username"); define("LANINS_073", "This is the name you will use to login into the site. If you wish to use this as your display name also"); define("LANINS_074", "Admin Display Name"); -define("LANINS_075", "This is the name that you wish your users to see displayed in your profile, forums and other areas. If you wish to use the same as your login name then leave this blank."); +define("LANINS_075", "This is the name that you wish your users to see displayed in your profile, forums and other areas. If you wish to use the same as your username then leave this blank."); define("LANINS_076", "Admin Password"); define("LANINS_077", "Please type the admin password you wish to use here"); define("LANINS_078", "Admin Password Confirmation"); diff --git a/e107_languages/English/lan_submitnews.php b/e107_languages/English/lan_submitnews.php index ffed21f25..1b856df14 100644 --- a/e107_languages/English/lan_submitnews.php +++ b/e107_languages/English/lan_submitnews.php @@ -4,13 +4,13 @@ | e107 website system - Language File. | | $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_submitnews.php,v $ -| $Revision: 1.1.1.1 $ -| $Date: 2006-12-02 04:34:40 $ -| $Author: mcfly_e107 $ +| $Revision: 1.2 $ +| $Date: 2007-04-12 23:04:51 $ +| $Author: e107coders $ +----------------------------------------------------------------------------+ */ define("PAGE_NAME", "Submit News"); -define("LAN_7", "Login Name: "); +define("LAN_7", "Username: "); define("LAN_62", "Subject: "); define("LAN_112", "Email Address: "); define("LAN_133", "Thank you"); diff --git a/e107_languages/English/lan_usersettings.php b/e107_languages/English/lan_usersettings.php index 7da4a06c1..97b03381e 100644 --- a/e107_languages/English/lan_usersettings.php +++ b/e107_languages/English/lan_usersettings.php @@ -4,16 +4,16 @@ | e107 website system - Language File. | | $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_usersettings.php,v $ -| $Revision: 1.4 $ -| $Date: 2007-01-29 21:03:53 $ -| $Author: e107steved $ +| $Revision: 1.5 $ +| $Date: 2007-04-12 23:04:51 $ +| $Author: e107coders $ +----------------------------------------------------------------------------+ */ define("PAGE_NAME", "User Settings"); define("LAN_7", "Display Name: "); define("LAN_8", "the name displayed on site"); -define("LAN_9", "Login Name: "); +define("LAN_9", "Username: "); define("LAN_10", "the name you use to login to the site"); define("LAN_11", "the name you use to login to the site - this cannot be changed, please contact an administrator if it needs to be changed for security purposes"); @@ -107,6 +107,6 @@ define("LAN_USET_9", "Some of the required fields (marked with a *) are missing define("LAN_USET_10","Please update your settings now, in order to proceed."); define("LAN_USET_11", "That user name cannot be accepted as valid, please choose a different user name"); define("LAN_USET_12", "That display name is too short. Please choose another"); -define("LAN_USET_13", "Invalid characters in login name. Please choose another"); +define("LAN_USET_13", "Invalid characters in Username. Please choose another"); ?> \ No newline at end of file