From: Nicolas Lœuillet Date: Wed, 30 Sep 2015 06:36:30 +0000 (+0200) Subject: add french translation X-Git-Tag: 2.0.0-alpha.1~32^2~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=4f0dfac6a6269f1fbe9af5dc4ecbd8aaa43348ef;p=github%2Fwallabag%2Fwallabag.git add french translation --- diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml new file mode 100644 index 00000000..84144705 --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml @@ -0,0 +1,41 @@ +# Menu +unread: 'Non lus' +starred: 'Favoris' +archive: 'Lus' +all: 'Tous les articles' +tags: 'Tags' +config: 'Configuration' +howto: 'Aide' +logout: 'Déconnexion' + +# Header +Back to unread articles: 'Retour aux articles non lus' +Add a new entry: 'Sauvegarder un nouvel article' +Search: 'Rechercher' +Filter entries: 'Filtrer les articles' +Enter your search here: 'Saisissez votre terme de recherche' + +# Config screen +Settings: 'Paramètres' +User information: 'Mon compte' +Password: 'Mot de passe' +RSS: 'RSS' +Add a user: 'Créer un compte' +Theme: 'Thème' +Items per page: "Nombre d'articles par page" +Language: 'Langue' +Save: 'Enregistrer' +RSS token: 'Jeton RSS' +Name: 'Nom' +Email: 'Adresse e-mail' +No token: 'Aucun jeton généré' +Reset your token: 'Réinitialisez votre jeton' +Create your token: 'Créez votre jeton' +Rss limit: "Nombre d'articles dans un flux RSS" +RSS links: 'URL de vos flux RSS' +"RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.": "Les flux RSS fournis par wallabag vous permettent de lire vos articles sauvegardés dans votre lecteur de flux préféré. Pour pouvoir les utiliser, vous devez d'abord créer un jeton." +Old password: 'Mot de passe actuel' +New password: 'Nouveau mot de passe' +Repeat new password: 'Confirmez votre nouveau mot de passe' +Username: "Nom d'utilisateur" + diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig index 3ec31a02..156bc05f 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig @@ -1,6 +1,6 @@ {% extends "WallabagCoreBundle::layout.html.twig" %} -{% block title %}{% trans %}Config{% endtrans %}{% endblock %} +{% block title %}{% trans %}config{% endtrans %}{% endblock %} {% block content %} @@ -11,7 +11,7 @@