aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-08-22 23:03:16 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-08-22 23:03:16 +0200
commit79efca1e6ff28362d4bd2713f68205294cdd07de (patch)
treec20482071f97b5ba0f075d59a9a097b08b26b910 /src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
parent9c545fe028013b30417c1a932cd6b9027bff752d (diff)
parent80bb0b73445092c4aa3e94f90cc5f8667fa123ba (diff)
downloadwallabag-79efca1e6ff28362d4bd2713f68205294cdd07de.tar.gz
wallabag-79efca1e6ff28362d4bd2713f68205294cdd07de.tar.zst
wallabag-79efca1e6ff28362d4bd2713f68205294cdd07de.zip
Merge remote-tracking branch 'origin/master' into 2.1
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.en.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index 2c087421..ea860564 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -145,9 +145,11 @@ entry:
145 reading_time_minutes: 'estimated reading time: %readingTime% min' 145 reading_time_minutes: 'estimated reading time: %readingTime% min'
146 reading_time_less_one_minute: 'estimated reading time: <small class="inferieur">&lt;</small> 1 min' 146 reading_time_less_one_minute: 'estimated reading time: <small class="inferieur">&lt;</small> 1 min'
147 number_of_tags: '{1}and one other tag|]1,Inf[and %count% other tags' 147 number_of_tags: '{1}and one other tag|]1,Inf[and %count% other tags'
148 reading_time_minutes_short: '%readingTime% min'
149 reading_time_less_one_minute_short: '<small class="inferieur">&lt;</small> 1 min'
148 original_article: 'original' 150 original_article: 'original'
149 toogle_as_read: 'Toggle mark as read' 151 toogle_as_read: 'Toggle mark as read'
150 toogle_as_star: 'Toggle favorite' 152 toogle_as_star: 'Toggle starred'
151 delete: 'Delete' 153 delete: 'Delete'
152 export_title: 'Export' 154 export_title: 'Export'
153 filters: 155 filters:
@@ -177,7 +179,7 @@ entry:
177 back_to_homepage: 'Back' 179 back_to_homepage: 'Back'
178 set_as_read: 'Mark as read' 180 set_as_read: 'Mark as read'
179 set_as_unread: 'Mark as unread' 181 set_as_unread: 'Mark as unread'
180 set_as_favorite: 'Favorite' 182 set_as_starred: 'Toggle starred'
181 view_original_article: 'Original article' 183 view_original_article: 'Original article'
182 re_fetch_content: 'Re-fetch content' 184 re_fetch_content: 'Re-fetch content'
183 delete: 'Delete' 185 delete: 'Delete'
@@ -192,6 +194,7 @@ entry:
192 edit_title: 'Edit title' 194 edit_title: 'Edit title'
193 original_article: 'original' 195 original_article: 'original'
194 annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations' 196 annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations'
197 created_at: 'Creation date'
195 new: 198 new:
196 page_title: 'Save new entry' 199 page_title: 'Save new entry'
197 placeholder: 'http://website.com' 200 placeholder: 'http://website.com'