From 0d42217e4e8210dd2cf86f35ba9662ca02c8a2dc Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Wed, 9 Mar 2016 08:59:08 +0100 Subject: Convert english translation file - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `` --- .../Resources/translations/wallabag_user.en.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml') 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 @@ # Two factor mail -auth_code.mailer.subject: 'Wallabag authentication Code' -auth_code.mailer.body.hello: "Hi %user%," -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." -auth_code.mailer.body.second_para: "Here is the code:" -auth_code.mailer.body.support: "Please don't hesitate to contact us if you have any problems:" -auth_code.mailer.body.signature: "The wallabag team" +auth_code: + on: 'on' + mailer: + subject: 'Wallabag authentication Code' + body: + hello: "Hi %user%," + 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." + second_para: "Here is the code:" + support: "Please don't hesitate to contact us if you have any problems:" + signature: "The wallabag team" -- cgit v1.2.3