1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 02:42:40 +02:00

Language-Pack verification routines updated with code from e107 v1.x. Requires testing. v1->v2 LAN conflicts corrected.

This commit is contained in:
Cameron
2013-10-27 21:28:40 -07:00
parent 7e61dda748
commit d87d01174d
4 changed files with 1552 additions and 60 deletions

View File

@@ -22,21 +22,37 @@ define("LAN_CHECK_5", "Phrase missing!");
// define("LAN_CHECK_13", " files are wrong...");
// define("LAN_CHECK_14", "All existing files are valid !");
define("LAN_CHECK_15", "Illegal characters found before [php]"); // [php] is automatically replaced, do not edit!
// v1.0
// define("LAN_CHECK_15", "Illegal characters or spaces found before '<?php' or after '?>'");
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.");
define("LAN_CHECK_18", "Language files in the standard format are NOT available for this plugin/theme.");
define("LAN_CHECK_19", "Non-UTF-8 characters found!");
define("LAN_CHECK_20", "File");
define("LAN_CHECK_21", "Theme");
define("LAN_CHECK_22", "Themes");
define("LAN_CHECK_20", "Generate Language Pack");
define("LAN_CHECK_21", "Verify Again");
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");
define("LAN_CHECK_23", "[x] saved"); // [x] is automatically replaced, do not edit!
// 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_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");

View File

@@ -38,18 +38,33 @@ define("LANG_LAN_27", "If checked, and a required language cannot be found, ther
//FIXME - LAN conflict & HTML IN LAN
//0.8 - in conflict with 0.7.
define("LANG_LAN_PAGE_TITLE", "Languages");
define("LANG_LAN_28", "%s deleted.");
define("LANG_LAN_29", "%s could not be deleted.");
define("LANG_LAN_30", "%s created.");
// define("LANG_LAN_31", "%s couldn\"t be deleted.");
define("LANG_LAN_32", "%s was disabled but left intact.");
define("LANG_LAN_33", "Delete all tables in %s?");
define("LANG_LAN_AGR", "Note: By using these tools you agree to share your language pack(s) with the e107 community.");
define("LANG_LAN_EML", "Please email your language pack to:");
define("LANG_LAN_29", "You should correct the remaining errors before contributing your language pack.");
define("LANG_LAN_30", "Release Date");
define("LANG_LAN_31", "Compatibility");
define("LANG_LAN_32", "Installed Languages");
define("LANG_LAN_33", "Display only errors during verification");
define("LANG_LAN_34", "Please verify and correct the remaining [x] error(s) before attempting to create a language-pack.");
// define("LANG_LAN_09", "Are you sure?");
define("LANG_LAN_34", "Available Language Packs");
define("LANG_LAN_35", "The following language packs are available for this version of e107.");
define("LANG_LAN_36", "Language-Pack errors found! Please first verify your language files are without errors, before creating a language-pack.");
//define("LANG_LAN_34", "Available Language Packs");
//define("LANG_LAN_35", "The following language packs are available for this version of e107.");
//define("LANG_LAN_36", "Language-Pack errors found! Please first verify your language files are without errors, before creating a language-pack.");
define("LANG_LAN_50", "Admin-Area Interface Language");
// e107 v2
//FIXME Remove use of sprintf() and replace with [x]
define("LANG_LAN_100", "%s deleted.");
define("LANG_LAN_101", "%s could not be deleted.");
define("LANG_LAN_103", "%s created.");
// define("LANG_LAN_31", "%s couldn\"t be deleted.");
define("LANG_LAN_104", "%s was disabled but left intact.");
define("LANG_LAN_105", "Delete all tables in %s?");
?>