]> git.joonet.de Git - adminer.git/commitdiff
Update translations
authorJakub Vrana <jakub@vrana.cz>
Tue, 16 Nov 2010 09:48:08 +0000 (10:48 +0100)
committerJakub Vrana <jakub@vrana.cz>
Tue, 16 Nov 2010 10:18:36 +0000 (11:18 +0100)
adminer/lang/fr.inc.php
adminer/lang/it.inc.php

index b250465443783a3b706ced79758da1aa01f2cc52..444c565b2d5f1c088be8c0af0bc364f40ae413e4 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 $translations = array(
        'Login' => 'Authentification',
-       'Logout successful.' => 'Au revoir!',
+       'Logout successful.' => 'Au revoir !',
        'Invalid credentials.' => 'Authentification échouée.',
        'Server' => 'Serveur',
        'Username' => 'Utilisateur',
@@ -139,7 +139,7 @@ $translations = array(
        'Grant' => 'Grant',
        'Revoke' => 'Revoke',
        '%s version: %s through PHP extension %s' => 'Version de %s : %s via l\'extension PHP %s',
-       'Logged as: %s' => 'Authentifié en tant que %s',
+       'Logged as: %s' => 'Authentifié en tant que %s',
        'Too big POST data. Reduce the data or increase the %s configuration directive.' => 'Données POST trop grandes. Réduisez la taille des données ou augmentez la valeur de %s dans la configuration de PHP.',
        'Move up' => 'Déplacer vers le haut',
        'Move down' => 'Déplacer vers le bas',
index 900f154401e8d107525a28dbb9afabe15f281850..1d34ef47d9375e989086fd4c13dcb23923c9930c 100644 (file)
@@ -258,4 +258,12 @@ $translations = array(
        'Geometry' => 'Geometria',
        'File exists.' => 'Il file esiste già.',
        'Attachments' => 'Allegati',
+       '%d query(s) executed OK.' => array('%d query eseguita con successo.', '%d query eseguite con successo.'),
+       'Show only errors' => 'Mostra solo gli errori',
+       'Last page' => 'Ultima pagina',
+       'Refresh' => 'Aggiorna',
+       'Invalid schema.' => 'Schema non valido.',
+       'Please use one of the extensions %s.' => 'Usa una delle estensioni %s.',
+       'now' => 'adesso',
+       'ltr' => 'ltr',
 );