Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/it/it.mod_comments.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 Comments
* @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_COMMENTS_TITLE'] = 'Commenti recenti';
$_lang['GENERAL'] = 'Generale';
$_lang['SOURCE'] = 'Fonte';
$_lang['COMMENTS_SOURCE'] = 'Seleziona la fonte del commento.';
$_lang['GENERAL_CONTENT'] = 'Contenuto generale';
$_lang['SPECIFIC_CATEGORY'] = 'Categoria specifica';
$_lang['INCL_SUBCATEGORIES'] = 'Vuoi includere le sottocategorie?';
$_lang['AUTOMATIC'] = 'Automatico';
$_lang['COMMENTS_NUMBER'] = 'Numero commenti';
$_lang['COMMENTS_NUMBER_DESC'] = 'Seleziona il numero di commenti da visualizzare.';
$_lang['NOCOMMENTS'] = 'Non ci sono commenti.';
$_lang['COMMENT_LIMIT'] = 'Limite caratteri Commento';
$_lang['COMMENT_LIMIT_DESC'] = 'Il numero massimo di caratteri per il messggio del commento.';
$_lang['USER_AVATAR'] = 'Avatar utente';
$_lang['USE_GRAVATAR'] = 'Usare Gravatar';
$_lang['USE_GRAVATAR_DESC'] = 'Voi usare il servizio Gravatar per gli utenti che non hanno un avatar?';
$_lang['TODAY'] = 'Oggi';
$_lang['YESTERDAY'] = 'Ieri';
$_lang['STYLE'] = 'Stile';
$_lang['DISPLAY_DATE'] = 'Mostra la data?';
//2.0 (Elxis 5.0)
$_lang['BY'] = 'di';//translators help: by {NAME/AUTHOR}
$_lang['DISPLAY_AUTHOR'] = 'Mostro autore?';

?>