Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/en/en.mod_language.php
<?php
/**
* @version: 1.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 module Language
* @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['MOD_LANGUAGE_TITLE'] = 'Language';
$_lang['STYLE_LAYOUT'] = 'Style and layout';
$_lang['STYLE'] = 'Style';
$_lang['DROP_LIST'] = 'Drop down list';
$_lang['FLAGS'] = 'Flags';
$_lang['FLAGS_LANGS'] = 'Flags with language names';
$_lang['LANG_NAMES'] = 'Language names';
$_lang['LINK_UCENTRAL'] = 'Link to Users Central';
$_lang['LANG_NAMES_DESC'] = 'Select how the language names should be displayed';
$_lang['NATIVE_NAME'] = 'Native name';
$_lang['LATIN_NAME'] = 'Latin name';
$_lang['LANG_IDENTIFIER'] = 'Language indicator';
$_lang['LANG_REGION'] = 'ISO Language and Region';
$_lang['DROP_COLOUR'] = 'Drop down colour';
$_lang['DROP_COLOUR_DESC'] = 'Will be applied to the module if Style is set to DROP LIST.';
$_lang['BLACK'] = 'Black';
$_lang['GRAY'] = 'Gray';
$_lang['BLUE'] = 'Blue';
$_lang['PURPLE'] = 'Purple';
$_lang['SELECT_LANG'] = 'Select language';

?>