1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 10:01:56 +02:00

Issue #6 Core Language-File checking fixes and LAN optimization.

This commit is contained in:
Cameron
2015-07-10 14:25:16 -07:00
parent ae9585f0da
commit 9a9c4096ef
4 changed files with 184 additions and 945 deletions

View File

@@ -6,26 +6,11 @@
*
*/
define("LAN_CHECK_1", "Verify/Edit Language-Pack Files"); // modified in 0.7.6
define("LAN_CHECK_2", "Verify");
define("LAN_CHECK_3", "Verification of");
define("LAN_CHECK_4", "File missing!");
define("LAN_CHECK_5", "Phrase missing!");
// define("LAN_CHECK_7", "phrase");
// define("LAN_CHECK_8", "A file is missing...");
// define("LAN_CHECK_9", " files are missing...");
// define("LAN_CHECK_10", "Critical error: ");
// define("LAN_CHECK_11", "No files missing !");
// define("LAN_CHECK_12", "A file is wrong...");
// define("LAN_CHECK_13", " files are wrong...");
// define("LAN_CHECK_14", "All existing files are valid !");
// v1.0
// define("LAN_CHECK_15", "Illegal characters or spaces found before '<?php' or after '?>'");
define("LAN_CHECK_15", "Illegal characters or spaces found before [x] or after [y]");
define("LAN_CHECK_16", "Original File");
define("LAN_CHECK_17", "A write problem occured while trying to save the file.");
define("LAN_CHECK_18", "Language files in the standard format are NOT available for this plugin/theme.");
@@ -36,24 +21,21 @@ define("LAN_CHECK_22", "Theme");
define("LAN_CHECK_23", "Errors Found");
define("LAN_CHECK_24", "Summary");
define("LAN_CHECK_25", "Themes");
define("LAN_CHECK_26", "File");
// v2.0
define("LAN_CHECK_15", "Illegal characters found before [php]"); // [php] is automatically replaced, do not edit!
//define("LAN_CHECK_20", "File");
//define("LAN_CHECK_21", "Theme");
//define("LAN_CHECK_22", "Themes");
//define("LAN_CHECK_23", "[x] saved"); // [x] is automatically replaced, do not edit!
define("LAN_CHECK_PAGE_TITLE", "Languages");
//define("LAN_CHECK_24", "Edit/Create file");
//define("LAN_CHECK_25", "Language verification");
//define("LAN_CHECK_26", "No data");
define("LAN_CHECK_27", "Number of language-pack errors found");
define("LANG_LAN_30", "Release Date");
define("LANG_LAN_31", "Compatibility");
define("LANG_LAN_35", "The following language packs are available for this version of e107.");
define("LANG_LAN_111", "Release-date");
define("LANG_LAN_112", "Compatible");
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_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_AGR", "Note: By using these tools you agree to share your language pack(s) with the e107 community.");
?>