diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-18 14:44:26 +0100 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-18 14:44:26 +0100 |
commit | befa6f2fe91337469a603c982821523787099ab3 (patch) | |
tree | d5bcd1820497f4d787454fca7088baa66d0b24bc /src/Wallabag | |
parent | fdec3acab1e48ceb74917ce8ae4cfb1d127c757b (diff) | |
parent | 04c07378173741f922559b98a92cee10e2079dbd (diff) | |
download | wallabag-befa6f2fe91337469a603c982821523787099ab3.tar.gz wallabag-befa6f2fe91337469a603c982821523787099ab3.tar.zst wallabag-befa6f2fe91337469a603c982821523787099ab3.zip |
Merge pull request #1696 from wallabag/v2-french-translations-missing
Add some missing french translations
Diffstat (limited to 'src/Wallabag')
3 files changed, 4 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml index c42ac6d3..54161646 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml | |||
@@ -5,6 +5,7 @@ Login: 'Se connecter' | |||
5 | Back to login: 'Revenir au formulaire de connexion' | 5 | Back to login: 'Revenir au formulaire de connexion' |
6 | Send: 'Envoyer' | 6 | Send: 'Envoyer' |
7 | "Enter your email address below and we'll send you password reset instructions.": "Saisissez votre adresse e-mail ci-dessous, nous vous enverrons les instructions pour réinitialiser votre mot de passe." | 7 | "Enter your email address below and we'll send you password reset instructions.": "Saisissez votre adresse e-mail ci-dessous, nous vous enverrons les instructions pour réinitialiser votre mot de passe." |
8 | Register: 'Créer un compte' | ||
8 | 9 | ||
9 | # Menu | 10 | # Menu |
10 | unread: 'Non lus' | 11 | unread: 'Non lus' |
@@ -54,6 +55,7 @@ New password: 'Nouveau mot de passe' | |||
54 | Repeat new password: 'Confirmez votre nouveau mot de passe' | 55 | Repeat new password: 'Confirmez votre nouveau mot de passe' |
55 | Username: "Nom d'utilisateur" | 56 | Username: "Nom d'utilisateur" |
56 | Two factor authentication: Double authentification | 57 | Two factor authentication: Double authentification |
58 | Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion: Activer l'authentification double-facteur veut dire que vous allez recevoir un code par email à chaque nouvelle connexion non approuvée. | ||
57 | 59 | ||
58 | # Tagging rules | 60 | # Tagging rules |
59 | Tagging rules: "Règles de tag automatiques" | 61 | Tagging rules: "Règles de tag automatiques" |
diff --git a/src/Wallabag/UserBundle/Resources/views/themes/baggy/layout.html.twig b/src/Wallabag/UserBundle/Resources/views/themes/baggy/layout.html.twig index ff5b6583..7517c27c 100644 --- a/src/Wallabag/UserBundle/Resources/views/themes/baggy/layout.html.twig +++ b/src/Wallabag/UserBundle/Resources/views/themes/baggy/layout.html.twig | |||
@@ -1,6 +1,6 @@ | |||
1 | {% extends "WallabagCoreBundle::layout.html.twig" %} | 1 | {% extends "WallabagCoreBundle::layout.html.twig" %} |
2 | 2 | ||
3 | {% block title %}Welcome on wallabag!{% endblock %} | 3 | {% block title %}{% trans %}Welcome on wallabag!{% endtrans %}{% endblock %} |
4 | 4 | ||
5 | {% block body_class %}login{% endblock %} | 5 | {% block body_class %}login{% endblock %} |
6 | 6 | ||
diff --git a/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig index 9247a2c0..c355d3bf 100644 --- a/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig +++ b/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig | |||
@@ -1,6 +1,6 @@ | |||
1 | {% extends "WallabagCoreBundle::layout.html.twig" %} | 1 | {% extends "WallabagCoreBundle::layout.html.twig" %} |
2 | 2 | ||
3 | {% block title %}Welcome on wallabag!{% endblock %} | 3 | {% block title %}{% trans %}Welcome on wallabag!{% endtrans %}{% endblock %} |
4 | 4 | ||
5 | {% block body_class %}login{% endblock %} | 5 | {% block body_class %}login{% endblock %} |
6 | 6 | ||