aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/conf.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-09-12 11:37:15 +0200
committerGravatar GitHub <noreply@github.com> 2021-09-12 11:37:15 +0200
commitfe295f50d031ca6475e21a0ae317cf1c71a68347 (patch)
tree9c9f37dcebfe70b3daf167df0ce3c029feb343c6 /app/i18n/en/conf.php
parentff60e24c578eab30777c7e7d403def0565fab923 (diff)
Lint i18n files (#3841)
Translations had quite a lot of cleaning in late: * Removed some unused keys * Added some ignores * Applied a `cli/manipulate.translation.php -a format`
Diffstat (limited to 'app/i18n/en/conf.php')
-rw-r--r--app/i18n/en/conf.php21
1 files changed, 8 insertions, 13 deletions
diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php
index 121ed0177..e6beeb6c1 100644
--- a/app/i18n/en/conf.php
+++ b/app/i18n/en/conf.php
@@ -3,7 +3,6 @@
return array(
'archiving' => array(
'_' => 'Archiving',
- 'delete_after' => 'Remove articles after',
'exception' => 'Purge exception',
'help' => 'More options are available in the individual feed\'s settings',
'keep_favourites' => 'Never delete favourites',
@@ -25,12 +24,12 @@ return array(
'_' => 'Display',
'icon' => array(
'bottom_line' => 'Bottom line',
- 'summary' => 'Summary',
'display_authors' => 'Authors',
'entry' => 'Article icons',
'publication_date' => 'Date of publication',
'related_tags' => 'Article tags',
'sharing' => 'Sharing',
+ 'summary' => 'Summary',
'top_line' => 'Top line',
),
'language' => 'Language',
@@ -40,6 +39,13 @@ return array(
),
'show_nav_buttons' => 'Show the navigation buttons',
'theme' => 'Theme',
+ 'thumbnail' => array(
+ 'label' => 'Thumbnail',
+ 'landscape' => 'Landscape',
+ 'none' => 'None',
+ 'portrait' => 'Portrait',
+ 'square' => 'Square',
+ ),
'title' => 'Display',
'width' => array(
'content' => 'Content width',
@@ -48,13 +54,6 @@ return array(
'no_limit' => 'Full Width',
'thin' => 'Narrow',
),
- 'thumbnail' => array(
- 'label' => 'Thumbnail',
- 'none' => 'None',
- 'portrait' => 'Portrait',
- 'square' => 'Square',
- 'landscape' => 'Landscape',
- ),
),
'profile' => array(
'_' => 'Profile management',
@@ -72,7 +71,6 @@ return array(
'query' => array(
'_' => 'User queries',
'deprecated' => 'This query is no longer valid. The referenced category or feed has been deleted.',
- 'display' => 'Display user query results',
'filter' => array(
'_' => 'Filter applied:',
'categories' => 'Display by category',
@@ -87,14 +85,11 @@ return array(
'get_category' => 'Display "%s" category',
'get_favorite' => 'Display favourite articles',
'get_feed' => 'Display "%s" feed',
- 'get_tag' => 'Display "%s" label',
'name' => 'Name',
'no_filter' => 'No filter',
- 'none' => 'You haven’t created any user queries yet.',
'number' => 'Query n°%d',
'order_asc' => 'Display oldest articles first',
'order_desc' => 'Display newest articles first',
- 'remove' => 'Remove user query',
'search' => 'Search for "%s"',
'state_0' => 'Display all articles',
'state_1' => 'Display read articles',