summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-02 21:13:27 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-02 21:13:27 +0100
commited0535b0b0830066ae71b914eff2a5a31f575ec9 (patch)
treece6b3d6c41e6370c5d4cd8f71f6e5c514e638419
parent9d9b6b736a483825ead87892f0cafb2834ea775e (diff)
OPML 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 6c6c52e43..32ed58713 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -84,8 +84,8 @@ return array (
'n_feeds_actualized' => '%d feeds have been updated',
'feeds_actualized' => 'RSS feeds have been updated',
'no_feed_actualized' => 'No RSS feed has been updated',
- 'feeds_imported_with_errors' => 'Feeds have been imported but errors occurred',
- 'feeds_imported' => 'Feeds have been imported',
+ 'feeds_imported_with_errors' => 'Your feeds have been imported but some errors occurred',
+ 'feeds_imported' => 'Your feeds have been imported and will now be updated',
'category_emptied' => 'Category has been emptied',
'feed_deleted' => 'Feed has been deleted',
diff --git a/app/i18n/fr.php b/app/i18n/fr.php
index 966708f21..4c23cfbea 100644
--- a/app/i18n/fr.php
+++ b/app/i18n/fr.php
@@ -84,8 +84,8 @@ return array (
'n_feeds_actualized' => '%d flux ont été mis à jour',
'feeds_actualized' => 'Les flux ont été mis à jour',
'no_feed_actualized' => 'Aucun flux n’a pu être mis à jour',
- 'feeds_imported_with_errors' => 'Les flux ont été importés mais des erreurs sont survenues',
- 'feeds_imported' => 'Les flux ont été importés',
+ 'feeds_imported_with_errors' => 'Vos flux ont été importés mais des erreurs sont survenues',
+ 'feeds_imported' => 'Vos flux ont été importés et vont maintenant être actualisés',
'category_emptied' => 'La catégorie a été vidée',
'feed_deleted' => 'Le flux a été supprimé',