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