Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/en/en.mod_adminlang.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 Admin 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_ADMINLANG_TITLE'] = 'Administration language';
$_lang['LOCAL_NAMES'] = 'Local names';
$_lang['LOCAL_NAMES_DESC'] = 'Display local language names? If no, language names will be displayed in English.';

?>