mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 15:16:30 +02:00
changed "Login Name" to "Username".
This commit is contained in:
@@ -12,9 +12,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_prefs.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_prefs.php,v $
|
||||||
| $Revision: 1.2 $
|
| $Revision: 1.3 $
|
||||||
| $Date: 2007-01-02 21:53:51 $
|
| $Date: 2007-04-12 23:04:51 $
|
||||||
| $Author: e107steved $
|
| $Author: e107coders $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -165,7 +165,7 @@ define("PRFLAN_154", "New user verification method <br />If 'Admin Approval' is
|
|||||||
|
|
||||||
define("PRFLAN_155", "Display Name available to");
|
define("PRFLAN_155", "Display Name available to");
|
||||||
define("PRFLAN_156", "Reset ALL Display Names");
|
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_158", "Display Name maximum length");
|
||||||
define("PRFLAN_159", "viewing this page with");
|
define("PRFLAN_159", "viewing this page with");
|
||||||
|
|
||||||
|
@@ -4,9 +4,9 @@
|
|||||||
| e107 website system - Language File.
|
| e107 website system - Language File.
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_users.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_users.php,v $
|
||||||
| $Revision: 1.2 $
|
| $Revision: 1.3 $
|
||||||
| $Date: 2007-03-25 02:01:06 $
|
| $Date: 2007-04-12 23:04:51 $
|
||||||
| $Author: mcfly_e107 $
|
| $Author: e107coders $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
define("USRLAN_1", "Options Saved.");
|
define("USRLAN_1", "Options Saved.");
|
||||||
@@ -120,7 +120,7 @@ define("USRLAN_125", "From");
|
|||||||
define("USRLAN_126", "Allow users to rate users");
|
define("USRLAN_126", "Allow users to rate users");
|
||||||
define("USRLAN_127", "Allow comments in user profile");
|
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_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");
|
define("USRLAN_131", "You must enable this option to use online user tracking options, like online.php, forum online info and online menus");
|
||||||
|
@@ -106,7 +106,7 @@ define("LANINS_071", "Finalising Installation");
|
|||||||
define("LANINS_072", "Admin Username");
|
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_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_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_076", "Admin Password");
|
||||||
define("LANINS_077", "Please type the admin password you wish to use here");
|
define("LANINS_077", "Please type the admin password you wish to use here");
|
||||||
define("LANINS_078", "Admin Password Confirmation");
|
define("LANINS_078", "Admin Password Confirmation");
|
||||||
|
@@ -4,13 +4,13 @@
|
|||||||
| e107 website system - Language File.
|
| e107 website system - Language File.
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_submitnews.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_submitnews.php,v $
|
||||||
| $Revision: 1.1.1.1 $
|
| $Revision: 1.2 $
|
||||||
| $Date: 2006-12-02 04:34:40 $
|
| $Date: 2007-04-12 23:04:51 $
|
||||||
| $Author: mcfly_e107 $
|
| $Author: e107coders $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
define("PAGE_NAME", "Submit News");
|
define("PAGE_NAME", "Submit News");
|
||||||
define("LAN_7", "Login Name: ");
|
define("LAN_7", "Username: ");
|
||||||
define("LAN_62", "Subject: ");
|
define("LAN_62", "Subject: ");
|
||||||
define("LAN_112", "Email Address: ");
|
define("LAN_112", "Email Address: ");
|
||||||
define("LAN_133", "Thank you");
|
define("LAN_133", "Thank you");
|
||||||
|
@@ -4,16 +4,16 @@
|
|||||||
| e107 website system - Language File.
|
| e107 website system - Language File.
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_usersettings.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_usersettings.php,v $
|
||||||
| $Revision: 1.4 $
|
| $Revision: 1.5 $
|
||||||
| $Date: 2007-01-29 21:03:53 $
|
| $Date: 2007-04-12 23:04:51 $
|
||||||
| $Author: e107steved $
|
| $Author: e107coders $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
define("PAGE_NAME", "User Settings");
|
define("PAGE_NAME", "User Settings");
|
||||||
|
|
||||||
define("LAN_7", "Display Name: ");
|
define("LAN_7", "Display Name: ");
|
||||||
define("LAN_8", "the name displayed on site");
|
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_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");
|
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_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_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_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");
|
||||||
|
|
||||||
?>
|
?>
|
Reference in New Issue
Block a user