1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 00:05:46 +02:00

Issue #986 - Remove need for single-quote backslashes.

This commit is contained in:
Cameron
2015-05-04 11:24:05 -07:00
parent 715030372c
commit 82eb5f6d7d
5 changed files with 236 additions and 238 deletions

View File

@@ -81,197 +81,195 @@ define("EPL_ADLAN_58", "If the tables are not removed, the plugin can be reinsta
define("EPL_ADLAN_59", "Delete plugin files");
define("EPL_ADLAN_60", "e107 will attempt to remove all plugin related files.");
// define("EPL_ADLAN_61", "Confirm uninstall"); // duplicated. can be deleted.
define('EPL_ADLAN_62', 'Cancel uninstall');
define('EPL_ADLAN_63', 'Uninstall:');
define('EPL_ADLAN_64', 'Folder');
define('EPL_ADLAN_62', "Cancel uninstall");
define('EPL_ADLAN_63', "Uninstall:");
define('EPL_ADLAN_64', "Folder");
define ('EPL_ADLAN_70',"Required plugin not installed: ");
define ('EPL_ADLAN_71',"Newer plugin version required: ");
define ('EPL_ADLAN_72'," Version: ");
define ('EPL_ADLAN_73',"Required PHP extension not loaded: ");
define ('EPL_ADLAN_74',"Newer PHP version required: ");
define ('EPL_ADLAN_75',"Newer MySQL version required: ");
define ('EPL_ADLAN_76',"Error in plugin.xml");
define ('EPL_ADLAN_77',"Cannot find plugin.xml");
define ('EPL_ADLAN_78',"Delete User Classes created by plugin:");
define ('EPL_ADLAN_79',"Only delete these if you have not used them for other purposes.");
define ('EPL_ADLAN_80',"Delete extended user fields created by plugin:");
define ('EPL_ADLAN_81',"Xhtml");
define ('EPL_ADLAN_82',"Icon");
define ('EPL_ADLAN_83',"Notes");
define ('EPL_ADLAN_84',"Install Selected");
define ('EPL_ADLAN_85',"Uninstall Selected");
define ('EPL_ADLAN_86',"All files removed from ");
define ('EPL_ADLAN_87',"File deletion failed ");
define ('EPL_ADLAN_70','Required plugin not installed: ');
define ('EPL_ADLAN_71','Newer plugin version required: ');
define ('EPL_ADLAN_72',' Version: ');
define ('EPL_ADLAN_73','Required PHP extension not loaded: ');
define ('EPL_ADLAN_74','Newer PHP version required: ');
define ('EPL_ADLAN_75','Newer MySQL version required: ');
define ('EPL_ADLAN_76','Error in plugin.xml');
define ('EPL_ADLAN_77','Cannot find plugin.xml');
define ('EPL_ADLAN_78','Delete User Classes created by plugin:');
define ('EPL_ADLAN_79','Only delete these if you have not used them for other purposes.');
define ('EPL_ADLAN_80','Delete extended user fields created by plugin:');
define ('EPL_ADLAN_81','Xhtml');
define ('EPL_ADLAN_82','Icon');
define ('EPL_ADLAN_83','Notes');
define ('EPL_ADLAN_84','Install Selected');
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_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_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?');
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_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_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_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');
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');
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');
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');
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');
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_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 & Paste the code below into your files.');
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 & Paste the code below into your files.");
define ('EPL_ADLAN_220','Find Plugins');
define ('EPL_ADLAN_221','Language-File Check');
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_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_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');
define('LAN_INSTALL_FAIL', 'Installation Failed');
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");
define('LAN_INSTALL_FAIL', "Instalation Failed");
?>