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.fr.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'src/Wallabag/UserBundle/Resources/translations/wallabag_user.fr.yml') diff --git a/src/Wallabag/UserBundle/Resources/translations/wallabag_user.fr.yml b/src/Wallabag/UserBundle/Resources/translations/wallabag_user.fr.yml index b4448d3a..30ab5dd9 100644 --- a/src/Wallabag/UserBundle/Resources/translations/wallabag_user.fr.yml +++ b/src/Wallabag/UserBundle/Resources/translations/wallabag_user.fr.yml @@ -1,7 +1,11 @@ # Two factor mail -auth_code.mailer.subject: "Code d'authentification wallabag" -auth_code.mailer.body.hello: "Bonjour %user%," -auth_code.mailer.body.first_para: "Comme vous avez activé la double authentification sur votre compte wallabag et que vous venez de vous connecter depuis un nouvel appareil (ordinateur, téléphone, etc.), nous vous envoyons un code pour valider votre connexion." -auth_code.mailer.body.second_para: "Voici le code à renseigner :" -auth_code.mailer.body.support: "Si vous avez un problème de connexion, n'hésitez pas à contacter le support :" -auth_code.mailer.body.signature: "L'équipe wallabag" +auth_code: + on: 'sur' + mailer: + subject: "Code d'authentification wallabag" + body: + hello: "Bonjour %user%," + first_para: "Comme vous avez activé la double authentification sur votre compte wallabag et que vous venez de vous connecter depuis un nouvel appareil (ordinateur, téléphone, etc.), nous vous envoyons un code pour valider votre connexion." + second_para: "Voici le code à renseigner :" + support: "Si vous avez un problème de connexion, n'hésitez pas à contacter le support :" + signature: "L'équipe wallabag" -- cgit v1.2.3