aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-11-03 15:59:18 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-11-03 15:59:20 +0100
commitca08d02f2f17c0e4ec0152a701c540f62713a428 (patch)
treef386227170230c4c8888a35b21ea4b4cd71338b1 /src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
parente46fdf3096d55028611713b7a196401aa57d864b (diff)
downloadwallabag-ca08d02f2f17c0e4ec0152a701c540f62713a428.tar.gz
wallabag-ca08d02f2f17c0e4ec0152a701c540f62713a428.tar.zst
wallabag-ca08d02f2f17c0e4ec0152a701c540f62713a428.zip
Add warning message for import + download images
When import isn't async and downloading images is enabled, we warn the user that import can fail. Also, added missing translations
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 462be556..ab56cdb9 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -367,6 +367,7 @@ import:
367 how_to: 'Please select your Readability export and click on the below button to upload and import it.' 367 how_to: 'Please select your Readability export and click on the below button to upload and import it.'
368 worker: 368 worker:
369 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:" 369 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:"
370 download_images_warning: "You enabled downloading images for your articles. Combined with classic import it can take ages to proceed (or maybe failed). We <strong>strongly recommend</strong> to enable asynchronous import to avoid errors."
370 firefox: 371 firefox:
371 page_title: 'Import > Firefox' 372 page_title: 'Import > Firefox'
372 description: "This importer will import all your Firefox bookmarks. Just go to your bookmarks (Ctrl+Maj+O), then into \"Import and backup\", choose \"Backup...\". You will obtain a .json file." 373 description: "This importer will import all your Firefox bookmarks. Just go to your bookmarks (Ctrl+Maj+O), then into \"Import and backup\", choose \"Backup...\". You will obtain a .json file."
@@ -470,6 +471,7 @@ flashes:
470 rss_updated: 'RSS information updated' 471 rss_updated: 'RSS information updated'
471 tagging_rules_updated: 'Tagging rules updated' 472 tagging_rules_updated: 'Tagging rules updated'
472 tagging_rules_deleted: 'Tagging rule deleted' 473 tagging_rules_deleted: 'Tagging rule deleted'
474 # user_added: 'User "%username%" added'
473 rss_token_updated: 'RSS token updated' 475 rss_token_updated: 'RSS token updated'
474 annotations_reset: Annotations reset 476 annotations_reset: Annotations reset
475 tags_reset: Tags reset 477 tags_reset: Tags reset