aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-03-11 14:48:46 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-03-20 21:12:22 +0100
commit4204a06b7726597dc84fe34b39c53f1534a86140 (patch)
treef81243f621997e9da4c39e4c17f2a2d37053103e /src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
parent4f9cf232f8d4d750d39aca83406b8a6d5e17a6c9 (diff)
downloadwallabag-4204a06b7726597dc84fe34b39c53f1534a86140.tar.gz
wallabag-4204a06b7726597dc84fe34b39c53f1534a86140.tar.zst
wallabag-4204a06b7726597dc84fe34b39c53f1534a86140.zip
Add flashes messages
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.en.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index 22039de3..c8a1973b 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -332,3 +332,37 @@ validator:
332 password_wrong_value: 'Wrong value for your current password' 332 password_wrong_value: 'Wrong value for your current password'
333 item_per_page_too_high: 'This will certainly kill the app' 333 item_per_page_too_high: 'This will certainly kill the app'
334 rss_limit_too_hight: 'This will certainly kill the app' 334 rss_limit_too_hight: 'This will certainly kill the app'
335
336flashes:
337 config:
338 notice:
339 config_saved: 'Config saved. Some parameters will be considered after disconnection.'
340 password_updated: 'Password updated'
341 password_not_updated_demo: "In demonstration mode, you can't change password for this user."
342 user_updated: 'Information updated'
343 rss_updated: 'RSS information updated'
344 tagging_rules_updated: 'Tagging rules updated'
345 tagging_rules_deleted: 'Tagging rule deleted'
346 user_added: 'User "%username%" added'
347 rss_token_updated: 'RSS token updated'
348 entry:
349 notice:
350 entry_already_saved: 'Entry already saved on %date%'
351 entry_saved: 'Entry saved'
352 entry_updated: 'Entry updated'
353 entry_reloaded: 'Entry reloaded'
354 entry_reload_failed: 'Failed to reload entry'
355 entry_archived: 'Entry archived'
356 entry_unarchived: 'Entry unarchived'
357 entry_starred: 'Entry starred'
358 entry_unstarred: 'Entry unstarred'
359 entry_deleted: 'Entry deleted'
360 tag:
361 notice:
362 tag_added: 'Tag added'
363 import:
364 notice:
365 failed: 'Import failed, please try again.'
366 failed_on_file: 'Error while processing import. Please verify your import file.'
367 summary: 'Import summary: %imported% imported, %skipped% already saved.'
368