aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-07-08 14:45:45 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-07-08 20:18:59 +0200
commit41022cb289f5d08418ccb2d7050098c4ee3721e4 (patch)
tree3a16462a3900d617b6bc0451a3964b98c8f45206 /src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
parent92cd51aa2c29e23f137cde9b9732ced33ff38e59 (diff)
downloadwallabag-41022cb289f5d08418ccb2d7050098c4ee3721e4.tar.gz
wallabag-41022cb289f5d08418ccb2d7050098c4ee3721e4.tar.zst
wallabag-41022cb289f5d08418ccb2d7050098c4ee3721e4.zip
Add ability to manually define the reading speed
Instead of using a select, let the user decide its own speed.
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.en.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index 2f310246..dc12015f 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -68,12 +68,8 @@ config:
68 items_per_page_label: 'Items per page' 68 items_per_page_label: 'Items per page'
69 language_label: 'Language' 69 language_label: 'Language'
70 reading_speed: 70 reading_speed:
71 label: 'Reading speed' 71 label: 'Reading speed (words per minute)'
72 help_message: 'You can use online tools to estimate your reading speed:' 72 help_message: 'You can use online tools to estimate your reading speed:'
73 100_word: 'I read ~100 words per minute'
74 200_word: 'I read ~200 words per minute'
75 300_word: 'I read ~300 words per minute'
76 400_word: 'I read ~400 words per minute'
77 action_mark_as_read: 73 action_mark_as_read:
78 label: 'What to do after removing, starring or marking as read an article?' 74 label: 'What to do after removing, starring or marking as read an article?'
79 redirect_homepage: 'Go to the homepage' 75 redirect_homepage: 'Go to the homepage'