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.yml31
1 files changed, 24 insertions, 7 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index c6633f5b..21e2405c 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -68,6 +68,7 @@ config:
68 200_word: 'I read ~200 words per minute' 68 200_word: 'I read ~200 words per minute'
69 300_word: 'I read ~300 words per minute' 69 300_word: 'I read ~300 words per minute'
70 400_word: 'I read ~400 words per minute' 70 400_word: 'I read ~400 words per minute'
71 pocket_consumer_key_label: Consumer key for Pocket to import contents
71 form_rss: 72 form_rss:
72 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.' 73 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.'
73 token_label: 'RSS token' 74 token_label: 'RSS token'
@@ -139,11 +140,14 @@ entry:
139 starred: 'Starred entries' 140 starred: 'Starred entries'
140 archived: 'Archived entries' 141 archived: 'Archived entries'
141 filtered: 'Filtered entries' 142 filtered: 'Filtered entries'
143 filtered_tags: 'Filtered by tags'
144 untagged: 'Untagged entries'
142 list: 145 list:
143 number_on_the_page: '{0} There are no entries.|{1} There is one entry.|]1,Inf[ There are %count% entries.' 146 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' 147 reading_time: 'estimated reading time'
145 reading_time_minutes: 'estimated reading time: %readingTime% min' 148 reading_time_minutes: 'estimated reading time: %readingTime% min'
146 reading_time_less_one_minute: 'estimated reading time: <small class="inferieur">&lt;</small> 1 min' 149 reading_time_less_one_minute: 'estimated reading time: <small class="inferieur">&lt;</small> 1 min'
150 number_of_tags: '{1}and one other tag|]1,Inf[and %count% other tags'
147 reading_time_minutes_short: '%readingTime% min' 151 reading_time_minutes_short: '%readingTime% min'
148 reading_time_less_one_minute_short: '<small class="inferieur">&lt;</small> 1 min' 152 reading_time_less_one_minute_short: '<small class="inferieur">&lt;</small> 1 min'
149 original_article: 'original' 153 original_article: 'original'
@@ -185,6 +189,8 @@ entry:
185 add_a_tag: 'Add a tag' 189 add_a_tag: 'Add a tag'
186 share_content: 'Share' 190 share_content: 'Share'
187 share_email_label: 'Email' 191 share_email_label: 'Email'
192 public_link: 'public link'
193 delete_public_link: 'delete public link'
188 download: 'Download' 194 download: 'Download'
189 print: 'Print' 195 print: 'Print'
190 problem: 196 problem:
@@ -287,6 +293,7 @@ quickstart:
287 pocket: 'Migrate from Pocket' 293 pocket: 'Migrate from Pocket'
288 wallabag_v1: 'Migrate from wallabag v1' 294 wallabag_v1: 'Migrate from wallabag v1'
289 wallabag_v2: 'Migrate from wallabag v2' 295 wallabag_v2: 'Migrate from wallabag v2'
296 readability: 'Migrate from Readability'
290 developer: 297 developer:
291 title: 'Developers' 298 title: 'Developers'
292 create_application: 'Create your third application' 299 create_application: 'Create your third application'
@@ -308,6 +315,7 @@ tag:
308 page_title: 'Tags' 315 page_title: 'Tags'
309 list: 316 list:
310 number_on_the_page: '{0} There are no tags.|{1} There is one tag.|]1,Inf[ There are %count% tags.' 317 number_on_the_page: '{0} There are no tags.|{1} There is one tag.|]1,Inf[ There are %count% tags.'
318 see_untagged_entries: 'See untagged entries'
311 319
312import: 320import:
313 page_title: 'Import' 321 page_title: 'Import'
@@ -335,6 +343,12 @@ import:
335 wallabag_v2: 343 wallabag_v2:
336 page_title: 'Import > Wallabag v2' 344 page_title: 'Import > Wallabag v2'
337 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 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.'
346 readability:
347 page_title: 'Import > Readability'
348 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).'
349 how_to: 'Please select your Readability export and click on the below button to upload and import it.'
350 worker:
351 enabled: "Import is made asynchronously. Once the import task is started, an external worker will handle jobs one at a time. The current service is:"
338 352
339developer: 353developer:
340 page_title: 'Developer' 354 page_title: 'Developer'
@@ -354,19 +368,21 @@ developer:
354 field_grant_types: 'Grant type allowed' 368 field_grant_types: 'Grant type allowed'
355 no_client: 'No client yet.' 369 no_client: 'No client yet.'
356 remove: 370 remove:
357 warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' 371 warn_message_1: 'You have the ability to remove the client %name%. This action is IRREVERSIBLE !'
358 warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." 372 warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
359 action: 'Remove this client' 373 action: 'Remove the client %name%'
360 client: 374 client:
361 page_title: 'Developer > New client' 375 page_title: 'Developer > New client'
362 page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' 376 page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
363 form: 377 form:
364 redirect_uris_label: 'Redirect URIs' 378 name_label: 'Name of the client'
379 redirect_uris_label: 'Redirect URIs (optional)'
365 save_label: 'Create a new client' 380 save_label: 'Create a new client'
366 action_back: 'Back' 381 action_back: 'Back'
367 client_parameter: 382 client_parameter:
368 page_title: 'Developer > Client parameters' 383 page_title: 'Developer > Client parameters'
369 page_description: 'Here are your client parameters.' 384 page_description: 'Here are your client parameters.'
385 field_name: 'Client name'
370 field_id: 'Client ID' 386 field_id: 'Client ID'
371 field_secret: 'Client secret' 387 field_secret: 'Client secret'
372 back: 'Back' 388 back: 'Back'
@@ -400,10 +416,10 @@ flashes:
400 notice: 416 notice:
401 entry_already_saved: 'Entry already saved on %date%' 417 entry_already_saved: 'Entry already saved on %date%'
402 entry_saved: 'Entry saved' 418 entry_saved: 'Entry saved'
403 entry_saved_failed: 'Failed to save entry' 419 entry_saved_failed: 'Entry saved but fetching content failed'
404 entry_updated: 'Entry updated' 420 entry_updated: 'Entry updated'
405 entry_reloaded: 'Entry reloaded' 421 entry_reloaded: 'Entry reloaded'
406 entry_reload_failed: 'Failed to reload entry' 422 entry_reload_failed: 'Entry reloaded but fetching content failed'
407 entry_archived: 'Entry archived' 423 entry_archived: 'Entry archived'
408 entry_unarchived: 'Entry unarchived' 424 entry_unarchived: 'Entry unarchived'
409 entry_starred: 'Entry starred' 425 entry_starred: 'Entry starred'
@@ -417,7 +433,8 @@ flashes:
417 failed: 'Import failed, please try again.' 433 failed: 'Import failed, please try again.'
418 failed_on_file: 'Error while processing import. Please verify your import file.' 434 failed_on_file: 'Error while processing import. Please verify your import file.'
419 summary: 'Import summary: %imported% imported, %skipped% already saved.' 435 summary: 'Import summary: %imported% imported, %skipped% already saved.'
436 summary_with_queue: 'Import summary: %queued% queued.'
420 developer: 437 developer:
421 notice: 438 notice:
422 client_created: 'New client created.' 439 client_created: 'New client %name% created.'
423 client_deleted: 'Client deleted' 440 client_deleted: 'Client %name% deleted'