diff --git a/e107_languages/English/admin/lan_lancheck.php b/e107_languages/English/admin/lan_lancheck.php index 49540abcb..4982abd6e 100644 --- a/e107_languages/English/admin/lan_lancheck.php +++ b/e107_languages/English/admin/lan_lancheck.php @@ -25,7 +25,10 @@ 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", "Missing"); +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"); @@ -43,4 +46,4 @@ define("LANG_LAN_120", "Please make sure you are using default folder names in e define("LANG_LAN_AGR", "Note: By using these tools you agree to share your language pack(s) with the e107 community."); -?> \ No newline at end of file +?>