aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-20 19:00:58 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-20 19:00:58 +0200
commit4b997bc8b27fc25efd1f7a0797b78ee666ef9688 (patch)
treec75d7900ee1c30a7ee323efbf760d6389916b1b9 /src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
parent7443da479f5289c2ceebb96c0cd4273f6445ca37 (diff)
downloadwallabag-4b997bc8b27fc25efd1f7a0797b78ee666ef9688.tar.gz
wallabag-4b997bc8b27fc25efd1f7a0797b78ee666ef9688.tar.zst
wallabag-4b997bc8b27fc25efd1f7a0797b78ee666ef9688.zip
Added route to list entries with annotations
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.en.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index 1bc32423..6e7f5693 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -20,6 +20,7 @@ menu:
20 starred: 'Starred' 20 starred: 'Starred'
21 archive: 'Archive' 21 archive: 'Archive'
22 all_articles: 'All entries' 22 all_articles: 'All entries'
23 with_annotations: 'With annotations'
23 config: 'Config' 24 config: 'Config'
24 tags: 'Tags' 25 tags: 'Tags'
25 internal_settings: 'Internal Settings' 26 internal_settings: 'Internal Settings'
@@ -194,6 +195,7 @@ entry:
194 starred: 'Starred entries' 195 starred: 'Starred entries'
195 archived: 'Archived entries' 196 archived: 'Archived entries'
196 filtered: 'Filtered entries' 197 filtered: 'Filtered entries'
198 with_annotations: 'Entries with annotations'
197 filtered_tags: 'Filtered by tags:' 199 filtered_tags: 'Filtered by tags:'
198 filtered_search: 'Filtered by search:' 200 filtered_search: 'Filtered by search:'
199 untagged: 'Untagged entries' 201 untagged: 'Untagged entries'