mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 18:11:56 +02:00
Mostly some LANs relating to 'comments' to synchronize with v1. USERJOINED constant added to sync with v1 also.
This commit is contained in:
@@ -234,5 +234,7 @@ define('PRFLAN_218', 'If \'off\', puts users at increased risk of XSS exploits p
|
||||
define('PRFLAN_219', 'Not allowed characters found in Cookie name (alphanumeric characters allowed only). Cookie name not saved.');
|
||||
define('PRFLAN_220', 'HTML Abuse filter (experimental)');
|
||||
define('PRFLAN_221', 'Blocks some unmatched tags for those allowed to post HTML');
|
||||
define('PRFLAN_222', 'Moderate Comments made by');
|
||||
define('PRFLAN_223', 'Comments will require manual approval by an admin prior to being visible to other users');
|
||||
|
||||
?>
|
@@ -196,9 +196,9 @@ define('USRLAN_189', 'Error sending email');
|
||||
|
||||
define('USRLAN_190', 'New user probationary period (days)');
|
||||
define('USRLAN_191', '(admin can impose restrictions during this period in some areas)');
|
||||
define('USRLAN_192', 'days');
|
||||
define('USRLAN_192', ''); // was 'days' use value in lan_date.php instead.
|
||||
define('USRLAN_193', 'Nothing changed - not saved');
|
||||
define('USRLAN_194', '');
|
||||
define('USRLAN_194', 'Signature may be modified by');
|
||||
define('USRLAN_195', '');
|
||||
|
||||
//User Ranks phrases
|
||||
|
@@ -55,6 +55,7 @@ define("COMLAN_327", 'Rating');
|
||||
define("COMLAN_328", 'Comments are locked');
|
||||
define("COMLAN_329", 'Unauthorized');
|
||||
define("COMLAN_330", 'IP:');
|
||||
define("COMLAN_331", "Pending Approval");
|
||||
|
||||
define("COMLAN_TYPE_1", "news");
|
||||
define("COMLAN_TYPE_2", "download");
|
||||
|
Reference in New Issue
Block a user