diff --git a/src/Wallabag/CoreBundle/Filter/EntryFilterType.php b/src/Wallabag/CoreBundle/Filter/EntryFilterType.php index f40c1c2d4..2e6d6ff76 100644 --- a/src/Wallabag/CoreBundle/Filter/EntryFilterType.php +++ b/src/Wallabag/CoreBundle/Filter/EntryFilterType.php @@ -15,7 +15,7 @@ class EntryFilterType extends AbstractType private $repository; /** - * Repository & user are used to get a list of language entries for this user + * Repository & user are used to get a list of language entries for this user. * * @param EntityRepository $entryRepository * @param User $user diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php index 2286317c1..57bf8024c 100644 --- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php +++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php @@ -163,9 +163,9 @@ class EntryRepository extends EntityRepository } /** - * Used only in test case to get the right entry associated to the right user + * Used only in test case to get the right entry associated to the right user. * - * @param string $username + * @param string $username * * @return Entry */ 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 000000000..aced4d83f --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml @@ -0,0 +1,130 @@ +#Login +Keep me logged in: 'Rester connecté' +Forgot your password?: 'Mot de passe oublié ?' +Login: 'Se connecter' +Back to login: 'Revenir au formulaire de connexion' +Send: 'Envoyer' +"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." + +# Menu +unread: 'Non lus' +starred: 'Favoris' +archive: 'Lus' +all: 'Tous les articles' +tags: 'Tags' +config: 'Configuration' +howto: 'Aide' +logout: 'Déconnexion' +Filtered: 'Articles filtrés' +About: 'À propos' + +# 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' +Save new entry: 'Sauvegarder un nouvel article' + +# 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" + +# Entries +'estimated reading time': 'durée de lecture' +original: original +Toggle mark as read: 'Marquer comme lu/non lu' +Toggle favorite: 'Marquer comme favori' +Delete: 'Supprimer' + +# Filters +Filters: 'Filtres' +Status: 'Statut' +Archived: 'Lu' +Starred: 'Favori' +Preview picture: 'Photo' +Has a preview picture: 'A une photo' +Reading time in minutes: 'Durée de lecture en minutes' +from: 'de' +to: 'à' +website.com: 'website.com' +Domain name: 'Nom de domaine' +Creation date: 'Date de création' +dd/mm/yyyy: 'dd/mm/aaaa' +Clear: 'Effacer' +Filter: 'Filtrer' + +# About +Who is behind wallabag: "L'équipe derrière wallabag" +Getting help: "Besoin d'aide" +Helping wallabag: "Aider wallabag" +Developed by: "Développé par" +website: "Site web" +And many others contributors ♥: "Et plein de contributeurs ♥" +on GitHub: "sur GitHub" +Project website: "Site web du projet" +License: "Licence" +Version: "Version" +Documentation: "Documentation" +Bug reports: "Rapport de bugs" +On our support website: "Sur notre site de support" +or: "ou" +"wallabag is free and opensource. You can help us:": "wallabag est gratuit et opensource. Vous pouvez nous aider :" +"by contributing to the project:": "en contribuant au projet :" +an issue lists all our needs: "un ticket recense tous nos besoins" +via Paypal: "via Paypal" +via Flattr: "via Flattr" + +# Howto +Form: Formulaire +Thanks to this form: "Grâce à ce formulaire" +Browser addons: "Extensions de navigateur" +Mobile apps: "Applications smartphone" +Bookmarklet: "Bookmarklet" +Standard Firefox Add-On: "Extension Firefox" +Chrome Extension: "Extension Chrome" +download the application: "téléchargez l'application" +"Drag & drop this link to your bookmarks bar:": "Glissez et déposez ce lien dans votre barre de favoris :" + +# Flash messages +Information updated: "Vos informations personnelles ont bien été mises à jour" +Config saved: "Les paramètres de wallabag ont bien été mis à jour" +RSS information updated: "La configuration des flux RSS a bien été mise à jour" +Password updated: "Votre mot de passe a bien été mis à jour" +Entry starred: "Article ajouté dans les favoris" +Entry unstarred: "Article retiré des favoris" +Entry archived: "Article marqué comme lu" +Entry unarchived: "Article marqué comme non lu" +Entry deleted: "Article supprimé" + +# Entry +Mark as read: 'Marquer comme lu' +Favorite: 'Mettre en favori' +back: 'Retour' +original article: 'Article original' +Add a tag: 'Ajouter un tag' +Share: 'Partager' +Download: 'Télécharger' +Does this article appear wrong?: "Est-ce que cet article s'affiche mal ?" +Problems?: 'Un problème ?' +Edit title: "Modifier le titre" 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 3ec31a02c..0ff21f223 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 @@
+
{% trans %}Social{% endtrans %}