diff options
| author | 2013-10-15 11:22:22 +0200 | |
|---|---|---|
| committer | 2013-10-15 11:22:22 +0200 | |
| commit | a1797f3a29b4af2379183da9f9a7cbad1e3a9866 (patch) | |
| tree | cd2700965051f267993f6d96fe475384c1fd2069 | |
| parent | e52810415df05034486c4d813b6cdeb00b50091a (diff) | |
| parent | 7e7bc64c52ab49c065858e3390c50c79ef7ef542 (diff) | |
Merge branch 'patch-5' of https://github.com/Alkarex/FreshRSS into hotfixes
| -rw-r--r-- | app/i18n/fr.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php index fac1ac4f8..48b543b7c 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -153,7 +153,7 @@ return array ( 'persona_connection_email' => 'Adresse mail de connexion (utilise <a href="https://persona.org/">Persona</a>)', 'allow_anonymous' => 'Autoriser la lecture anonyme', 'auth_token' => 'Jeton d’identification', - 'explain_token' => 'Permet d\'accéder à la sortie RSS sans besoin de s\'authentifier.<br />%s?output=rss&token=%s', + 'explain_token' => 'Permet d’accéder à la sortie RSS sans besoin de s’authentifier.<br />%s?output=rss&token=%s', 'reading_configuration' => 'Configuration de lecture', 'articles_per_page' => 'Nombre d’articles par page', 'default_view' => 'Vue par défaut', @@ -253,7 +253,7 @@ return array ( 'steps' => 'Étapes', 'checks' => 'Vérifications', 'bdd_configuration' => 'Configuration de la base de données', - 'this_is_the_end' => 'This is the end', + 'this_is_the_end' => 'C’est fini', 'ok' => 'Ok !', 'congratulations' => 'Félicitations !', |
