diff options
Diffstat (limited to 'app/i18n/en/sub.php')
| -rw-r--r-- | app/i18n/en/sub.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php index 252177940..292e0e3b0 100644 --- a/app/i18n/en/sub.php +++ b/app/i18n/en/sub.php @@ -11,7 +11,6 @@ return array( 'title' => 'Bookmarklet', ), 'category' => array( - '_' => 'Category', 'add' => 'Add a category', 'archiving' => 'Archiving', 'empty' => 'Empty category', @@ -20,6 +19,7 @@ return array( 'position' => 'Display position', 'position_help' => 'To control category sort order', 'title' => 'Title', + '_' => 'Category', ), 'feed' => array( 'add' => 'Add a RSS feed', @@ -39,8 +39,8 @@ return array( 'empty' => 'This feed is empty. Please verify that it is still maintained.', 'error' => 'This feed has encountered a problem. Please verify that it is always reachable then update it.', 'filteractions' => array( - '_' => 'Filter actions', 'help' => 'Write one search filter per line.', + '_' => 'Filter actions', ), 'information' => 'Information', 'keep_min' => 'Minimum number of articles to keep', @@ -49,12 +49,11 @@ return array( 'no_selected' => 'No feed selected.', 'number_entries' => '%d articles', 'priority' => array( - '_' => 'Visibility', 'archived' => 'Do not show (archived)', 'main_stream' => 'Show in main stream', 'normal' => 'Show in its category', + '_' => 'Visibility', ), - 'websub' => 'Instant notification with WebSub', 'show' => array( 'all' => 'Show all feeds', 'error' => 'Show only feeds with error', @@ -72,6 +71,7 @@ return array( 'url' => 'Feed URL', 'validator' => 'Check the validity of the feed', 'website' => 'Website URL', + 'websub' => 'Instant notification with WebSub', ), 'firefox' => array( 'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.', @@ -80,9 +80,9 @@ return array( ), 'import_export' => array( 'export' => 'Export', + 'export_labelled' => 'Export your labelled articles', 'export_opml' => 'Export list of feeds (OPML)', 'export_starred' => 'Export your favourites', - 'export_labelled' => 'Export your labelled articles', 'feed_list' => 'List of %s articles', 'file_to_import' => 'File to import<br />(OPML, JSON or ZIP)', 'file_to_import_no_zip' => 'File to import<br />(OPML or JSON)', @@ -97,8 +97,8 @@ return array( 'subscription_tools' => 'Subscription tools', ), 'title' => array( - '_' => 'Subscriptions management', 'feed_management' => 'RSS feeds management', 'subscription_tools' => 'Subscription tools', + '_' => 'Subscriptions management', ), ); |
