diff --git a/adminer/lang/fr.inc.php b/adminer/lang/fr.inc.php index 217159ae..eb143ec7 100644 --- a/adminer/lang/fr.inc.php +++ b/adminer/lang/fr.inc.php @@ -218,7 +218,7 @@ $translations = array( 'Relations' => 'Relations', 'Run file' => 'Executer le fichier', 'Clear' => 'Effacer', - 'Maximum allowed file size is %sB.' => 'Taille maximale des fichiers est de %sB', + 'Maximum allowed file size is %sB.' => 'Taille maximale des fichiers est de %sB.', 'Numbers' => 'Nombres', 'Date and time' => 'Date et heure', 'Strings' => 'Chaînes', @@ -229,5 +229,5 @@ $translations = array( 'From' => 'De', 'Subject' => 'Sujet', 'Send' => 'Envoyer', - '%d e-mail(s) have been sent.' => array('%d message a été envoyé','%d messages ont été envoyés'), + '%d e-mail(s) have been sent.' => array('%d message a été envoyé.', '%d messages ont été envoyés.'), ); diff --git a/adminer/lang/it.inc.php b/adminer/lang/it.inc.php index b3132c03..fd5f3113 100644 --- a/adminer/lang/it.inc.php +++ b/adminer/lang/it.inc.php @@ -214,5 +214,20 @@ $translations = array( '$1-$3-$5' => '$5/$3/$1', 'History' => 'Storico', 'Variables' => 'Variabili', - 'Source and target columns must have the same data type and there must be an index on the target columns.' => 'Le colonne sorgente e destinazione devono essere dello stesso tipo e ci deve essere un indice sulla colonna di destinazione.', + 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exists.' => 'Le colonne sorgente e destinazione devono essere dello stesso tipo e ci deve essere un indice sulla colonna di destinazione e sui dati referenziati.', + 'Relations' => 'Relazioni', + 'Run file' => 'Esegui file', + 'Clear' => 'Pulisci', + 'Maximum allowed file size is %sB.' => 'La dimensione massima del file è %sB.', + 'Numbers' => 'Numeri', + 'Date and time' => 'Data e ora', + 'Strings' => 'Stringhe', + 'Binary' => 'Binari', + 'Lists' => 'Liste', + 'Editor' => 'Editor', + 'E-mail' => 'E-mail', + 'From' => 'Da', + 'Subject' => 'Oggetto', + 'Send' => 'Invia', + '%d e-mail(s) have been sent.' => array('%d e-mail inviata.','%d e-mail inviate.'), );