aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-09-24 19:56:15 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-09-24 19:56:15 +0200
commit13a522dfbd64d1eb14b6e3715289753b0506ded0 (patch)
treeb71e24a29ab0495f405d9002e1f3a29765c3c6cf /src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
parente10f3b1e914ee94a698281a4cc7efdbfa79c5248 (diff)
downloadwallabag-13a522dfbd64d1eb14b6e3715289753b0506ded0.tar.gz
wallabag-13a522dfbd64d1eb14b6e3715289753b0506ded0.tar.zst
wallabag-13a522dfbd64d1eb14b6e3715289753b0506ded0.zip
Display a message when async import won’t work
Mostly if Redis or RabbitMQ isn’t installed / launched. I guess it’ll avoid some issues.
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.de.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.de.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
index cbfacd55..c0e82b59 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
@@ -432,6 +432,9 @@ flashes:
432 failed_on_file: 'Fehler während des Imports. Bitte überprüfe deine Import-Datei.' 432 failed_on_file: 'Fehler während des Imports. Bitte überprüfe deine Import-Datei.'
433 summary: 'Import-Zusammenfassung: %imported% importiert, %skipped% bereits gespeichert.' 433 summary: 'Import-Zusammenfassung: %imported% importiert, %skipped% bereits gespeichert.'
434 # summary_with_queue: 'Import summary: %queued% queued.' 434 # summary_with_queue: 'Import summary: %queued% queued.'
435 error:
436 # redis_enabled_not_installed: Redis is enabled for handle asynchronous import but it looks like <u>we can't connect to it</u>. Please check Redis configuration.
437 # rabbit_enabled_not_installed: RabbitMQ is enabled for handle asynchronous import but it looks like <u>we can't connect to it</u>. Please check RabbitMQ configuration.
435 developer: 438 developer:
436 notice: 439 notice:
437 client_created: 'Neuer Client erstellt.' 440 client_created: 'Neuer Client erstellt.'