mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 09:10:23 +02:00
Merge pull request #2019 from yesszus/patch-19
Issue #6 e107_admin/users.php
This commit is contained in:
@@ -180,7 +180,7 @@ define("USRLAN_171", "Random password");
|
||||
define("USRLAN_172", "User account has been created with the following:");
|
||||
// define("USRLAN_173", "Login name set");
|
||||
// define("USRLAN_174", "User name --NAME-- created");
|
||||
define("USRLAN_175", "");
|
||||
define("USRLAN_175", "Session");
|
||||
|
||||
define("USRLAN_179", "User banned: ");
|
||||
define("USRLAN_180", "IP address of {IP} appears on whitelist; IP not banned.");
|
||||
@@ -199,7 +199,7 @@ define("USRLAN_191", "Administrator can impose restrictions during this period i
|
||||
define("USRLAN_192", ""); // was "days" use value in lan_date.php instead.
|
||||
define("USRLAN_193", "Nothing changed - not saved");
|
||||
define("USRLAN_194", "Signature may be modified by");
|
||||
define("USRLAN_195", "");
|
||||
define("USRLAN_195", "Last Post");
|
||||
|
||||
//User Ranks phrases
|
||||
// define("USRLAN_196", "User ranks"); // use LAN_USER_RANKS
|
||||
@@ -233,6 +233,13 @@ define("LAN_NOTVERIFIED","Not Verified");
|
||||
define("LAN_BANNED","Banned");
|
||||
define("LAN_BOUNCED","Bounced");
|
||||
|
||||
define("LAN_UI_1_HOUR", "1 hour");
|
||||
define("LAN_UI_3_HOURS", "3 hours");
|
||||
define("LAN_UI_6_HOURS", "6 hours");
|
||||
define("LAN_UI_12_HOURS", "12 hours");
|
||||
define("LAN_UI_24_HOURS", "24 hours");
|
||||
define("LAN_UI_48_HOURS", "48 hours");
|
||||
define("LAN_UI_3_DAYS", "3 days");
|
||||
|
||||
define("USRLAN_220", "All Userclasses");
|
||||
define("USRLAN_221", "Edit admin perms");
|
||||
@@ -268,7 +275,10 @@ define("USRLAN_247", "Us");
|
||||
define("USRLAN_248", "Us");
|
||||
define("USRLAN_249", "Us");
|
||||
define("USRLAN_250", "Us");
|
||||
|
||||
define("USRLAN_251", "Leave blank for no change");
|
||||
define("USRLAN_252", "Resend account activation email to unactivated users.");
|
||||
define("USRLAN_253", "Older than");
|
||||
define("USRLAN_254", "Reset all passwords");
|
||||
|
||||
// These need review - there are duplicates above - they come from admin/lan_userclass.php.
|
||||
define("UCSLAN_1", "Sending notification email to");
|
||||
|
@@ -114,6 +114,7 @@ define("LAN_USER_83", "Hide email address?: "); // LAN_113
|
||||
define("LAN_USER_84", "This will prevent your email address from being displayed on site"); // LAN_114
|
||||
define("LAN_USER_85", "If you want to change your user name, you must ask a site administrator");
|
||||
define("LAN_USER_86", "Maximum avatar size is --WIDTH-- x --HEIGHT-- pixels");
|
||||
define("LAN_USER_87", "Login to rate this user!");
|
||||
|
||||
// social plugin
|
||||
define("LAN_XUP_ERRM_01", "Signup failed! This feature is disabled.");
|
||||
@@ -153,4 +154,4 @@ if (!defined("USER_ERR_23")) { define("USER_ERR_23","Disallowed value (exact mat
|
||||
|
||||
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user