Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/en/en.com_languages.php
<?php
/**
* @version: 4.0
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( http://www.elxis.org )
* @copyright: (C) 2006-2012 Elxis.org. All rights reserved.
* @description: en-GB (English - Great Britain) language for component Languages
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Ioannis Sannos ( http://www.elxis.org )
*
* ---- THIS FILE MUST BE ENCODED AS UTF-8! ----
*
*****************************************************************************/

defined('_ELXIS_') or die ('Direct access to this location is not allowed.');


$_lang = array();
$_lang['LANGUAGES_MANAGER'] = 'Languages manager';
$_lang['INSTALLED_LANGS'] = 'Installed languages';
$_lang['FLAG'] = 'Flag';
$_lang['IDENTIFIER'] = 'Identifier';
$_lang['REGION'] = 'Region';
$_lang['DIRECTION'] = 'Direction';
$_lang['NAME_LOCAL'] = 'Local name';
$_lang['NAME_ENGLISH'] = 'English name';
$_lang['FILES'] = 'Files';
$_lang['DB_TRANSLATIONS'] = 'DB translations';
$_lang['COMPARE_FILES'] = 'Compare files';
$_lang['LANG_FILES_COMP'] = 'Language files comparison';
$_lang['SELECT_LEAST2'] = 'You must select at least 2 languages!';
$_lang['COMPARE_UPTO6'] = 'You can compare up to 6 languages!';
$_lang['MAIN_LANG_FILE'] = 'Main language file';
$_lang['NO_FILES_COMPARE'] = 'No files found to compare!';
$_lang['NO_LANGS_COMPARE'] = 'No languages selected to compare!';
$_lang['LAST_MOD'] = 'Last modified';
$_lang['FILE_SIZE'] = 'File size';
$_lang['INVALID_LANG'] = 'Invalid language!';
$_lang['INVALID_LANG_FILE'] = 'Invalid language file!';
$_lang['LANG_TOOLS'] = 'Language tools';
$_lang['CHECK_TRANS'] = 'Check translation';
$_lang['CHECK_TRANS_DESC'] = 'Make a check by comparing the translations of the same file in 2 languages.';
$_lang['SEL_LANGS_COMPARE'] = 'Please select 2 different languages to compare.';
$_lang['SEL_LANG_FILE'] = 'Please select a language file!';
$_lang['LANG_STRING'] = 'Language string';
$_lang['CHECK'] = 'Check';
$_lang['FILE_NEXIST'] = 'File %s does not exist!';
$_lang['INFORMATION'] = 'Information';

?>