Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/it/it.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: it-IT (Italian - Italy) language for module Language
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Duilio ( Speck -  http://www.elxisitalia.com )
* @translator: Francesco Venuti ( Amigamerlin -  http://www.elxisitalia.it - http://www.elxis.it )
*
* ---- 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'] = 'Lingua';
$_lang['STYLE_LAYOUT'] = 'Stile e layout';
$_lang['STYLE'] = 'Stile';
$_lang['DROP_LIST'] = 'Elenco a discesa';
$_lang['FLAGS'] = 'Bandiere';
$_lang['FLAGS_LANGS'] = 'Bandiere con il nome delle lingue';
$_lang['LANG_NAMES'] = 'Nomi lingua';
$_lang['LINK_UCENTRAL'] = 'Link alla Centrale Utenti';
$_lang['LANG_NAMES_DESC'] = 'Seleziona come vuoi visualizzare il nome delle lingue';
$_lang['NATIVE_NAME'] = 'Nome nativo';
$_lang['LATIN_NAME'] = 'Nome latino';
$_lang['LANG_IDENTIFIER'] = 'Indicatore della lingua';
$_lang['LANG_REGION'] = 'Linguaggio ISO e regione';
$_lang['DROP_COLOUR'] = 'Colore discesa';
$_lang['DROP_COLOUR_DESC'] = 'Il colore sarà applicato al modulo se lo stile è impostato su Elenco a discesa.';
$_lang['BLACK'] = 'Nero';
$_lang['GRAY'] = 'Grigio';
$_lang['BLUE'] = 'Bue';
$_lang['PURPLE'] = 'Viola';
$_lang['SELECT_LANG'] = 'Seleziona la lingua';

?>