summaryrefslogtreecommitdiff
path: root/app/i18n
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-13 23:31:07 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-13 23:31:07 +0100
commitfd26178d7ca8ef3258d15ca95d43af143b4cd440 (patch)
treec7dc526f7f46659721e6aeda55b562a60604d82b /app/i18n
parent693cd17cb8b26687fe46788033db49654310405a (diff)
Lien pour ajouter des flux quand FreshRSS est vide
https://github.com/marienfressinaud/FreshRSS/issues/355 + Correction bug cache thèmes du précédant patch
Diffstat (limited to 'app/i18n')
-rw-r--r--app/i18n/en.php4
-rw-r--r--app/i18n/fr.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index 71ca9538f..c90563036 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -157,7 +157,7 @@ return array (
'not_yet_implemented' => 'Not yet implemented',
'access_protected_feeds' => 'Connection allows to access HTTP protected RSS feeds',
'no_selected_feed' => 'No feed selected.',
- 'think_to_add' => 'Think to add RSS feeds!',
+ 'think_to_add' => '<a href="./?c=configure&amp;a=feed">Remember to add some RSS feeds!</a>',
'current_user' => 'Current user',
'default_user' => 'Username of the default user (maximum 16 alphanumeric characters)',
@@ -242,7 +242,7 @@ return array (
'before_yesterday' => 'Before yesterday',
'by_author' => 'By <em>%s</em>',
'related_tags' => 'Related tags',
- 'no_feed_to_display' => 'No feed to show.',
+ 'no_feed_to_display' => 'There is no feed to show yet.',
'about_freshrss' => 'About FreshRSS',
'project_website' => 'Project website',
diff --git a/app/i18n/fr.php b/app/i18n/fr.php
index 8ffc5ec88..37f847f4d 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' => 'Pensez à en ajouter !',
+ 'think_to_add' => '<a href="./?c=configure&amp;a=feed">Pensez à en ajouter !</a>',
'current_user' => 'Utilisateur actuel',
'password' =>'Mot de passe<br /><small>(pour connexion par formulaire)</small>',
@@ -242,7 +242,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.',
+ 'no_feed_to_display' => 'Il n’y a aucun flux à afficher pour l’instant.',
'about_freshrss' => 'À propos de FreshRSS',
'project_website' => 'Site du projet',