Răsfoiți Sursa

Update translations to reflect the real action of buttons (#1766)

See #1574
Alexis Degrugillier 8 ani în urmă
părinte
comite
fcfdb30fdd
2 a modificat fișierele cu 5 adăugiri și 5 ștergeri
  1. 4 4
      app/i18n/en/index.php
  2. 1 1
      app/i18n/fr/index.php

+ 4 - 4
app/i18n/en/index.php

@@ -41,18 +41,18 @@ return array(
 		'mark_cat_read' => 'Mark category as read',
 		'mark_cat_read' => 'Mark category as read',
 		'mark_feed_read' => 'Mark feed as read',
 		'mark_feed_read' => 'Mark feed as read',
 		'newer_first' => 'Newer first',
 		'newer_first' => 'Newer first',
-		'non-starred' => 'Show all but favourites',
+		'non-starred' => 'Show non-favourites',
 		'normal_view' => 'Normal view',
 		'normal_view' => 'Normal view',
 		'older_first' => 'Oldest first',
 		'older_first' => 'Oldest first',
 		'queries' => 'User queries',
 		'queries' => 'User queries',
-		'read' => 'Show only read',
+		'read' => 'Show read',
 		'reader_view' => 'Reading view',
 		'reader_view' => 'Reading view',
 		'rss_view' => 'RSS feed',
 		'rss_view' => 'RSS feed',
 		'search_short' => 'Search',
 		'search_short' => 'Search',
-		'starred' => 'Show only favourites',
+		'starred' => 'Show favourites',
 		'stats' => 'Statistics',
 		'stats' => 'Statistics',
 		'subscription' => 'Subscriptions management',
 		'subscription' => 'Subscriptions management',
-		'unread' => 'Show only unread',
+		'unread' => 'Show unread',
 	),
 	),
 	'share' => 'Share',
 	'share' => 'Share',
 	'tag' => array(
 	'tag' => array(

+ 1 - 1
app/i18n/fr/index.php

@@ -41,7 +41,7 @@ return array(
 		'mark_cat_read' => 'Marquer la catégorie comme lue',
 		'mark_cat_read' => 'Marquer la catégorie comme lue',
 		'mark_feed_read' => 'Marquer le flux comme lu',
 		'mark_feed_read' => 'Marquer le flux comme lu',
 		'newer_first' => 'Plus récents en premier',
 		'newer_first' => 'Plus récents en premier',
-		'non-starred' => 'Afficher tout sauf les favoris',
+		'non-starred' => 'Afficher les non-favoris',
 		'normal_view' => 'Vue normale',
 		'normal_view' => 'Vue normale',
 		'older_first' => 'Plus anciens en premier',
 		'older_first' => 'Plus anciens en premier',
 		'queries' => 'Filtres utilisateurs',
 		'queries' => 'Filtres utilisateurs',