mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-20 14:27:20 -04:00
Update translations to reflect the real action of buttons (#1766)
See #1574
This commit is contained in:
committed by
Alexandre Alapetite
parent
eb814e682b
commit
fcfdb30fdd
@@ -41,18 +41,18 @@ return array(
|
||||
'mark_cat_read' => 'Mark category as read',
|
||||
'mark_feed_read' => 'Mark feed as read',
|
||||
'newer_first' => 'Newer first',
|
||||
'non-starred' => 'Show all but favourites',
|
||||
'non-starred' => 'Show non-favourites',
|
||||
'normal_view' => 'Normal view',
|
||||
'older_first' => 'Oldest first',
|
||||
'queries' => 'User queries',
|
||||
'read' => 'Show only read',
|
||||
'read' => 'Show read',
|
||||
'reader_view' => 'Reading view',
|
||||
'rss_view' => 'RSS feed',
|
||||
'search_short' => 'Search',
|
||||
'starred' => 'Show only favourites',
|
||||
'starred' => 'Show favourites',
|
||||
'stats' => 'Statistics',
|
||||
'subscription' => 'Subscriptions management',
|
||||
'unread' => 'Show only unread',
|
||||
'unread' => 'Show unread',
|
||||
),
|
||||
'share' => 'Share',
|
||||
'tag' => array(
|
||||
|
||||
@@ -41,7 +41,7 @@ return array(
|
||||
'mark_cat_read' => 'Marquer la catégorie comme lue',
|
||||
'mark_feed_read' => 'Marquer le flux comme lu',
|
||||
'newer_first' => 'Plus récents en premier',
|
||||
'non-starred' => 'Afficher tout sauf les favoris',
|
||||
'non-starred' => 'Afficher les non-favoris',
|
||||
'normal_view' => 'Vue normale',
|
||||
'older_first' => 'Plus anciens en premier',
|
||||
'queries' => 'Filtres utilisateurs',
|
||||
|
||||
Reference in New Issue
Block a user