<?php
/**
 * Italian language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Fabio Asnicar <fabio.asnicar@gmail.com>
 */

// settings must be present and set appropriately for the language
$lang['encoding']   = 'utf-8';
$lang['direction']  = 'ltr';

// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu']            = 'Modera Discussioni'; 

$lang['discussion']      = 'Discussione';
$lang['comment']         = 'Commento';
$lang['comments']        = 'Commenti';
$lang['nocomments']      = 'Commenti';
$lang['url']             = 'Sito web';
$lang['address']         = 'Indirizzo';
$lang['date']            = 'Data';
$lang['entercomment']    = 'Inserisci un commento';
$lang['wikisyntax']      = 'Sintassi del wiki permessa';
$lang['older']           = 'Vecchie discussioni';
$lang['newer']           = 'Nuove discussioni';
$lang['btn_reply']       = 'Rispondi';
$lang['btn_hide']        = 'Nascondi';
$lang['btn_show']        = 'Mostra';
$lang['btn_change']      = 'Modifica';
$lang['statuschanged']   = 'Stato discussione modificato';
$lang['wordblock']       = 'Il tuo commento è stato bloccato in quanto riconosciuto come SPAM.';
$lang['mail_newcomment'] = 'Nuovo Commento';
$lang['subscribe']       = 'Sottoscrizione dei commenti';

$lang['status']          = 'Stato';
$lang['off']             = 'Disattivo';
$lang['open']            = 'Aperto';
$lang['closed']          = 'Chiuso';

$lang['reply']           = 'Rispondi';
$lang['replies']         = 'Risposte';
$lang['newthread']       = 'Nuovo argomento';
$lang['threads']         = 'Argomenti';

//Setup VIM: ex: et ts=2 enc=utf-8 :