1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 11:04:18 +02:00
Files
php-e107/e107_languages/English/admin/lan_lancheck.php

45 lines
2.1 KiB
PHP

<?php
/*
* Copyright (C) 2008-2025 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
*
* Admin Language File
*
*/
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.",
];