diff options
| author | 2013-04-27 16:45:16 +0200 | |
|---|---|---|
| committer | 2013-04-27 16:45:16 +0200 | |
| commit | 70d75f0cf5304c1f8ef121538f9e4e166bb7b755 (patch) | |
| tree | d9efb364cbcdfb7db92734937a68a42db7c5e123 /app/i18n/fr.php | |
| parent | 70e7d09b967b903aed4d97d7eb66800f395f838c (diff) | |
Possibilité de choisir la langue à utiliser + fin traduction en anglais (bug #38)
Diffstat (limited to 'app/i18n/fr.php')
| -rw-r--r-- | app/i18n/fr.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 39208cef8..0473a8f94 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -131,6 +131,7 @@ return array ( 'think_to_add' => 'Pensez à en ajouter !', 'general_configuration' => 'Configuration générale', + 'language' => 'Langue', 'delete_articles_every' => 'Supprimer les articles tous les', 'month' => 'mois', 'persona_connection_email' => 'Adresse mail de connexion (utilise <a href="https://persona.org/">Persona</a>)', |
