]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
Replace slider with select
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / translations / messages.fr.yml
1 #Login
2 Keep me logged in: 'Rester connecté'
3 Forgot your password?: 'Mot de passe oublié ?'
4 Login: 'Se connecter'
5 Back to login: 'Revenir au formulaire de connexion'
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."
8 Register: 'Créer un compte'
9
10 # Menu
11 unread: 'Non lus'
12 starred: 'Favoris'
13 archive: 'Lus'
14 all: 'Tous les articles'
15 tags: 'Tags'
16 config: 'Configuration'
17 internal settings: 'Configuration interne'
18 import: 'Importer'
19 howto: 'Aide'
20 logout: 'Déconnexion'
21 Filtered: 'Articles filtrés'
22 About: 'À propos'
23
24 # Header
25 Back to unread articles: 'Retour aux articles non lus'
26 Add a new entry: 'Sauvegarder un nouvel article'
27 Search: 'Rechercher'
28 Filter entries: 'Filtrer les articles'
29 Enter your search here: 'Saisissez votre terme de recherche'
30 Save new entry: 'Sauvegarder un nouvel article'
31 Export: Exporter
32
33 # Config screen
34 Settings: 'Paramètres'
35 User information: 'Mon compte'
36 Password: 'Mot de passe'
37 RSS: 'RSS'
38 Add a user: 'Créer un compte'
39 Theme: 'Thème'
40 Items per page: "Nombre d'articles par page"
41 Reading speed: "Vitesse de lecture"
42 Language: 'Langue'
43 Save: 'Enregistrer'
44 RSS token: 'Jeton RSS'
45 RSS token updated: 'Jeton RSS mis à jour'
46 Name: 'Nom'
47 Email: 'Adresse e-mail'
48 No token: 'Aucun jeton généré'
49 Reset your token: 'Réinitialisez votre jeton'
50 Create your token: 'Créez votre jeton'
51 Rss limit: "Nombre d'articles dans un flux RSS"
52 RSS links: 'URL de vos flux RSS'
53 "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."
54 Old password: 'Mot de passe actuel'
55 New password: 'Nouveau mot de passe'
56 Repeat new password: 'Confirmez votre nouveau mot de passe'
57 Username: "Nom d'utilisateur"
58 Two factor authentication: "Double authentification"
59 "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."
60 "I read ~100 words per minute": "Je lis environ 100 mots par minute"
61 "I read ~200 words per minute": "Je lis environ 200 mots par minute"
62 "I read ~300 words per minute": "Je lis environ 300 mots par minute"
63 "I read ~400 words per minute": "Je lis environ 400 mots par minute"
64 "You can use online tools to estimate your reading speed": "Vous pouvez utiliser un outil en ligne pour estimer votre vitesse de lecture"
65 "like this one": "comme celui-ci"
66
67 # Tagging rules
68 Tagging rules: "Règles de tag automatiques"
69 What does « tagging rules » mean?: "Que signifient les règles de tag automatiques ?"
70 "They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries.": "Ce sont des règles utilisées par wallabag pour classer automatiquement vos nouveaux articles.<br />À chaque fois qu'un nouvel article est ajouté, toutes les règles de tag automatiques seront utilisées afin d'ajouter les tags que vous avez configurés, vous épargnant ainsi l'effort de classifier vos articles manuellement."
71 How do I use them?: "Comment les utiliser ?"
72 "Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime &lt;= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime &gt;= 5 AND domainName = \"github.com\"</i> » then tag as « <i>long reading, github </i> »": "Imaginons que voulez attribuer aux nouveaux articles le tag « <i>lecture courte</i> » lorsque le temps de lecture est inférieur à 3 minutes.<br />Dans ce cas, vous devriez mettre « readingTime &lt;= 3 » dans le champ <i>Règle</i> et « <i>lecture courte</i> » dans le champ <i>Tag</i>.<br />Plusieurs tags peuvent être ajoutés simultanément en les séparant par des virgules : « <i>lecture courte, à lire</i> »<br />Des règles complexes peuvent être créées en utilisant des opérateurs prédéfinis: si « <i>readingTime &gt;= 5 AND domainName = \"github.com\"</i> » alors attribuer les tags « <i>lecteur longue, github </i> »"
73 Which variables and operators can I use to write rules?: "Quelles variables et opérateurs puis-je utiliser pour écrire des règles ?"
74 The following variables and operators can be used to create tagging rules:: "Les variables et opérateurs suivants peuvent être utilisés pour écrire des règles de tag automatiques :"
75 Variable: "Variable"
76 Meaning: "Signification"
77 Operator: "Opérateur"
78 Title of the entry: "Titre de l'article"
79 Less than…: "Moins que…"
80 URL of the entry: "URL de l'article"
81 Strictly less than…: "Strictement moins que…"
82 Whether the entry is archived or not: "Si l'article est archivé ou non"
83 Greater than…: "Plus que…"
84 Whether the entry is starred or not: "Si l'article est favori ou non"
85 Strictly greater than…: "Strictement plus que…"
86 The entry's content: "Le contenu de l'article"
87 Equal to…: "Égal à…"
88 The entry's language: "La langue de l'article"
89 Not equal to…: "Différent de…"
90 The entry's mime-type: "Le Type MIME de l'article"
91 One rule or another: "Une règle ou l'autre"
92 The estimated entry's reading time, in minutes: "Le temps de lecture estimé de l'article, en minutes"
93 One rule and another: "Une règle et l'autre"
94 The domain name of the entry: "Le nom de domaine de l'article"
95 "Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches \"football\"</code>": "Teste si un <i>sujet</i> correspond à une <i>recherche</i> (non sensible à la casse).<br />Exemple : <code>title matches \"football\"</code>"
96 Rule: "Règle"
97 FAQ: "FAQ"
98
99 # Entries
100 "estimated reading time: %readingTime% min": "durée de lecture : %readingTime% min"
101 "estimated reading time: %inferior% 1 min": "durée de lecture : %inferior% 1 min"
102 original: "original"
103 Toggle mark as read: 'Marquer comme lu/non lu'
104 Toggle favorite: 'Marquer comme favori'
105 Delete: 'Supprimer'
106 "{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.": "{0} Il n'y a pas d'articles.|{1} Il y a un article.|]1,Inf[ Il y a %count% articles."
107 http://website: "http://siteweb"
108 "{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations": "{0} Aucune annotation|{1} Une annotation|]1,Inf[ %nbAnnotations% annotations"
109
110 # Edit entry
111 Edit an entry: "Éditer un article"
112 Title: "Titre"
113 Is public: "Public"
114
115 # tag
116 Tags: Tags
117 "{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.": "{0} Il n'y a pas de tag.|{1} Il y a un tag.|]1,Inf[ Il y a %count% tags."
118
119 # Filters
120 Filters: 'Filtres'
121 Status: 'Statut'
122 Archived: 'Lu'
123 Starred: 'Favori'
124 Preview picture: 'Photo'
125 Has a preview picture: 'A une photo'
126 Reading time in minutes: 'Durée de lecture en minutes'
127 from: 'de'
128 to: 'à'
129 website.com: 'website.com'
130 Domain name: 'Nom de domaine'
131 Creation date: 'Date de création'
132 dd/mm/yyyy: 'jj/mm/aaaa'
133 Clear: 'Effacer'
134 Filter: 'Filtrer'
135 website.com: "siteweb.com"
136
137 # About
138 About: "À propos"
139 Who is behind wallabag: "L'équipe derrière wallabag"
140 Getting help: "Besoin d'aide"
141 Helping wallabag: "Aider wallabag"
142 Developed by: "Développé par"
143 website: "Site web"
144 And many others contributors ♥: "Et plein de contributeurs ♥"
145 on GitHub: "sur GitHub"
146 Project website: "Site web du projet"
147 License: "Licence"
148 Version: "Version"
149 Documentation: "Documentation"
150 Bug reports: "Rapport de bugs"
151 On our support website: "Sur notre site de support"
152 or: "ou"
153 "wallabag is free and opensource. You can help us:": "wallabag est gratuit et opensource. Vous pouvez nous aider :"
154 "by contributing to the project:": "en contribuant au projet :"
155 an issue lists all our needs: "un ticket recense tous nos besoins"
156 via Paypal: "via Paypal"
157 Take wallabag with you: "Emportez wallabag avec vous"
158 Social: "Social"
159 powered by: "propulsé par"
160 Contributors: "Contributeurs"
161 Thank you to contributors on wallabag web application: "Merci aux contributeurs de l'application web de wallabag"
162 Third-party libraries: Librairies tierces
163 "Here are the list of third-party libraries used in wallabag (with their licenses):": "Voici la liste des dépendances utilisées dans wallabag (et leur license) :"
164 Package: Dépendance
165 License: Licence
166
167 # Howto
168 Form: "Formulaire"
169 Thanks to this form: "Grâce à ce formulaire"
170 Browser addons: "Extensions de navigateur"
171 Mobile apps: "Applications smartphone"
172 Bookmarklet: "Bookmarklet"
173 Standard Firefox Add-On: "Extension Firefox"
174 Chrome Extension: "Extension Chrome"
175 download the application: "téléchargez l'application"
176 "Drag &amp; drop this link to your bookmarks bar:": "Glissez et déposez ce lien dans votre barre de favoris :"
177
178 # Flash messages
179 Information updated: "Vos informations personnelles ont bien été mises à jour"
180 "Config saved. Some parameters will be considered after disconnection.": "Les paramètres ont bien été mis à jour. Certains seront pris en compte après déconnexion."
181 RSS information updated: "La configuration des flux RSS a bien été mise à jour"
182 Password updated: "Votre mot de passe a bien été mis à jour"
183 Entry starred: "Article ajouté dans les favoris"
184 Entry unstarred: "Article retiré des favoris"
185 Entry archived: "Article marqué comme lu"
186 Entry unarchived: "Article marqué comme non lu"
187 Entry deleted: "Article supprimé"
188 Tagging rule deleted: "Règle supprimée"
189 Tagging rules updated: "Règles mises à jour"
190 User "%username%" added: 'Utilisateur "%username%" ajouté'
191 In demonstration mode, you can't change password for this user.: 'En démo, vous ne pouvez pas changer le mot de passe de cet utilisateur.'
192
193 # Entry
194 Mark as read: 'Marquer comme lu'
195 Favorite: 'Mettre en favori'
196 back: 'Retour'
197 original article: 'Article original'
198 Add a tag: 'Ajouter un tag'
199 Share: 'Partager'
200 Download: 'Télécharger'
201 Does this article appear wrong?: "Est-ce que cet article s'affiche mal ?"
202 Problems?: 'Un problème ?'
203 Edit title: "Modifier le titre"
204 Re-fetch content: "Recharger le contenu"
205 Tag added: "Tag ajouté"
206
207 # Import
208 Welcome to wallabag importer. Please select your previous service that you want to migrate.: "Bienvenue dans l'outil de migration de wallabag. Choisissez ci-dessous le service depuis lequel vous souhaitez migrer."
209 "This importer will import all your Pocket data. Pocket doesn't allow us to retrieve content from their service, so the readable content of each article will be re-fetched by wallabag.": "Cet outil va importer toutes vos données de Pocket. Pocket ne nous autorise pas à récupérer le contenu depuis leur service, donc wallabag doit reparcourir chaque article pour récupérer son contenu."
210 "This importer will import all your wallabag v1 articles. On your config page, click on \"JSON export\" in the \"Export your wallabag data\" section. You will have a \"wallabag-export-1-xxxx-xx-xx.json\" file.": "Cet outil va importer toutes vos données de wallabag v1. Sur votre page de configuration de wallabag v1, cliquez sur \"Export JSON\" dans la section \"Exporter vos données de wallabag\". Vous allez récupérer un fichier \"wallabag-export-1-xxxx-xx-xx.json\"."
211 "This importer will import all your wallabag v2 articles. Go to All articles, then, on the export sidebar, click on \"JSON\". You will have a \"All articles.json\" file.": "Cet outil va importer tous vos articles d'une autre instance de wallabag v2. Allez dans tous vos articles, puis, sur la barre latérale, cliquez sur \"JSON\". Vous allez récupérer un fichier \"All articles.json\""
212 "You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.": "Vous pouvez importer vos données depuis votre compte Pocket. Vous n'avez qu'à cliquer sur le bouton ci-dessous et à autoriser wallabag à se connecter à getpocket.com."
213 Import > Pocket: "Import > Pocket"
214 Pocket import isn't configured.: "L'import à partir de Pocket n'est pas configuré."
215 You need to define %keyurls% a pocket_consumer_key %keyurle%.: "Vous devez définir %keyurls% une clé pour l'API Pocket %keyurle%."
216 Your server admin needs to define an API Key for Pocket.: L'administrateur de votre serveur doit définir une clé pour l'API Pocket."
217 Connect to Pocket and import data: "Se connecter à Pocket et importer les données"
218 Please select your wallabag export and click on the below button to upload and import it.: "Choisissez le fichier de votre export wallabag v1 et cliquez sur le bouton ci-dessous pour l'importer."
219 File: "Fichier"
220 Upload file: "Importer le fichier"
221 Import contents: "Importer les contenus"
222 Import: "Importer"
223 Import > Wallabag v1: "Importer > Wallabag v1"
224 Import > Wallabag v2: "Importer > Wallabag v2"
225 Mark all as read ?: "Marquer tout comme lu ?"
226 Mark all imported entries as read: "Marquer tous les contenus importés comme lus"
227
228 # Quickstart
229 Quickstart: Pour bien débuter
230 Welcome to wallabag!: "Bienvenue sur wallabag !"
231 We'll accompany you to visit wallabag and show you some features which can interess you.: "Nous allons vous accompagner pour vous faire faire le tour de la maison et vous présenter quelques fonctionnalités qui pourraient vous intéresser pour vous approprier cet outil."
232 Follow us!: "Suivez-nous !"
233 Configure the application: "Configurez l'application"
234 Change language and design: "Changez la langue et le design de l'application"
235 Enable RSS feeds: "Activez les flux RSS"
236 First steps: "Premiers pas"
237 Save your first article: "Ajoutez votre premier article"
238 And classify it!: "Et rangez-le !"
239 Migrate from an existing service: "Migrer depuis un service existant"
240 You're using an other service? We'll help you to retrieve your data on wallabag.: "Vous êtes un ancien utilisateur d'un service existant ? Nous allons vous aider à récupérer vos données sur wallabag."
241 Migrate from Pocket: "Migrer depuis Pocket"
242 Migrate from wallabag v1: "Migrer depuis wallabag v1"
243 Full documentation: "Documentation complète"
244 Convert your articles into ePUB or PDF: "Convertissez vos articles en ePub ou en PDF"
245 See how you can look for an article by using search engine and filters: "Apprenez à utiliser le moteur de recherche et les filtres pour retrouver l'article qui vous intéresse"
246 And so many other articles!: "Et encore plein d'autres choses !"
247 Support: "Support"
248 If you need some help, we are here for you.: "Parce que vous avez peut-être besoin de nous poser une question, nous sommes disponibles pour vous."
249 On GitHub: "Sur GitHub"
250 By email: "Par email"
251 On Gitter: "Sur Gitter"
252
253 # developer
254 Developer: Développeur
255 Welcome to the wallabag API: "Bienvenue sur l'API de wallabag"
256 How to create my first application: "Comment créer votre première application"
257 View full API documentation: "Voir la documentation complète de l'API"
258 Clients: "Clients"
259 Create a new client: "Créer une nouveau client"
260 Existing clients: "Les clients existants"
261 Client ID: "ID Client"
262 Client secret: "Clé secrète"
263 Redirect URIs: "URLs de redirection"
264 Grant type allowed: "Type de privilège accordé"
265 You have the ability to remove this client. This action is IRREVERSIBLE !: "Vous avez la possibilité de supprimer un client. Cette action est IRREVERSIBLE !"
266 If you remove it, every app configured with that client won't be able to auth on your wallabag.: "Si vous supprimez un client, toutes les applications qui l'utilisaient ne fonctionneront plus avec votre compte wallabag."
267 Remove this client: "Supprimer ce client"
268 New client: "Nouveau client"
269 You are about to create a new client. Please fill the field below for the redirect URI of your application.: "Vous allez créer un nouveau client. Merci de remplir l'url de redirection vers votre application."
270 Back: "Retour"
271 Client parameters: "Les paramètres de votre client"
272 New client created.: "Nouveau client créé."
273 Here are your client parameters.: "Voilà les paramètres de votre client"
274 Read the howto "Create my first application": "Lire \"comment créer ma première application\""
275 Client deleted: "Client supprimé"
276 No client yet.: "Aucun client pour le moment"
277 "The following commands make use of the <a href=\"https://github.com/jkbrzt/httpie\">HTTPie library</a>. Make sure it is installed on your system before using it.": "Les commandes suivantes utilisent la <a href=\"https://github.com/jkbrzt/httpie\">librarie HTTPie</a>. Assurez-vous qu'elle soit installée avant de l'utiliser."
278 You need a token to communicate between your 3rd application and wallabag API.: "Vous avez besoin d'un token pour échanger entre votre application et l'API de wallabag."
279 "To create this token, you need <a href=\"%link%\">to create a new client</a>.": "Pour créer un token, vous devez <a href=\"%link%\">créer un nouveau client</a>."
280 Now, create your token (replace client_id, client_secret, username and password with the good values):: "Maintenant créez votre token (remplacer client_id, client_secret, username et password avec les bonnes valeurs):"
281 The API will return a response like this:: "L'API vous retournera une réponse comme ça:"
282 The access_token is useful to do a call to the API endpoint. For example:: "L'access_token doit être utilisé pour faire un appel à l'API. Par exemple :"
283 This call will return all the entries for your user.: "Cet appel va retourner tous les articles de l'utilisateur."
284 "If you want to see all the API endpoints, you can have a look <a href=\"%link%\">to our API documentation</a>.": "Si vous voulez toutes les méthodes de l'API, jetez un oeil <a href=\"%link%\">à la documentation de l'API</a>."