<?php
/**
 * Italian language strings for the Formular Plugin
 *
 * @author  Stephane Chamberland <stephane.chamberland@gmail.com>
 * @author  Diego Pierotto <ita.translations@tiscali.it>
 */
//$lang[''] = '';
$lang['name_not_unique'] = 'Il nome seguente non è univoco';
$lang['wrong_nb_of_arguments'] = 'Numero di argomenti errati per l\'elemento';
$lang['undef_combo'] = 'Nome ComboBox non definito';
$lang['cannot_open'] = "Impossibile apire file";
$lang['received_on'] = 'Ricevuto il';
$lang['pls_choose'] = 'Per favore scegliere ...';
$lang['len_not_num'] = 'Vincoli valore length non numerico';
$lang['minlen_not_num'] = 'vincoli valore minLength non numerico';
$lang['maxlen_not_num'] = 'Vincoli valore maxLength non numerico';
$lang['wrong_kw'] = 'Errore di digitazione';
$lang['filesize_exceeded'] = 'Il file assegnato è troppo grande';

//Setup VIM: ex: et ts=2 enc=utf-8 :
