]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml
Merge pull request #2878 from matteocoder/wallabag-docs-ita
[github/wallabag/wallabag.git] / src / Wallabag / UserBundle / Resources / translations / wallabag_user.en.yml
index f806d1d6f7ecfcde406a019c6362fb43bf53958b..ee0a27d57af9cf5e9d436a3dcf8ac7614ea9abaf 100644 (file)
@@ -1,10 +1,11 @@
 # Two factor mail
-auth_code.mailer.subject: 'Wallabag authentication Code'
-auth_code.mailer.body: |
-    Hi %user%,
-
-    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.
-    Here is the code: %code%
-
-    Please don't hesitate to contact us if you have any problems: %support%
-    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"