aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-06-13 18:48:10 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-04-25 13:46:31 +0200
commit531c8d0a5c55fa93438e227a7d349235fbd31d28 (patch)
treede2ff4a1e09161a5bbec32170471190e836d3bbc /src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
parent522e37ad274361dde697da13a92ff3f846599822 (diff)
downloadwallabag-531c8d0a5c55fa93438e227a7d349235fbd31d28.tar.gz
wallabag-531c8d0a5c55fa93438e227a7d349235fbd31d28.tar.zst
wallabag-531c8d0a5c55fa93438e227a7d349235fbd31d28.zip
Changed RSS to Atom feed and improve paging
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.en.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index 45145c80..5b875652 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -54,7 +54,7 @@ config:
54 page_title: 'Config' 54 page_title: 'Config'
55 tab_menu: 55 tab_menu:
56 settings: 'Settings' 56 settings: 'Settings'
57 rss: 'RSS' 57 feed: 'Feeds'
58 user_info: 'User information' 58 user_info: 'User information'
59 password: 'Password' 59 password: 'Password'
60 rules: 'Tagging rules' 60 rules: 'Tagging rules'
@@ -85,19 +85,19 @@ config:
85 help_reading_speed: "wallabag calculates a reading time for each article. You can define here, thanks to this list, if you are a fast or a slow reader. wallabag will recalculate the reading time for each article." 85 help_reading_speed: "wallabag calculates a reading time for each article. You can define here, thanks to this list, if you are a fast or a slow reader. wallabag will recalculate the reading time for each article."
86 help_language: "You can change the language of wallabag interface." 86 help_language: "You can change the language of wallabag interface."
87 help_pocket_consumer_key: "Required for Pocket import. You can create it in your Pocket account." 87 help_pocket_consumer_key: "Required for Pocket import. You can create it in your Pocket account."
88 form_rss: 88 form_feed:
89 description: 'RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.' 89 description: 'Atom feeds provided by wallabag allow you to read your saved articles with your favourite Atom reader. You need to generate a token first.'
90 token_label: 'RSS token' 90 token_label: 'Feed token'
91 no_token: 'No token' 91 no_token: 'No token'
92 token_create: 'Create your token' 92 token_create: 'Create your token'
93 token_reset: 'Regenerate your token' 93 token_reset: 'Regenerate your token'
94 rss_links: 'RSS links' 94 feed_links: 'Feed links'
95 rss_link: 95 feed_link:
96 unread: 'Unread' 96 unread: 'Unread'
97 starred: 'Starred' 97 starred: 'Starred'
98 archive: 'Archived' 98 archive: 'Archived'
99 all: 'All' 99 all: 'All'
100 rss_limit: 'Number of items in the feed' 100 feed_limit: 'Number of items in the feed'
101 form_user: 101 form_user:
102 two_factor_description: "Enabling two factor authentication means you'll receive an email with a code OR need to use an OTP app (like Google Authenticator, Authy or FreeOTP) to get a one time code on every new untrusted connection. You can't choose both option." 102 two_factor_description: "Enabling two factor authentication means you'll receive an email with a code OR need to use an OTP app (like Google Authenticator, Authy or FreeOTP) to get a one time code on every new untrusted connection. You can't choose both option."
103 name_label: 'Name' 103 name_label: 'Name'
@@ -372,7 +372,7 @@ quickstart:
372 title: 'Configure the application' 372 title: 'Configure the application'
373 description: 'In order to have an application which suits you, have a look into the configuration of wallabag.' 373 description: 'In order to have an application which suits you, have a look into the configuration of wallabag.'
374 language: 'Change language and design' 374 language: 'Change language and design'
375 rss: 'Enable RSS feeds' 375 feed: 'Enable feeds'
376 tagging_rules: 'Write rules to automatically tag your articles' 376 tagging_rules: 'Write rules to automatically tag your articles'
377 admin: 377 admin:
378 title: 'Administration' 378 title: 'Administration'
@@ -589,10 +589,10 @@ flashes:
589 password_updated: 'Password updated' 589 password_updated: 'Password updated'
590 password_not_updated_demo: "In demonstration mode, you can't change password for this user." 590 password_not_updated_demo: "In demonstration mode, you can't change password for this user."
591 user_updated: 'Information updated' 591 user_updated: 'Information updated'
592 rss_updated: 'RSS information updated' 592 feed_updated: 'Feed information updated'
593 tagging_rules_updated: 'Tagging rules updated' 593 tagging_rules_updated: 'Tagging rules updated'
594 tagging_rules_deleted: 'Tagging rule deleted' 594 tagging_rules_deleted: 'Tagging rule deleted'
595 rss_token_updated: 'RSS token updated' 595 feed_token_updated: 'Feed token updated'
596 annotations_reset: Annotations reset 596 annotations_reset: Annotations reset
597 tags_reset: Tags reset 597 tags_reset: Tags reset
598 entries_reset: Entries reset 598 entries_reset: Entries reset