1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

Issue #6: Remove and optimize (hardcoded) LANS

This commit is contained in:
Lóna Lore
2015-05-01 17:54:44 +02:00
parent 5096516afb
commit aacd91aff1
7 changed files with 350 additions and 156 deletions

View File

@@ -286,6 +286,9 @@ define("LAN_DISABLED","Disabled");
define("LAN_ENABLED", "Enabled");
define("LAN_BOOL_REVERSE", "Invert");
define("LAN_NOT_AVAILABLE","Not available");
define("LAN_AUTO_GENERATED","Auto-generated");
define("LAN_PRESET_CONFIRMSAVE","Save current form values as the default for this page?");
define("LAN_CONFIGURE", "Configure");

View File

@@ -57,6 +57,15 @@ define("LCLAN_81", "Sub-menus will display only after clicking their parent. (Li
// define("LCLAN_102", "New 600x400");
// define("LCLAN_103", "New 800x600");
define("LCLAN_104", "Sublink of");
define("LCLAN_105", "Function");
define("LCLAN_106", "Owned by");
define("LCLAN_107", "Enable to override URL with a dynamically created Search-Engine-Friendly URL");
define("LCLAN_108", "Some selections omitted - you can't set Link as a Sublink of its Sublink.");
define("LCLAN_109", "Please choose a parent");
define("LCLAN_110", "Please choose a generator module");
define("LCLAN_111", "Not valid generator module data");
define("LINKLAN_1", "Opens in 800x600 window");
// define("LINKLAN_2", "Parent");
// define("LINKLAN_3", "No Parent (Normal Link)");

View File

@@ -34,9 +34,9 @@ define("MENLAN_23", "Move to bottom");
define("MENLAN_24", "Move to top");
define("MENLAN_25", "Action...");
define("MENLAN_26", "This menu will only be <strong>SHOWN</strong> on the following pages"); //FIXME HTML
define("MENLAN_27", "This menu will only be <strong>HIDDEN</strong> on the following pages"); //FIXME HTML
define("MENLAN_28", "Enter one page per line, enter enough of the url to distinguish it properly. If you need the ending of the url to match exactly, use a ! at the end of the page name <br />For example: <strong>page.php?1!</strong>"); //FIXME HTML
define("MENLAN_26", "This menu will only be [b]SHOWN[/b] on the following pages");
define("MENLAN_27", "This menu will only be [b]HIDDEN[/b] on the following pages");
define("MENLAN_28", "Enter one page per line, enter enough of the url to distinguish it properly. If you need the ending of the url to match exactly, use a ! at the end of the page name. For example: [b]page.php?1![/b]");
define("MENLAN_29", "Select Layout");
define("MENLAN_30", "To see the menu areas and their positions for custom layouts, select the custom layout here.");
@@ -57,6 +57,12 @@ define("MENLAN_41", "The position of all your menus for this layout will be lost
define("MENLAN_42", "Custom");
define("MENLAN_43", "Menu Preset Activated");
define("MENLAN_44", "Menu parameters");
define("MENLAN_45", "Parameters (query string format):");
define("MENLAN_46", "Custom");
define("MENLAN_47", "Custom");
define("MENLAN_48", "Custom");
define("MENLAN_49", "Custom");
define("MENLAN_50", "Custom");
?>

View File

@@ -104,6 +104,170 @@ define ('EPL_ADLAN_85','Uninstall Selected');
define ('EPL_ADLAN_86','All files removed from ');
define ('EPL_ADLAN_87','File deletion failed ');
define ('EPL_ADLAN_88','Made for v2');
define ('EPL_ADLAN_89','Search Online');
define ('EPL_ADLAN_90','cURL is currently required to use this feature. Contact your webhosting provider to enable cURL');
define ('EPL_ADLAN_91','Featured');
define ('EPL_ADLAN_92','Buy');
define ('EPL_ADLAN_93','Free');
define ('EPL_ADLAN_94','Connecting...');
define ('EPL_ADLAN_95','Unable to continue');
define ('EPL_ADLAN_96','eg. http://website.com/some-plugin.zip');
define ('EPL_ADLAN_97','There was a problem extracting the .zip file to your plugin directory.');
define ('EPL_ADLAN_98','Unknown file:');
define ('EPL_ADLAN_99','Error messages above this line');
define ('EPL_ADLAN_100','click here to install some');
define ('EPL_ADLAN_101','No plugins installed - [link].');
define ('EPL_ADLAN_102','This Wizard will build an admin area for your plugin and generate a plugin.xml meta file. Before you start:');
define ('EPL_ADLAN_103','Create a new writable folder in the [e_PLUGIN] directory eg. [b]myplugin[/b]');
define ('EPL_ADLAN_104','If your plugin will use sql tables, create a new file in this folder and name it the same as the directory but with [b]_sql.php[/b] as a sufix eg. [b]myplugin_sql.php[/b]');
define ('EPL_ADLAN_105','Create your table in phpMyAdmin and paste an sql dump of it into your file and save. (see [i]e107_plugins/_blank/_blank_sql.php[/i] for an example)');
define ('EPL_ADLAN_106','Select your plugin\'s folder to begin.');
define ('EPL_ADLAN_107','Build an admin-area and xml file for:');
define ('EPL_ADLAN_108','Check language files:');
define ('EPL_ADLAN_109','Basic Info.');
define ('EPL_ADLAN_110','Preferences');
define ('EPL_ADLAN_111','Generate');
define ('EPL_ADLAN_112','Review all fields and modify if necessary.');
define ('EPL_ADLAN_113','Review ALL tabs before clicking "Generate".');
define ('EPL_ADLAN_114','Plugin Builder');
define ('EPL_ADLAN_115','Step 2');
define ('EPL_ADLAN_116','Text Box');
define ('EPL_ADLAN_117','Text Box (number)');
define ('EPL_ADLAN_118','Text Box (url)');
define ('EPL_ADLAN_119','Text Area');
define ('EPL_ADLAN_120','Rich-Text Area');
define ('EPL_ADLAN_121','True/False');
define ('EPL_ADLAN_122','Custom Function');
define ('EPL_ADLAN_123','Image');
define ('EPL_ADLAN_124','DropDown');
define ('EPL_ADLAN_125','DropDown (userclasses)');
define ('EPL_ADLAN_126','DropDown (languages)');
define ('EPL_ADLAN_127','Icon');
define ('EPL_ADLAN_128','File');
define ('EPL_ADLAN_129','Preference Name');
define ('EPL_ADLAN_130','Default Value');
define ('EPL_ADLAN_131','Field Type...');
define ('EPL_ADLAN_132','[file] has been generated');
define ('EPL_ADLAN_133','[file] is missing!');
define ('EPL_ADLAN_134','Please create [b][file][/b] in your plugin directory with the following content: [content]');
define ('EPL_ADLAN_135','The name of your plugin. (Must be written in English)');
define ('EPL_ADLAN_136','If you have a language file, enter the LAN_XXX value for the plugin\'s name');
define ('EPL_ADLAN_137','Creation date of your plugin');
define ('EPL_ADLAN_138','The version of your plugin. Format: x.x');
define ('EPL_ADLAN_139','Compatible with this version of e107');
define ('EPL_ADLAN_140','Author Name');
define ('EPL_ADLAN_141','Author Website URL');
define ('EPL_ADLAN_142','A short one-line description of the plugin');
define ('EPL_ADLAN_143','(Must be written in English)');
define ('EPL_ADLAN_144','Keyword/Tag for this plugin');
define ('EPL_ADLAN_145','A full description of the plugin');
define ('EPL_ADLAN_146','What category of plugin is this?');
// Categories
define ('EPL_ADLAN_147','settings');
define ('EPL_ADLAN_148','users');
define ('EPL_ADLAN_149','content');
define ('EPL_ADLAN_150','tools');
define ('EPL_ADLAN_151','manage');
define ('EPL_ADLAN_152','misc');
define ('EPL_ADLAN_153','menu');
define ('EPL_ADLAN_154','about');
define ('EPL_ADLAN_155','Saved:');
define ('EPL_ADLAN_156','Couldn\'t Save:');
define ('EPL_ADLAN_157','Main Area');
define ('EPL_ADLAN_158','Categories');
define ('EPL_ADLAN_159','Other 1');
define ('EPL_ADLAN_160','Other 2');
define ('EPL_ADLAN_161','Other 3');
define ('EPL_ADLAN_162','Other 4');
define ('EPL_ADLAN_163','Exclude this table');
define ('EPL_ADLAN_164','Field');
define ('EPL_ADLAN_165','Caption');
define ('EPL_ADLAN_166','Type');
define ('EPL_ADLAN_167','Data');
define ('EPL_ADLAN_168','Width');
define ('EPL_ADLAN_169','Batch');
define ('EPL_ADLAN_170','Filter');
define ('EPL_ADLAN_171','Inline');
define ('EPL_ADLAN_172','Validate');
define ('EPL_ADLAN_173','Display');
define ('EPL_ADLAN_174','HelpTip');
define ('EPL_ADLAN_175','ReadParms');
define ('EPL_ADLAN_176','WriteParms');
define ('EPL_ADLAN_177','Field is required to be filled');
define ('EPL_ADLAN_178','Displayed by Default');
// date, datetime
define ('EPL_ADLAN_179','Text Box');
define ('EPL_ADLAN_180','Hidden');
// int, tinyint, bigint, smallint
define ('EPL_ADLAN_181','True/False');
define ('EPL_ADLAN_182','Text Box (number)');
define ('EPL_ADLAN_183','DropDown');
define ('EPL_ADLAN_184','DropDown (userclasses)');
define ('EPL_ADLAN_185','Date');
define ('EPL_ADLAN_186','Custom Function');
define ('EPL_ADLAN_187','Hidden');
define ('EPL_ADLAN_188','User');
// decimal
define ('EPL_ADLAN_189','Text Box');
define ('EPL_ADLAN_190','DropDown');
define ('EPL_ADLAN_191','Custom Function');
define ('EPL_ADLAN_192','Hidden');
// varchar, tinytext
define ('EPL_ADLAN_193','Text Box');
define ('EPL_ADLAN_194','Text Box (url)');
define ('EPL_ADLAN_195','Text Box (email)');
define ('EPL_ADLAN_196','Text Box (ip)');
define ('EPL_ADLAN_197','Text Box (number)');
define ('EPL_ADLAN_198','Text Box (password)');
define ('EPL_ADLAN_199','Text Box (keywords)');
define ('EPL_ADLAN_200','DropDown');
define ('EPL_ADLAN_201','DropDown (userclasses)');
define ('EPL_ADLAN_202','DropDown (languages)');
define ('EPL_ADLAN_203','Icon');
define ('EPL_ADLAN_204','Image');
define ('EPL_ADLAN_205','File');
define ('EPL_ADLAN_206','Custom Function');
define ('EPL_ADLAN_207','Hidden');
// text, mediumtext, longtext
define ('EPL_ADLAN_208','Text Area');
define ('EPL_ADLAN_209','Rich-Text Area');
define ('EPL_ADLAN_210','Text Box');
define ('EPL_ADLAN_211','Text Box (keywords)');
define ('EPL_ADLAN_212','Custom Function');
define ('EPL_ADLAN_213','Image (string)');
define ('EPL_ADLAN_214','Images (array)');
define ('EPL_ADLAN_215','Hidden');
define ('EPL_ADLAN_216','Click Here');
define ('EPL_ADLAN_217','[link] to vist your generated admin area');
define ('EPL_ADLAN_218','Could not write to [file]');
define ('EPL_ADLAN_219','No Files have been created. Please Copy &amp; Paste the code below into your files.');
define ('EPL_ADLAN_220','Find Plugins');
define ('EPL_ADLAN_221','Language-File Check');
define ('EPL_ADLAN_222','Plugin Files');
define ('EPL_ADLAN_223','Used');
define ('EPL_ADLAN_224','Unused');
define ('EPL_ADLAN_225','Unsure');
define ('EPL_ADLAN_226','Plugin Language-File Check');
define ('EPL_ADLAN_227','Scan for Changes');
define ('EPL_ADLAN_228','Plugin folders are scanned every [interval] minutes for changes. Click the button below to scan now.');
define ('EPL_ADLAN_229','Refresh');
define('LAN_UPGRADE_SUCCESSFUL', 'Upgrade Successful');
define('LAN_INSTALL_SUCCESSFUL', 'Installation Successful');