mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Issue #6: Remove and optimize (hardcoded) LANS
This commit is contained in:
@@ -54,6 +54,8 @@ define('LAN_UPDATE_54', 'Missing table --TABLE-- - cannot add index --INDEX--');
|
||||
define('LAN_UPDATE_55', 'Description');
|
||||
define('LAN_UPDATE_56', 'System Update');
|
||||
|
||||
define('LAN_UPDATE_57', 'Before continuing, please manually delete the following outdated folders from your system:');
|
||||
|
||||
define('LAN_UPDATE_CAPTION_PLUGIN', 'Plugin Updates'); // Unused
|
||||
define('LAN_UPDATE_CAPTION_CORE', 'Core Updates'); // Unused
|
||||
|
||||
|
@@ -34,4 +34,6 @@ define('NM_LAN_2', 'Bulk email run complete');
|
||||
define("NF_LAN_1", "File Events");
|
||||
define("NF_LAN_2", "File uploaded by user");
|
||||
|
||||
define("LAN_NOTIFY_01", "Events");
|
||||
|
||||
?>
|
||||
|
@@ -88,6 +88,8 @@ 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("CUSTSIG_21", "Email Confirmation");
|
||||
define("CUSTSIG_22", "Option to hide email");
|
||||
|
||||
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?");
|
||||
@@ -232,4 +234,43 @@ define("PRFLAN_223", "Completely Automated Public Turing test to tell Computers
|
||||
|
||||
define("PRFLAN_224", "User registration system");
|
||||
|
||||
define("PRFLAN_225", "Used by Facebook and others. Should be a square image of at least 144px in width and height.");
|
||||
define("PRFLAN_226", "Used by some themes as the header image on some pages.");
|
||||
define("PRFLAN_227", "Used by some themes. Place 'SITETAG' in your theme to use this value.");
|
||||
define("PRFLAN_228", "Used by some themes. Place 'SITEDESCRIPTION' in your theme to use this value.");
|
||||
define("PRFLAN_229", "Used by some themes. Place 'SITEDISCLAIMER' in your theme to use this value.");
|
||||
define("PRFLAN_230", "Date/Time Input-Field format");
|
||||
|
||||
define("PRFLAN_231", "Maximum failed logins before ban:");
|
||||
define("PRFLAN_232", "Failed logins from the same IP will be banned after this many attempts.");
|
||||
define("PRFLAN_233", "Moderate Comments made by:");
|
||||
define("PRFLAN_234", "Comments will require manual approval by an admin prior to being visible to other users");
|
||||
define("PRFLAN_235", "Comment Sorting:");
|
||||
define("PRFLAN_236", "Most recent comments first");
|
||||
define("PRFLAN_237", "Most recent comments last");
|
||||
|
||||
define("PRFLAN_238", "File Uploading");
|
||||
define("PRFLAN_239", "The maximum upload size imposed by your php.ini settings is:");
|
||||
define("PRFLAN_240", "Filetype upload limits");
|
||||
define("PRFLAN_241", "** For security reasons these values may only be changed manually in the following file:");
|
||||
|
||||
define("PRFLAN_242", "Javascript Frameworks (for testing purposes only)");
|
||||
define("PRFLAN_243", "Auto (on-demand)");
|
||||
define("PRFLAN_244", "Admin Area");
|
||||
define("PRFLAN_245", "Front-End");
|
||||
define("PRFLAN_246", "Both");
|
||||
define("PRFLAN_247", "Disabled");
|
||||
|
||||
define("PRFLAN_248", "Disable scripts consolidation");
|
||||
define("PRFLAN_249", "If disabled, scripts will be loaded in one consolidated file");
|
||||
define("PRFLAN_250", "Enable consolidated scripts zlib compression:");
|
||||
define("PRFLAN_251", "Used only when script consolidation is enabled");
|
||||
define("PRFLAN_252", "Disable consolidated scripts server cache:");
|
||||
define("PRFLAN_253", "Disable consolidated scripts browser cache:");
|
||||
|
||||
define("PRFLAN_254", "Email & Contact Info");
|
||||
define("PRFLAN_255", "File Uploading");
|
||||
define("PRFLAN_256", "Advanced Options");
|
||||
define("PRFLAN_257", "Javascript Framework");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user