aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.en.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index ea860564..42374b40 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -139,6 +139,8 @@ entry:
139 starred: 'Starred entries' 139 starred: 'Starred entries'
140 archived: 'Archived entries' 140 archived: 'Archived entries'
141 filtered: 'Filtered entries' 141 filtered: 'Filtered entries'
142 filtered_tags: 'Filtered by tags'
143 untagged: 'Untagged entries'
142 list: 144 list:
143 number_on_the_page: '{0} There are no entries.|{1} There is one entry.|]1,Inf[ There are %count% entries.' 145 number_on_the_page: '{0} There are no entries.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
144 reading_time: 'estimated reading time' 146 reading_time: 'estimated reading time'
@@ -186,6 +188,8 @@ entry:
186 add_a_tag: 'Add a tag' 188 add_a_tag: 'Add a tag'
187 share_content: 'Share' 189 share_content: 'Share'
188 share_email_label: 'Email' 190 share_email_label: 'Email'
191 public_link: 'public link'
192 delete_public_link: 'delete public link'
189 download: 'Download' 193 download: 'Download'
190 print: 'Print' 194 print: 'Print'
191 problem: 195 problem:
@@ -288,6 +292,7 @@ quickstart:
288 pocket: 'Migrate from Pocket' 292 pocket: 'Migrate from Pocket'
289 wallabag_v1: 'Migrate from wallabag v1' 293 wallabag_v1: 'Migrate from wallabag v1'
290 wallabag_v2: 'Migrate from wallabag v2' 294 wallabag_v2: 'Migrate from wallabag v2'
295 readability: 'Migrate from Readability'
291 developer: 296 developer:
292 title: 'Developers' 297 title: 'Developers'
293 create_application: 'Create your third application' 298 create_application: 'Create your third application'
@@ -309,6 +314,7 @@ tag:
309 page_title: 'Tags' 314 page_title: 'Tags'
310 list: 315 list:
311 number_on_the_page: '{0} There are no tags.|{1} There is one tag.|]1,Inf[ There are %count% tags.' 316 number_on_the_page: '{0} There are no tags.|{1} There is one tag.|]1,Inf[ There are %count% tags.'
317 see_untagged_entries: 'See untagged entries'
312 318
313import: 319import:
314 page_title: 'Import' 320 page_title: 'Import'
@@ -336,6 +342,10 @@ import:
336 wallabag_v2: 342 wallabag_v2:
337 page_title: 'Import > Wallabag v2' 343 page_title: 'Import > Wallabag v2'
338 description: 'This importer will import all your wallabag v2 articles. Go to All articles, then, on the export sidebar, click on "JSON". You will have a "All articles.json" file.' 344 description: 'This importer will import all your wallabag v2 articles. Go to All articles, then, on the export sidebar, click on "JSON". You will have a "All articles.json" file.'
345 readability:
346 page_title: 'Import > Readability'
347 description: 'This importer will import all your Readability articles. On the tools (https://www.readability.com/tools/) page, click on "Export your data" in the "Data Export" section. You will received an email to download a json (which does not end with .json in fact).'
348 how_to: 'Please select your Readability export and click on the below button to upload and import it.'
339 349
340developer: 350developer:
341 page_title: 'Developer' 351 page_title: 'Developer'