".USRLAN_35." |
- Set Permissions
+ ".USRLAN_243."
";
diff --git a/e107_languages/English/admin/lan_admin.php b/e107_languages/English/admin/lan_admin.php
index 2a5f7e201..5c6f943fd 100644
--- a/e107_languages/English/admin/lan_admin.php
+++ b/e107_languages/English/admin/lan_admin.php
@@ -270,6 +270,8 @@ define("LAN_DATESTAMP","Date stamp");
define("LAN_OPTIONAL", "optional");
define("LAN_INACTIVE","Inactive");
define("LAN_ACTIVE","Active");
+define("LAN_ACCEPT","Accept");
+define("LAN_PENDING","Pending");
define("LAN_BAN","Ban");
define("LAN_RATING", "Rating");
diff --git a/e107_languages/English/admin/lan_cron.php b/e107_languages/English/admin/lan_cron.php
index 95c84fd57..c6da67b0f 100644
--- a/e107_languages/English/admin/lan_cron.php
+++ b/e107_languages/English/admin/lan_cron.php
@@ -88,9 +88,6 @@ define("LAN_CRON_52", "Day(s):");
define("LAN_CRON_53", "Month(s):");
define("LAN_CRON_54", "Weekday(s):");
-define("LAN_CRON_55", "Executing config function [b][function][/b]");
-define("LAN_CRON_56", "Config function [b][method][/b] NOT found.");
-
define("LAN_CRON_BACKUP", "Backup");
define("LAN_CRON_LOGGING", "Logging");
define("LAN_CRON_RUNNING", "Running")
diff --git a/e107_languages/English/admin/lan_frontpage.php b/e107_languages/English/admin/lan_frontpage.php
index 816f425fb..f8d6af6a9 100644
--- a/e107_languages/English/admin/lan_frontpage.php
+++ b/e107_languages/English/admin/lan_frontpage.php
@@ -43,8 +43,6 @@ define("FRTLAN_PAGE_TITLE", "Front Page");
//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");
?>
\ No newline at end of file
diff --git a/e107_languages/English/admin/lan_language.php b/e107_languages/English/admin/lan_language.php
index 271be3e8f..c5924b892 100644
--- a/e107_languages/English/admin/lan_language.php
+++ b/e107_languages/English/admin/lan_language.php
@@ -78,11 +78,9 @@ define("LANG_LAN_115", "Please verify and correct the remaining [x] error(s) bef
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_119", "Please check that CORE_LC and CORE_LC2 have values in [x] 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");
diff --git a/e107_languages/English/admin/lan_newspost.php b/e107_languages/English/admin/lan_newspost.php
index 8870bf5c2..899e60844 100644
--- a/e107_languages/English/admin/lan_newspost.php
+++ b/e107_languages/English/admin/lan_newspost.php
@@ -210,17 +210,6 @@ define("LAN_NEWS_73", "Sidebar - Othernews 2");
define("LAN_NEWS_74", "Carousel");
define("LAN_NEWS_75", "Featurebox");
-define("LAN_NEWS_76", "Checking for Ping Status");
-define("LAN_NEWS_77", "Initiating ping");
-define("LAN_NEWS_78", "Successfully Pinged:");
-define("LAN_NEWS_79", "with:");
-define("LAN_NEWS_80", "Ping failed!:");
-define("LAN_NEWS_81", "Ping not triggerred");
-define("LAN_NEWS_82", "Services:");
-define("LAN_NEWS_83", "Userclass:");
-define("LAN_NEWS_84", "Attempting to ping:");
-define("LAN_NEWS_85", "Request:");
-define("LAN_NEWS_86", "Error:");
define("LAN_NEWS_87", "eg. blogsearch.google.com/ping/RPC2");
define("LAN_NEWS_88", "Determines how the default news page should appear.");
define("LAN_NEWS_89", "Notify these services when you create/update news items.");
diff --git a/e107_languages/English/admin/lan_plugin.php b/e107_languages/English/admin/lan_plugin.php
index dbf713fd4..7bbb936fc 100644
--- a/e107_languages/English/admin/lan_plugin.php
+++ b/e107_languages/English/admin/lan_plugin.php
@@ -116,9 +116,9 @@ define ('EPL_ADLAN_97',"There was a problem extracting the .zip file to your plu
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_101',"No plugins installed - [x].");
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_103',"Create a new writable folder in the [x] 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.");
@@ -149,9 +149,9 @@ 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_132',"[x] has been generated");
+define ('EPL_ADLAN_133',"[x] is missing!");
+define ('EPL_ADLAN_134',"Please create [b][x][/b] in your plugin directory with the following content: [y]");
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");
@@ -250,8 +250,8 @@ 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_217',"[x] to vist your generated admin area");
+define ('EPL_ADLAN_218',"Could not write to [x]");
define ('EPL_ADLAN_219',"No Files have been created. Please Copy & Paste the code below into your files.");
define ('EPL_ADLAN_220',"Find Plugins");
@@ -265,7 +265,7 @@ 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_228',"Plugin folders are scanned every [x] minutes for changes. Click the button below to scan now.");
define ('EPL_ADLAN_229',"Refresh");
define('LAN_UPGRADE_SUCCESSFUL', "Upgrade Successful");
diff --git a/e107_languages/English/admin/lan_upload.php b/e107_languages/English/admin/lan_upload.php
index 7d4af82d8..3c2d668ac 100644
--- a/e107_languages/English/admin/lan_upload.php
+++ b/e107_languages/English/admin/lan_upload.php
@@ -92,13 +92,14 @@ define('UPLLAN_58', 'Default');
define('UPLLAN_59', 'Settings written to ');
define('UPLLAN_60', 'Now move this file to ');
define('UPLLAN_61', 'Error writing file: ');
-define('UPLLAN_62', '');
-define('UPLLAN_63', '');
-define('UPLLAN_64', '');
-define('UPLLAN_65', '');
-define('UPLLAN_66', '');
-define('UPLLAN_67', '');
-define('UPLLAN_68', '');
+
+define('UPLLAN_62', 'Download plugin is not installed - activation not possible.');
+define('UPLLAN_63', 'Record moved to Downloads. [x]');
+define('UPLLAN_64', 'Manage Download');
+define('UPLLAN_65', 'File not found');
+define('UPLLAN_66', 'Download path error');
+define('UPLLAN_67', 'Anonymous');
+define('UPLLAN_68', 'SQL Error:');
define('UPLLAN_69', '');
define('UPLLAN_70', '');
diff --git a/e107_languages/English/admin/lan_users.php b/e107_languages/English/admin/lan_users.php
index b934598e4..79971736b 100644
--- a/e107_languages/English/admin/lan_users.php
+++ b/e107_languages/English/admin/lan_users.php
@@ -114,6 +114,7 @@ define("USRLAN_115", "Thanks for your registration.");
define("USRLAN_116", "Please confirm that you wish to resend a confirmation email to:");
define("USRLAN_117", "Click the button below to test the following email:");
define("USRLAN_118", "Test Email");
+define("USRLAN_119", "Test [x]");
define("USRLAN_120", "Set Classes");
define("USRLAN_121", "Mailing");
@@ -236,6 +237,38 @@ define('LAN_BOUNCED','Bounced');
define('USRLAN_220', 'All Userclasses');
define('USRLAN_221', 'Edit admin perms');
+define('USRLAN_222', 'You are about to delete [x] ([y]) with ID #[z]. Are you sure?');
+define('USRLAN_223', 'User not found.');
+define('USRLAN_224', 'Email sent to:');
+define('USRLAN_225', 'Failed to send email to:');
+define('USRLAN_226', "You don't have enough permissions to do this.");
+define('USRLAN_227', 'Unknown error. Action failed.');
+define('USRLAN_228', 'You are about to make User #[b][x][/b] : [b][y][/b] ([z]) an [b]administrator[/b].');
+define('USRLAN_229', 'Set the permissions and click [b]Update[/b] to proceed or [b]Back[/b] to abort.');
+define('USRLAN_230', 'Update administrator [x] ([y])');
+define('USRLAN_231', 'Insufficient permissions, operation aborted.');
+define('USRLAN_232', 'Missing activation key.');
+define('USRLAN_233', 'Valid');
+define('USRLAN_234', 'Invalid');
+define('USRLAN_235', 'User now has to verify.');
+define('USRLAN_236', 'Action failed.');
+define('USRLAN_237', 'User name and display name cannot be different (based on the site configuration). Display name set to [b][x][/b].');
+define('USRLAN_238', 'Your current status is [b]Active[/b]');
+
+define('USRLAN_239', 'Notification and user status');
+define('USRLAN_240', "Activate, Don't Notify");
+define('USRLAN_241', 'Activate, Notify (password)');
+define('USRLAN_242', 'Require Activation, Notify (password and activation link)');
+
+define('USRLAN_243', 'Set Permissions');
+define('USRLAN_244', 'Security violation (not enough permissions) - Administrator --ADMIN_UID-- (--ADMIN_NAME--, --ADMIN_EMAIL--) tried to remove admin status from --UID-- (--NAME--, --EMAIL--)');
+define('USRLAN_245', 'Security violation (not enough permissions) - Administrator --ADMIN_UID-- (--ADMIN_NAME--, --ADMIN_EMAIL--) tried to make --UID-- (--NAME--, --EMAIL--) system admin');
+define('USRLAN_246', 'Us');
+define('USRLAN_247', 'Us');
+define('USRLAN_248', 'Us');
+define('USRLAN_249', 'Us');
+define('USRLAN_250', 'Us');
+
// These need review - there are duplicates above - they come from admin/lan_userclass.php.
define("UCSLAN_1", "Sending notification email to");
define("UCSLAN_2", "Updated Privileges");
diff --git a/e107_languages/English/lan_installer.php b/e107_languages/English/lan_installer.php
index fa66bedeb..8dd844820 100644
--- a/e107_languages/English/lan_installer.php
+++ b/e107_languages/English/lan_installer.php
@@ -189,4 +189,4 @@ define("LANINS_129", "Database not found.");
define('LANINS_130', "Parked Domain");
define('LANINS_131', "The parked domain which will become a new e107 website.");
define('LANINS_132', "mydomain.com");
-define('LANINS_133', "This will create a fresh installation of e107 at the domain you specify. Using your server administration software (eg. cPanel) - park your other domain on top of [domain]");
+define('LANINS_133', "This will create a fresh installation of e107 at the domain you specify. Using your server administration software (eg. cPanel) - park your other domain on top of [x]");
|