diff --git a/adminer/lang/fr.inc.php b/adminer/lang/fr.inc.php index b2504654..444c565b 100644 --- a/adminer/lang/fr.inc.php +++ b/adminer/lang/fr.inc.php @@ -1,7 +1,7 @@ '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', diff --git a/adminer/lang/it.inc.php b/adminer/lang/it.inc.php index 900f1544..1d34ef47 100644 --- a/adminer/lang/it.inc.php +++ b/adminer/lang/it.inc.php @@ -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', );