1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 09:39:55 +02:00

Issue #6: Remove and optimize (hardcoded) LANS

This commit is contained in:
Lóna Lore
2015-05-01 12:46:46 +02:00
parent 9fb268e7e4
commit f48ca466e9
10 changed files with 157 additions and 74 deletions

View File

@@ -124,5 +124,6 @@ define("BANLAN_118", "Spare reason");
define("BANLAN_119", "Indicates an import error - previously imported bans");
define("BANLAN_120", "Whitelist entry");
define("BANLAN_121", "Blacklist entry");
?>

View File

@@ -60,6 +60,11 @@ define("LAN_CRON_16", "Using your server control panel (eg. cPanel, DirectAdmin,
define("LAN_CRON_20_1", "Check for e107 Update");
define("LAN_CRON_20_2", "Check e107.org for Core updates"); // [eml] is automatically replaced by head admin e-mail address.
define("LAN_CRON_20_3", "Recommended to keep system up to date.");
define("LAN_CRON_20_4", "Update this Git repository");
define("LAN_CRON_20_5", "Update this e107 installation with the very latest files from github.");
define("LAN_CRON_20_6", "Recommended for developers only.");
define("LAN_CRON_20_7", "Warning!");
define("LAN_CRON_20_8", "May cause site instability!");
define("LAN_CRON_30", "Every Minute");
define("LAN_CRON_31", "Every Other Minute");

View File

@@ -41,5 +41,10 @@ define("FRTLAN_53", "User Class");
define("FRTLAN_PAGE_TITLE", "Front Page");
//define("FRTLAN_54", "Are you sure?");
//define("FRTLAN_55", "Confirm delete rule?");
define("FRTLAN_56", "duplicate definition for class:");
define("FRTLAN_57", "Software error");
define("FRTLAN_58", "Home");
define("FRTLAN_59", "Post-Login");
define("FRTLAN_60", "Front");
?>

View File

@@ -20,6 +20,14 @@ define("LAN_IMA_002", "Not enough memory available to rotate");
define("LAN_IMA_003", "Rotated");
define("LAN_IMA_004", "Resizing");
// Options
define("LAN_IMA_O_001", "News Images");
define("LAN_IMA_O_002", "News [img] bbcode");
define("LAN_IMA_O_003", "Page [img] bbcode");
define("LAN_IMA_O_004", "Featurebox Images");
define("LAN_IMA_O_005", "Featurebox [img] bbcode");
define("LAN_IMA_O_006", "[img] bbcode");
// Work in progress (Moc)
define("IMALAN_1", "Enable image display");
@@ -99,5 +107,43 @@ define('IMALAN_70', 'Non-system folder is found!');
// define("IMALAN_72", "Icons");
define('IMALAN_73', 'Thumbnail Quality');
define('IMALAN_74', 'Set this as low as possible before quality loss is apparent. Max. 100');
define('IMALAN_75', 'Avatar Width');
define('IMALAN_76', 'Avatar images will be constrained to these dimensions (in pixels)');
define('IMALAN_77', 'Avatar Height');
define('IMALAN_78', 'Avatar images will be constrained to these dimensions (in pixels)');
define('IMALAN_79', 'Resize-Image Dimensions');
define('IMALAN_80', 'Watermark Activation');
define('IMALAN_81', 'All images with a width or height greater than this value will be given a watermark during resizing.');
define('IMALAN_82', 'Watermark Text');
define('IMALAN_83', 'Optional Watermark Text');
define('IMALAN_84', 'Watermark Font');
define('IMALAN_85', 'Optional Watermark Font. Upload more .ttf fonts to the /fonts folder in your theme directory.');
define('IMALAN_86', 'Watermark Size');
define('IMALAN_87', 'Size of the font in pts');
define('IMALAN_88', 'Watermark Position');
define('IMALAN_89', 'Watermark Position');
define('IMALAN_90', 'Watermark Margin');
define('IMALAN_91', 'The distance that watermark will appear from the edge of the image.');
define('IMALAN_92', 'Watermark Color');
define('IMALAN_93', 'Color of the watermark eg. 000000');
define('IMALAN_94', 'Watermark Shadow-Color');
define('IMALAN_95', 'Shadow Color of the watermark eg. ffffff');
define('IMALAN_96', 'Watermark Opacity');
define('IMALAN_97', 'Enter a number between 1 and 100');
define('IMALAN_98', 'Default YouTube account');
define('IMALAN_99', 'Used by the Media-Manager Youtube browser. Enter account name. eg. e107inc');
define('IMALAN_100', 'Show Related Videos');
define('IMALAN_101', 'Show Video Info');
define('IMALAN_102', 'Show Closed-Captions by default');
define('IMALAN_103', 'Use Modest Branding');
define('IMALAN_104', 'Make the YouTube bbcode responsive');
define('IMALAN_105', 'Resize images during media import');
define('IMALAN_106', 'Leave empty to disable');
define('IMALAN_107', 'Watermark');
define('IMALAN_108', 'Watermark');
define('IMALAN_109', 'Watermark');
define('IMALAN_110', 'Watermark');
?>

View File

@@ -65,4 +65,34 @@ define("LANG_LAN_103", "[x] created.");
define("LANG_LAN_104", "[x] was disabled but left intact.");
define("LANG_LAN_105", "Delete all tables in [x]?");
define("LANG_LAN_106", "Language by Domain Name");
define("LANG_LAN_107", "Domain determines the site's language. Enter domain without the 'www.'");
define("LANG_LAN_108", "Name");
define("LANG_LAN_109", "Version");
define("LANG_LAN_110", "Author");
define("LANG_LAN_111", "Release-date");
define("LANG_LAN_112", "Compatible");
define("LANG_LAN_113", "Download");
define("LANG_LAN_114", "Download Pack");
define("LANG_LAN_115", "Please verify and correct the remaining [x] error(s) before attempting to create a language-pack.");
define("LANG_LAN_116", "Please verify your language files ('Verify') then try again.");
define("LANG_LAN_117", "You should correct the remaining errors before contributing your language pack.");
define("LANG_LAN_118", "Please verify your language files ('Verify') then try again.");
define("LANG_LAN_119", "Please check that CORE_LC and CORE_LC2 have values in [lcpath] and try again.");
define("LANG_LAN_120", "Please make sure you are using default folder names in e107_config.php (eg. e107_languages/, e107_plugins/ etc.) and try again.");
define("LANG_LAN_121", "Couldn't Load:");
define("LANG_LAN_122", "Script:");
define("LANG_LAN_123", "LanFile:");
define("LANG_LAN_124", "Definition");
define("LANG_LAN_125", "(disabled)");
define("LANG_LAN_126", "Disable All Unused");
define("LANG_LAN_127", "Pink items are likely to be unused LANs.");
define("LANG_LAN_128", "Comment out and test thoroughly.");
define("LANG_LAN_129", "Deprecated LAN Check (experimental!)");
define("LANG_LAN_130", "Common Term");
define("LANG_LAN_131", "Missing from language file");
define("LANG_LAN_132", "is a common phrase.");
define("LANG_LAN_133", "Use");
define("LANG_LAN_134", "instead.");
?>