Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/it/it.mod_adminstats.php
<?php
/**
* @version: 2.0
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( http://www.elxis.org )
* @copyright: (C) 2006-2019 Elxis.org. All rights reserved.
* @description: it-IT (Italian - Italy) language for module Admin Menu
* @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_ADMINSTATS_TITLE'] = 'Statistiche del sito';
$_lang['UNIQUE_VISITS'] = 'Visite uniche';
$_lang['CLICKS'] = 'Clicks';
$_lang['VISITS'] = 'Visite';
$_lang['PREV_MONTH'] = 'Mese precedente';
$_lang['NEXT_MONTH'] = 'Mese successivo';
$_lang['VISITS_PER_DAY'] = "Visite giornaliere nel %s"; //translators help: ... for {MONTH YEAR}
$_lang['CLICKS_PER_DAY'] = "Clicks giornalieri nel %s"; //translators help: ... for {MONTH YEAR}
$_lang['MORE'] = 'Approfondisci';
$_lang['ANALYTIC_STATS'] = 'Statistiche analitiche';

?>