1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

Issue #6: Remove and optimize (hardcoded) LANS

This commit is contained in:
Lóna Lore
2015-05-02 09:55:47 +02:00
parent e809a4f3aa
commit 4b3062d0fa
5 changed files with 134 additions and 73 deletions

View File

@@ -88,6 +88,8 @@ 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");

View File

@@ -70,4 +70,63 @@ define('DBLAN_57', 'Shortcode Override list set to');
define('DBLAN_58', "Export Site Data");
define('DBLAN_59', "Import Site Data");
define('DBLAN_60', "File backup complete!");
define('DBLAN_61', "Starting database backup...");
define('DBLAN_62', "Database backup complete!");
define('DBLAN_63', "Full site backup completed.");
define('DBLAN_64', "Check Database Charset");
define('DBLAN_65', "Check Charset");
define('DBLAN_66', "Correct File and Directory permissions");
define('DBLAN_67', "Correct Perms");
define('DBLAN_68', "Backup Database, Files and Folders");
define('DBLAN_69', "Backup Site");
define('DBLAN_70', "This will create a database dump and a zipped backup of all non-core plugins, your site theme, your media files and system logs");
define('DBLAN_71', "Please wait...");
define('DBLAN_72', "Folder and File permissions have been updated");
define('DBLAN_73', "Correcting File and Directory Permissions");
define('DBLAN_74', "Connecting to server");
define('DBLAN_75', "Creating Database");
define('DBLAN_76', "Selecting database");
define('DBLAN_77', "Couldn't read core sql file");
define('DBLAN_78', "Table");
define('DBLAN_79', "Engine");
define('DBLAN_80', "Collation");
define('DBLAN_81', "Status");
define('DBLAN_82', "This function will permanently modify all tables in your database. ([database])");
define('DBLAN_83', "It is [b]HIGHLY[/b] recommended that you first backup your database and switch your site into maintenance mode.");
define('DBLAN_84', "Please note:");
define('DBLAN_85', "The conversion process can take up to one minute or much much more depending on the size of your database.");
define('DBLAN_86', "The conversion does not work with serialized arrays.");
define('DBLAN_87', "Be sure that you have followed all steps of the upgrade process first.");
define('DBLAN_88', "Core prefs are ignored during the conversion process due to possibility of corruption.");
define('DBLAN_89', "Convert Database");
define('DBLAN_90', "Convert non-UTF8 Tables");
define('DBLAN_91', "Please wait...");
define('DBLAN_92', "Your tables are using the correct character set.");
define('DBLAN_93', "Database Converted successfully to UTF-8.");
define('DBLAN_94', "Please make sure you have the following line in your e107_config.php file:");
define('DBLAN_95', "Export Options");
define('DBLAN_96', "Preferences");
define('DBLAN_97', "Tables");
define('DBLAN_98', "Rows");
define('DBLAN_99', "Table Data:");
define('DBLAN_100', "Convert paths and package images and xml into:");
define('DBLAN_101', "Export File");
define('DBLAN_102', "Export Options");
define('DBLAN_103', "Inserted");
define('DBLAN_104', "Failed to Insert");
define('DBLAN_105', "Batch shortcodes:");
define('DBLAN_106', "(empty)");
define('DBLAN_107', "[folder] is not writable");
define('DBLAN_108', "Created:");
define('DBLAN_109', "Copied:");
define('DBLAN_110', "Couldn't copy:");
?>

View File

@@ -185,4 +185,8 @@ define("LANINS_126", "For security reasons you should now set the file permissio
define("LANINS_127", "The database [x] already exists. Overwrite it? (any existing data will be lost)");
define("LANINS_128", "Overwrite");
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]");