diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-03-21 12:47:57 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-03-21 12:47:57 +0100 |
commit | 439b36323e37f669b056cc5228c44bb91196256c (patch) | |
tree | ecd84477adf3e12819b26aff2a6d2e644e45ea72 /src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml | |
parent | bd46de6b25f982e1a0d3f975971fe8014db13833 (diff) | |
parent | 4083887afe4dd3f568b2dfea3392506b554c79b8 (diff) | |
download | wallabag-439b36323e37f669b056cc5228c44bb91196256c.tar.gz wallabag-439b36323e37f669b056cc5228c44bb91196256c.tar.zst wallabag-439b36323e37f669b056cc5228c44bb91196256c.zip |
Merge pull request #1774 from wallabag/v2-key-translation
Switch to keys in translated files
Diffstat (limited to 'src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml')
-rw-r--r-- | src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml b/src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml index 4da6075f..85f2ea9c 100644 --- a/src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml +++ b/src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml | |||
@@ -1,7 +1,11 @@ | |||
1 | # Two factor mail | 1 | # Two factor mail |
2 | auth_code.mailer.subject: 'Wallabag authentication Code' | 2 | auth_code: |
3 | auth_code.mailer.body.hello: "Hi %user%," | 3 | on: 'on' |
4 | auth_code.mailer.body.first_para: "Since you enable two factor authentication on your wallabag account and you just logged in from a new device (computer, phone, etc.), we send you a code to validate your connection." | 4 | mailer: |
5 | auth_code.mailer.body.second_para: "Here is the code:" | 5 | subject: 'Wallabag authentication Code' |
6 | auth_code.mailer.body.support: "Please don't hesitate to contact us if you have any problems:" | 6 | body: |
7 | auth_code.mailer.body.signature: "The wallabag team" | 7 | hello: "Hi %user%," |
8 | first_para: "Since you enable two factor authentication on your wallabag account and you just logged in from a new device (computer, phone, etc.), we send you a code to validate your connection." | ||
9 | second_para: "Here is the code:" | ||
10 | support: "Please don't hesitate to contact us if you have any problems:" | ||
11 | signature: "The wallabag team" | ||