summaryrefslogtreecommitdiff
path: root/app/i18n
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-08 22:07:35 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-08 22:07:35 +0100
commit38cf6946ed2fdbf1149978428ed93053dd9a375a (patch)
tree795d9abe85a7ac596a356432910ff9bc944112c7 /app/i18n
parentb15781045e03adc725da468d95734048600f6c04 (diff)
Fix issue #244: catégorie "tous" devient "flux principal"
Diffstat (limited to 'app/i18n')
-rw-r--r--app/i18n/en.php4
-rw-r--r--app/i18n/fr.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index fad4f4cce..2f9232160 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -19,7 +19,7 @@ return array (
'import_export_opml' => 'Import / export (OPML)',
'subscription_management' => 'Subscriptions management',
- 'all_feeds' => 'All (%d)',
+ 'all_feeds' => 'Main stream (%d)',
'favorite_feeds' => 'Favourites (%d)',
'not_read' => '%d unread',
'not_reads' => '%d unread',
@@ -133,7 +133,7 @@ return array (
'keep_history' => 'Keep history?',
'categorize' => 'Store in a category',
'advanced' => 'Advanced',
- 'show_in_all_flux' => 'Show in principal stream',
+ 'show_in_all_flux' => 'Show in main stream',
'yes' => 'Yes',
'no' => 'No',
'css_path_on_website' => 'Articles CSS path on original website',
diff --git a/app/i18n/fr.php b/app/i18n/fr.php
index 2e4fa88c4..37d562812 100644
--- a/app/i18n/fr.php
+++ b/app/i18n/fr.php
@@ -19,7 +19,7 @@ return array (
'import_export_opml' => 'Importer / exporter (OPML)',
'subscription_management' => 'Gestion des abonnements',
- 'all_feeds' => 'Tous (%d)',
+ 'all_feeds' => 'Flux principal (%d)',
'favorite_feeds' => 'Favoris (%d)',
'not_read' => '%d non lu',
'not_reads' => '%d non lus',