diff options
| author | 2014-01-25 12:52:42 +0100 | |
|---|---|---|
| committer | 2014-01-25 12:52:47 +0100 | |
| commit | a7aa82b461ec2b35883ce4fb34e29e2b77717145 (patch) | |
| tree | 69a710e4e2b2976b7c01ff5433dd55dda5b70875 /app/i18n/fr.php | |
| parent | 9de716591917c23fba3ebb9950c1ee9f09f396db (diff) | |
i18n Messages aucun article
Corrige https://github.com/marienfressinaud/FreshRSS/issues/383
Message qui convient à la fois lorsqu'il n'y a aucun flux, ou aucun
article qui répond à un filtre
Diffstat (limited to 'app/i18n/fr.php')
| -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 d927b3fbb..c20bf98e7 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -157,7 +157,7 @@ return array ( 'not_yet_implemented' => 'Pas encore implémenté', 'access_protected_feeds' => 'La connexion permet d’accéder aux flux protégés par une authentification HTTP', 'no_selected_feed' => 'Aucun flux sélectionné.', - 'think_to_add' => '<a href="./?c=configure&a=feed">Pensez à en ajouter !</a>', + 'think_to_add' => '<a href="./?c=configure&a=feed">Vous pouvez ajouter des flux</a>.', 'current_user' => 'Utilisateur actuel', 'password_form' => 'Mot de passe<br /><small>(pour connexion par formulaire)</small>', @@ -243,7 +243,7 @@ return array ( 'before_yesterday' => 'À partir d’avant-hier', 'by_author' => 'Par <em>%s</em>', 'related_tags' => 'Tags associés', - 'no_feed_to_display' => 'Il n’y a aucun flux à afficher pour l’instant.', + 'no_feed_to_display' => 'Il n’y a aucun article à afficher.', 'about_freshrss' => 'À propos de FreshRSS', 'project_website' => 'Site du projet', |
