mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 02:21:58 +02:00
Make custom title a general field (rather than forum), more work on usersettings
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_prefs.php,v $
|
||||
| $Revision: 1.9 $
|
||||
| $Date: 2007-12-29 19:05:59 $
|
||||
| $Revision: 1.10 $
|
||||
| $Date: 2008-01-06 21:16:30 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -99,6 +99,7 @@ define("CUSTSIG_16", "Minimum Length for Passwords");
|
||||
define("CUSTSIG_17", "Subscribe to content/mailouts");
|
||||
define("CUSTSIG_18", "Disallow usernames");
|
||||
define("CUSTSIG_19", "usernames containing the following text will be rejected, separate entries by commas");
|
||||
define('CUSTSIG_20', 'User Custom Title');
|
||||
|
||||
define("PRFLAN_91", "If someone is attacking your site by multiple requests to your server, his IP will be automatically banned ! Best done with server config if possible!!!");
|
||||
define("PRFLAN_92", "Secure signup verification -- hide password in email?");
|
||||
|
@@ -4,8 +4,8 @@
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_usersettings.php,v $
|
||||
| $Revision: 1.10 $
|
||||
| $Date: 2007-12-15 15:06:40 $
|
||||
| $Revision: 1.11 $
|
||||
| $Date: 2008-01-06 21:16:30 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -113,7 +113,7 @@ define("LAN_USET_15", "Display name too long. Please choose another");
|
||||
define("LAN_USET_16", "Tick box to delete existing photo without uploading another");
|
||||
define("LAN_USET_17", "Display name already used. Please choose another");
|
||||
define('LAN_USET_18', 'User data changed by admin: --ID--, login name: --LOGNAME--');
|
||||
define('LAN_USET_19', '');
|
||||
define('LAN_USET_19', 'Custom Title');
|
||||
define('LAN_USET_20', '');
|
||||
|
||||
?>
|
Reference in New Issue
Block a user