]> git.joonet.de Git - adminer.git/commitdiff
Update translations
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Thu, 6 Aug 2009 09:08:06 +0000 (09:08 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Thu, 6 Aug 2009 09:08:06 +0000 (09:08 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@966 7c3ca157-0c34-0410-bff1-cbf682f78f5c

adminer/lang/fr.inc.php
adminer/lang/it.inc.php

index 217159ae972430f7aac47a5441316fe6b1128da3..eb143ec7ba336d5964a411cee7ce977779ca9383 100644 (file)
@@ -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.'),
 );
index b3132c03a2ee053df61499c43506aeb0e5e54cce..fd5f3113dfcb10674fda1a30b17c28e9df966572 100644 (file)
@@ -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.'),
 );