Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/it/it.mod_categories.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 Categories
* @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_CATEGORIES_TITLE'] = 'Categorie';
$_lang['HOME_DESC'] = 'Visualizza er prima un link alla homepage?';
$_lang['CATEGORIES'] = 'Categorie';
$_lang['CATEGORIES_TO_DISP'] = 'Categorie da visualizzare';
$_lang['FIRST_LEVEL'] = 'Primo livello';
$_lang['FIRST_SECOND_LEVEL'] = 'Primo e Secondo livello';
$_lang['SELECTED'] = 'Selezionata';
$_lang['ORIENTATION'] = 'Orientamento';
$_lang['VERTICAL'] = 'Verticale';
$_lang['HORIZONTAL'] = 'Orizzonate';
$_lang['CATEGORY_IDS'] = 'ID categorie';
$_lang['CATEGORY_IDS_DESC'] = 'ID categorie separate da virgola';

?>