diff options
| author | 2022-10-13 08:56:22 +0200 | |
|---|---|---|
| committer | 2022-10-13 08:56:22 +0200 | |
| commit | 8333dd972b579d9b5d214f8d7e2afcbf2e87425e (patch) | |
| tree | 535cbb72f5b6f70ae57d149f0e426c56ca2952cd /app/i18n/en/conf.php | |
| parent | ea283a16fc2b902370bd809bc19e487db771905d (diff) | |
i18n typographic quotes (#4714)
* i18n typographic quotes
* Missing whitespace
* Update app/i18n/nl/conf.php
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* Fix German-style typographic quotes
* Fix missing closing ”
* Fix Dutch quotes
* French typography
* <em>lazy load</em>
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/i18n/en/conf.php')
| -rw-r--r-- | app/i18n/en/conf.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php index c8ee78947..7cf8863ae 100644 --- a/app/i18n/en/conf.php +++ b/app/i18n/en/conf.php @@ -106,15 +106,15 @@ return array( 'type' => 'Type', ), 'get_all' => 'Display all articles', - 'get_category' => 'Display "%s" category', + 'get_category' => 'Display “%s” category', 'get_favorite' => 'Display favourite articles', - 'get_feed' => 'Display "%s" feed', + 'get_feed' => 'Display “%s” feed', 'name' => 'Name', 'no_filter' => 'No filter', 'number' => 'Query n°%d', 'order_asc' => 'Display oldest articles first', 'order_desc' => 'Display newest articles first', - 'search' => 'Search for "%s"', + 'search' => 'Search for “%s”', 'state_0' => 'Display all articles', 'state_1' => 'Display read articles', 'state_2' => 'Display unread articles', @@ -178,7 +178,7 @@ return array( 'view' => 'View', ), 'hide_read_feeds' => 'Hide categories & feeds with no unread articles (does not work with “Show all articles” configuration)', - 'img_with_lazyload' => 'Use "lazy load" mode to load pictures', + 'img_with_lazyload' => 'Use <em>lazy load</em> mode to load pictures', 'jump_next' => 'jump to next unread sibling (feed or category)', 'mark_updated_article_unread' => 'Mark updated articles as unread', 'number_divided_when_reader' => 'Divide by 2 in the reading view.', |
