]> git.joonet.de Git - adminer.git/commitdiff
Update French translation (thanks to vlakoff)
authorJakub Vrana <jakub@vrana.cz>
Sun, 8 Mar 2015 19:40:17 +0000 (12:40 -0700)
committerJakub Vrana <jakub@vrana.cz>
Sun, 8 Mar 2015 20:07:20 +0000 (13:07 -0700)
adminer/lang/fr.inc.php

index 1d6771868185ebe29f8f6fbe9fe8db00423e01b6..2fb70431e7a6c1e15540d82940677bed95d2a25d 100644 (file)
@@ -283,4 +283,11 @@ $translations = array(
        'Saving' => 'Enregistrement',
        'yes' => 'oui',
        'no' => 'non',
+       'Materialized View' => 'Vue matérialisée',
+       'Create materialized view' => 'Créer une vue matérialisée',
+       '%d / ' => '%d / ',
+       'Limit rows' => 'Limiter les lignes',
+       'Default value' => 'Valeur par défaut',
+       'If you did not send this request from Adminer then close this page.' => 'Si vous n\'avez pas envoyé cette requête depuis Adminer, alors fermez cette page.',
+       'You are offline.' => 'Vous êtes hors ligne.',
 );