1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +02:00

Closes #3617 - LAN pack export message updated

Emails are no longer (unneccesarily) sent
This commit is contained in:
Tijn Kuyper
2019-01-27 14:57:10 +01:00
parent 600ebad5a4
commit 6f18c238bc
2 changed files with 24 additions and 27 deletions

View File

@@ -31,8 +31,8 @@ define("LANG_LAN_21", "Language-Packs");
define("LANG_LAN_25", "Language-Pack Creation Status");
define("LANG_LAN_26", "Load language files only for current language");
define("LANG_LAN_27", "If checked, and a required language cannot be found, there will be an error");
define("LANG_LAN_28", "Check this box if you're an [e107 certified translator].");
define("LANG_LAN_EML", "Please email your language pack to:");
//define("LANG_LAN_28", "Check this box if you're an [e107 certified translator].");
//define("LANG_LAN_EML", "Please email your language pack to:");
define("LANG_LAN_32", "Installed Languages");
define("LANG_LAN_33", "Display only errors during verification");
define("LANG_LAN_50", "Admin-Area Interface Language");
@@ -69,4 +69,5 @@ define("LANG_LAN_150", "[b]Search ENTIRE core before commenting out ANY LAN from
define("LANG_LAN_151", "Available");
define("LANG_LAN_152", "Courtesy of the [e107 translations team]");
define("LANG_LAN_153", "Pre-release");
?>
define("LANG_LAN_154", "The Language Pack has been created. You can now submit it to the Github repository as instructed [here].")