1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 10:23:53 +02:00

Issue #5465 Core language files converted. (excluding plugins)

This commit is contained in:
camer0n
2025-04-04 18:29:07 -07:00
parent c46b7b1d36
commit 31e7d1d3b0
93 changed files with 5255 additions and 6358 deletions

View File

@@ -1,46 +1,44 @@
<?php
/*
* Copyright (C) 2008-2013 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
* Copyright (C) 2008-2025 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
*
* Admin Language File
*
*/
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_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.");
define("LAN_CHECK_19", "Non-UTF-8 characters found!");
define("LAN_CHECK_20", "Generate Language Pack");
define("LAN_CHECK_21", "Verify Again");
//define("LAN_CHECK_22", "Theme");//LAN_THEME
define("LAN_CHECK_23", "Errors Found");
//define("LAN_CHECK_24", "Summary");//LAN_SUMMARY
//define("LAN_CHECK_25", "Themes");//LAN_THEMES
define("LAN_CHECK_26", "Front");
define("LAN_CHECK_PAGE_TITLE", "Languages");
define("LAN_CHECK_27", "Number of language-pack errors found");
define("LAN_CHECK_28", "Identical");
define("LAN_CHECK_29", "Identical string (warning only)");
define("LAN_CHECK_30", "Missing bbcodes");
define("LAN_CHECK_31", "Missing [ and/or ] character(s)");
define("LAN_CHECK_32", "Missing HTML tags");
define("LANG_LAN_23", "Create Language-Pack (zip)");
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.");
return [
'LAN_CHECK_2' => "Verify",
'LAN_CHECK_3' => "Verification of",
'LAN_CHECK_4' => "File missing!",
'LAN_CHECK_5' => "Phrase missing!",
'LAN_CHECK_15' => "Illegal characters or spaces found before [x] or after [y]",
'LAN_CHECK_16' => "Original File",
'LAN_CHECK_17' => "A write problem occured while trying to save the file.",
'LAN_CHECK_18' => "Language files in the standard format are NOT available for this plugin/theme.",
'LAN_CHECK_19' => "Non-UTF-8 characters found!",
'LAN_CHECK_20' => "Generate Language Pack",
'LAN_CHECK_21' => "Verify Again",
'LAN_CHECK_23' => "Errors Found",
'LAN_CHECK_26' => "Front",
'LAN_CHECK_PAGE_TITLE' => "Languages",
'LAN_CHECK_27' => "Number of language-pack errors found",
'LAN_CHECK_28' => "Identical",
'LAN_CHECK_29' => "Identical string (warning only)",
'LAN_CHECK_30' => "Missing bbcodes",
'LAN_CHECK_31' => "Missing [ and/or ] character(s)",
'LAN_CHECK_32' => "Missing HTML tags",
'LANG_LAN_23' => "Create Language-Pack (zip)",
'LANG_LAN_30' => "Release Date",
'LANG_LAN_31' => "Compatibility",
'LANG_LAN_35' => "The following language packs are available for this version of e107.",
'LANG_LAN_111' => "Release-date",
'LANG_LAN_112' => "Compatible",
'LANG_LAN_114' => "Download Pack",
'LANG_LAN_115' => "Please verify and correct the remaining [x] error(s) before attempting to create a language-pack.",
'LANG_LAN_116' => "Please verify your language files ('Verify') then try again.",
'LANG_LAN_117' => "You should correct the remaining errors before contributing your language pack.",
'LANG_LAN_119' => "Please check that CORE_LC and CORE_LC2 have values in [x] and try again.",
'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.",
'LANG_LAN_AGR' => "Note: By using these tools you agree to share your language pack(s) with the e107 community.",
];