Update translations

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@966 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-08-06 09:08:06 +00:00
parent 1846401b7d
commit 2a1421e548
2 changed files with 18 additions and 3 deletions

View 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.'),
);

View 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.'),
);