From c7f444049d6c96ec959cdea90b34210c5997ae04 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 17 Apr 2014 09:04:46 -0700 Subject: [PATCH] Update French translation --- adminer/lang/fr.inc.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/adminer/lang/fr.inc.php b/adminer/lang/fr.inc.php index 463e7827..8dd66b76 100644 --- a/adminer/lang/fr.inc.php +++ b/adminer/lang/fr.inc.php @@ -271,4 +271,17 @@ $translations = array( 'Modify' => 'Modification', 'Load more data' => 'Charger plus de données', 'Loading' => 'Chargement', + 'Tables have been optimized.' => 'Les tables ont bien été optimisées.', + 'Vacuum' => 'Vide', + 'File must be in UTF-8 encoding.' => 'Les fichiers doivent être encodées en UTF-8.', + 'Full table scan' => 'Scan de toute la table', + 'Too many unsuccessful logins, try again in %d minute(s).' => array('Trop de connexions infructueuses, essayez de nouveau dans %d minute.', 'Trop de connexions infructueuses, essayez de nouveau dans %d minutes.'), + 'Master password expired. Implement %s method to make it permanent.' => 'Le mot de passe a expiré. Mettre en oeuvre de la méthode %s afin de la rendre permanente.', + 'You can upload a big SQL file via FTP and import it from server.' => 'Vous pouvez uploader de gros fichiers SQL par FTP et ensuite l\'importer depuis le serveur.', + 'Size' => 'Taille', + 'Compute' => 'Calcul', + 'You have no privileges to update this table.' => 'Vous n\'avez pas les droits pour mettre à jour cette table.', + 'Saving' => 'Enregistrement', + 'yes' => 'oui', + 'no' => 'non', );