1<?php 2/** 3 * Italian language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Fabio Asnicar <fabio.asnicar@gmail.com> 7 */ 8 9// settings must be present and set appropriately for the language 10$lang['encoding'] = 'utf-8'; 11$lang['direction'] = 'ltr'; 12 13// for admin plugins, the menu prompt to be displayed in the admin menu 14// if set here, the plugin doesn't need to override the getMenuText() method 15$lang['menu'] = 'Modera Discussioni'; 16 17$lang['discussion'] = 'Discussione'; 18$lang['comment'] = 'Commento'; 19$lang['comments'] = 'Commenti'; 20$lang['nocomments'] = 'Commenti'; 21$lang['url'] = 'Sito web'; 22$lang['address'] = 'Indirizzo'; 23$lang['date'] = 'Data'; 24$lang['entercomment'] = 'Inserisci un commento'; 25$lang['wikisyntax'] = 'Sintassi del wiki permessa'; 26$lang['older'] = 'Vecchie discussioni'; 27$lang['newer'] = 'Nuove discussioni'; 28$lang['btn_reply'] = 'Rispondi'; 29$lang['btn_hide'] = 'Nascondi'; 30$lang['btn_show'] = 'Mostra'; 31$lang['btn_change'] = 'Modifica'; 32$lang['statuschanged'] = 'Stato discussione modificato'; 33$lang['wordblock'] = 'Il tuo commento è stato bloccato in quanto riconosciuto come SPAM.'; 34$lang['mail_newcomment'] = 'Nuovo Commento'; 35$lang['subscribe'] = 'Sottoscrizione dei commenti'; 36 37$lang['status'] = 'Stato'; 38$lang['off'] = 'Disattivo'; 39$lang['open'] = 'Aperto'; 40$lang['closed'] = 'Chiuso'; 41 42$lang['reply'] = 'Rispondi'; 43$lang['replies'] = 'Risposte'; 44$lang['newthread'] = 'Nuovo argomento'; 45$lang['threads'] = 'Argomenti'; 46 47//Setup VIM: ex: et ts=2 enc=utf-8 :