shaarli.po 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: Shaarli\n"
  4. "POT-Creation-Date: 2018-05-05 12:48+0200\n"
  5. "PO-Revision-Date: 2018-05-05 12:49+0200\n"
  6. "Last-Translator: \n"
  7. "Language-Team: Shaarli\n"
  8. "Language: fr_FR\n"
  9. "MIME-Version: 1.0\n"
  10. "Content-Type: text/plain; charset=UTF-8\n"
  11. "Content-Transfer-Encoding: 8bit\n"
  12. "X-Generator: Poedit 2.0.6\n"
  13. "X-Poedit-Basepath: ../../../..\n"
  14. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  15. "X-Poedit-SourceCharset: UTF-8\n"
  16. "X-Poedit-KeywordsList: t:1,2;t\n"
  17. "X-Poedit-SearchPath-0: .\n"
  18. "X-Poedit-SearchPathExcluded-0: node_modules\n"
  19. "X-Poedit-SearchPathExcluded-1: vendor\n"
  20. #: application/ApplicationUtils.php:153
  21. #, php-format
  22. msgid ""
  23. "Your PHP version is obsolete! Shaarli requires at least PHP %s, and thus "
  24. "cannot run. Your PHP version has known security vulnerabilities and should "
  25. "be updated as soon as possible."
  26. msgstr ""
  27. "Votre version de PHP est obsolète ! Shaarli nécessite au moins PHP %s, et ne "
  28. "peut donc pas fonctionner. Votre version de PHP a des failles de sécurités "
  29. "connues et devrait être mise à jour au plus tôt."
  30. #: application/ApplicationUtils.php:183 application/ApplicationUtils.php:195
  31. msgid "directory is not readable"
  32. msgstr "le répertoire n'est pas accessible en lecture"
  33. #: application/ApplicationUtils.php:198
  34. msgid "directory is not writable"
  35. msgstr "le répertoire n'est pas accessible en écriture"
  36. #: application/ApplicationUtils.php:216
  37. msgid "file is not readable"
  38. msgstr "le fichier n'est pas accessible en lecture"
  39. #: application/ApplicationUtils.php:219
  40. msgid "file is not writable"
  41. msgstr "le fichier n'est pas accessible en écriture"
  42. #: application/Cache.php:16
  43. #, php-format
  44. msgid "Cannot purge %s: no directory"
  45. msgstr "Impossible de purger %s: le répertoire n'existe pas"
  46. #: application/FeedBuilder.php:151
  47. msgid "Direct link"
  48. msgstr "Liens directs"
  49. #: application/FeedBuilder.php:153
  50. #: tmp/daily.b91ef64efc3688266305ea9b42e5017e.rtpl.php:88
  51. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:177
  52. msgid "Permalink"
  53. msgstr "Permalien"
  54. #: application/History.php:174
  55. msgid "History file isn't readable or writable"
  56. msgstr "Le fichier d'historique n'est pas accessible en lecture ou en écriture"
  57. #: application/History.php:185
  58. msgid "Could not parse history file"
  59. msgstr "Format incorrect pour le fichier d'historique"
  60. #: application/Languages.php:177
  61. msgid "Automatic"
  62. msgstr "Automatique"
  63. #: application/Languages.php:178
  64. msgid "English"
  65. msgstr "Anglais"
  66. #: application/Languages.php:179
  67. msgid "French"
  68. msgstr "Français"
  69. #: application/Languages.php:180
  70. msgid "German"
  71. msgstr "Allemand"
  72. #: application/LinkDB.php:136
  73. msgid "You are not authorized to add a link."
  74. msgstr "Vous n'êtes pas autorisé à ajouter un lien."
  75. #: application/LinkDB.php:139
  76. msgid "Internal Error: A link should always have an id and URL."
  77. msgstr "Erreur interne : un lien devrait toujours avoir un ID et une URL."
  78. #: application/LinkDB.php:142
  79. msgid "You must specify an integer as a key."
  80. msgstr "Vous devez utiliser un entier comme clé."
  81. #: application/LinkDB.php:145
  82. msgid "Array offset and link ID must be equal."
  83. msgstr "La clé du tableau et l'ID du lien doivent être égaux."
  84. #: application/LinkDB.php:251
  85. #: tmp/page.footer.b91ef64efc3688266305ea9b42e5017e.rtpl.php:14
  86. #: tmp/page.footer.b91ef64efc3688266305ea9b42e5017e.rtpl.php:48
  87. #: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:14
  88. #: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:48
  89. msgid ""
  90. "The personal, minimalist, super-fast, database free, bookmarking service"
  91. msgstr ""
  92. "Le gestionnaire de marque-page personnel, minimaliste, et sans base de "
  93. "données"
  94. #: application/LinkDB.php:253
  95. msgid ""
  96. "Welcome to Shaarli! This is your first public bookmark. To edit or delete "
  97. "me, you must first login.\n"
  98. "\n"
  99. "To learn how to use Shaarli, consult the link \"Documentation\" at the "
  100. "bottom of this page.\n"
  101. "\n"
  102. "You use the community supported version of the original Shaarli project, by "
  103. "Sebastien Sauvage."
  104. msgstr ""
  105. "Bienvenue sur Shaarli ! Ceci est votre premier marque-page public. Pour me "
  106. "modifier ou me supprimer, vous devez d'abord vous connecter.\n"
  107. "\n"
  108. "Pour apprendre comment utiliser Shaarli, consultez le lien « Documentation » "
  109. "en bas de page.\n"
  110. "\n"
  111. "Vous utilisez la version supportée par la communauté du projet original "
  112. "Shaarli, de Sébastien Sauvage."
  113. #: application/LinkDB.php:267
  114. msgid "My secret stuff... - Pastebin.com"
  115. msgstr "Mes trucs secrets... - Pastebin.com"
  116. #: application/LinkDB.php:269
  117. msgid "Shhhh! I'm a private link only YOU can see. You can delete me too."
  118. msgstr ""
  119. "Pssst ! Je suis un lien privé que VOUS êtes le seul à voir. Vous pouvez me "
  120. "supprimer aussi."
  121. #: application/LinkFilter.php:452
  122. msgid "The link you are trying to reach does not exist or has been deleted."
  123. msgstr "Le lien que vous essayez de consulter n'existe pas ou a été supprimé."
  124. #: application/NetscapeBookmarkUtils.php:35
  125. msgid "Invalid export selection:"
  126. msgstr "Sélection d'export invalide :"
  127. #: application/NetscapeBookmarkUtils.php:81
  128. #, php-format
  129. msgid "File %s (%d bytes) "
  130. msgstr "Le fichier %s (%d octets) "
  131. #: application/NetscapeBookmarkUtils.php:83
  132. msgid "has an unknown file format. Nothing was imported."
  133. msgstr "a un format inconnu. Rien n'a été importé."
  134. #: application/NetscapeBookmarkUtils.php:86
  135. #, php-format
  136. msgid ""
  137. "was successfully processed in %d seconds: %d links imported, %d links "
  138. "overwritten, %d links skipped."
  139. msgstr ""
  140. "a été importé avec succès en %d secondes : %d liens importés, %d liens "
  141. "écrasés, %d liens ignorés."
  142. #: application/PageBuilder.php:173
  143. msgid "The page you are trying to reach does not exist or has been deleted."
  144. msgstr "La page que vous essayez de consulter n'existe pas ou a été supprimée."
  145. #: application/PageBuilder.php:175
  146. msgid "404 Not Found"
  147. msgstr "404 Introuvable"
  148. #: application/PluginManager.php:243
  149. #, php-format
  150. msgid "Plugin \"%s\" files not found."
  151. msgstr "Les fichiers de l'extension \"%s\" sont introuvables."
  152. #: application/Thumbnailer.php:40
  153. msgid ""
  154. "php-gd extension must be loaded to use thumbnails. Thumbnails are now "
  155. "disabled. Please reload the page."
  156. msgstr ""
  157. "php-gd extension must be loaded to use thumbnails. Thumbnails are now "
  158. "disabled. Please reload the page."
  159. #: application/Updater.php:76
  160. msgid "Couldn't retrieve Updater class methods."
  161. msgstr "Impossible de récupérer les méthodes de la classe Updater."
  162. #: application/Updater.php:544
  163. msgid "An error occurred while running the update "
  164. msgstr "Une erreur s'est produite lors de l'exécution de la mise à jour "
  165. #: application/Updater.php:584
  166. msgid "Updates file path is not set, can't write updates."
  167. msgstr ""
  168. "Le chemin vers le fichier de mise à jour n'est pas défini, impossible "
  169. "d'écrire les mises à jour."
  170. #: application/Updater.php:589
  171. msgid "Unable to write updates in "
  172. msgstr "Impossible d'écrire les mises à jour dans "
  173. #: application/Utils.php:376 tests/UtilsTest.php:340
  174. msgid "Setting not set"
  175. msgstr "Paramètre non défini"
  176. #: application/Utils.php:383 tests/UtilsTest.php:338 tests/UtilsTest.php:339
  177. msgid "Unlimited"
  178. msgstr "Illimité"
  179. #: application/Utils.php:386 tests/UtilsTest.php:335 tests/UtilsTest.php:336
  180. #: tests/UtilsTest.php:350
  181. msgid "B"
  182. msgstr "o"
  183. #: application/Utils.php:386 tests/UtilsTest.php:329 tests/UtilsTest.php:330
  184. #: tests/UtilsTest.php:337
  185. msgid "kiB"
  186. msgstr "ko"
  187. #: application/Utils.php:386 tests/UtilsTest.php:331 tests/UtilsTest.php:332
  188. #: tests/UtilsTest.php:348 tests/UtilsTest.php:349
  189. msgid "MiB"
  190. msgstr "Mo"
  191. #: application/Utils.php:386 tests/UtilsTest.php:333 tests/UtilsTest.php:334
  192. msgid "GiB"
  193. msgstr "Go"
  194. #: application/config/ConfigJson.php:52 application/config/ConfigPhp.php:121
  195. msgid ""
  196. "Shaarli could not create the config file. Please make sure Shaarli has the "
  197. "right to write in the folder is it installed in."
  198. msgstr ""
  199. "Shaarli n'a pas pu créer le fichier de configuration. Merci de vérifier que "
  200. "Shaarli a les droits d'écriture dans le dossier dans lequel il est installé."
  201. #: application/config/ConfigManager.php:135
  202. #: application/config/ConfigManager.php:162
  203. msgid "Invalid setting key parameter. String expected, got: "
  204. msgstr "Clé de paramétrage invalide. Chaîne de caractères obtenue, attendu : "
  205. #: application/config/exception/MissingFieldConfigException.php:21
  206. #, php-format
  207. msgid "Configuration value is required for %s"
  208. msgstr "Le paramètre %s est obligatoire"
  209. #: application/config/exception/PluginConfigOrderException.php:15
  210. msgid "An error occurred while trying to save plugins loading order."
  211. msgstr ""
  212. "Une erreur s'est produite lors de la sauvegarde de l'ordre des extensions."
  213. #: application/config/exception/UnauthorizedConfigException.php:16
  214. msgid "You are not authorized to alter config."
  215. msgstr "Vous n'êtes pas autorisé à modifier la configuration."
  216. #: application/exceptions/IOException.php:19
  217. msgid "Error accessing"
  218. msgstr "Une erreur s'est produite en accédant à"
  219. #: index.php:143
  220. msgid "Shared links on "
  221. msgstr "Liens partagés sur "
  222. #: index.php:165
  223. msgid "Insufficient permissions:"
  224. msgstr "Permissions insuffisantes :"
  225. #: index.php:304
  226. msgid "I said: NO. You are banned for the moment. Go away."
  227. msgstr "NON. Vous êtes banni pour le moment. Revenez plus tard."
  228. #: index.php:369
  229. msgid "Wrong login/password."
  230. msgstr "Nom d'utilisateur ou mot de passe incorrects."
  231. #: index.php:577 tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:46
  232. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:46
  233. msgid "Daily"
  234. msgstr "Quotidien"
  235. #: index.php:682 tmp/loginform.b91ef64efc3688266305ea9b42e5017e.rtpl.php:28
  236. #: tmp/loginform.b91ef64efc3688266305ea9b42e5017e.rtpl.php:44
  237. #: tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:75
  238. #: tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:99
  239. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:75
  240. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:99
  241. msgid "Login"
  242. msgstr "Connexion"
  243. #: index.php:750 tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:41
  244. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:41
  245. msgid "Picture wall"
  246. msgstr "Mur d'images"
  247. #: index.php:798 tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:36
  248. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:36
  249. #: tmp/tag.cloud.b91ef64efc3688266305ea9b42e5017e.rtpl.php:19
  250. msgid "Tag cloud"
  251. msgstr "Nuage de tags"
  252. #: index.php:831 tmp/tag.list.b91ef64efc3688266305ea9b42e5017e.rtpl.php:19
  253. msgid "Tag list"
  254. msgstr "Liste des tags"
  255. #: index.php:1056 tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:31
  256. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:31
  257. msgid "Tools"
  258. msgstr "Outils"
  259. #: index.php:1065
  260. msgid "You are not supposed to change a password on an Open Shaarli."
  261. msgstr ""
  262. "Vous n'êtes pas censé modifier le mot de passe d'un Shaarli en mode ouvert."
  263. #: index.php:1070 index.php:1112 index.php:1190 index.php:1221 index.php:1326
  264. msgid "Wrong token."
  265. msgstr "Jeton invalide."
  266. #: index.php:1075
  267. msgid "The old password is not correct."
  268. msgstr "L'ancien mot de passe est incorrect."
  269. #: index.php:1095
  270. msgid "Your password has been changed"
  271. msgstr "Votre mot de passe a été modifié"
  272. #: index.php:1100
  273. #: tmp/changepassword.b91ef64efc3688266305ea9b42e5017e.rtpl.php:13
  274. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:29
  275. msgid "Change password"
  276. msgstr "Modification du mot de passe"
  277. #: index.php:1149
  278. msgid "Configuration was saved."
  279. msgstr "La configuration a été sauvegardé."
  280. #: index.php:1173 tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:24
  281. msgid "Configure"
  282. msgstr "Configurer"
  283. #: index.php:1184 tmp/changetag.b91ef64efc3688266305ea9b42e5017e.rtpl.php:13
  284. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:36
  285. msgid "Manage tags"
  286. msgstr "Gérer les tags"
  287. #: index.php:1202
  288. #, php-format
  289. msgid "The tag was removed from %d link."
  290. msgid_plural "The tag was removed from %d links."
  291. msgstr[0] "Le tag a été supprimé de %d lien."
  292. msgstr[1] "Le tag a été supprimé de %d liens."
  293. #: index.php:1203
  294. #, php-format
  295. msgid "The tag was renamed in %d link."
  296. msgid_plural "The tag was renamed in %d links."
  297. msgstr[0] "Le tag a été renommé dans %d lien."
  298. msgstr[1] "Le tag a été renommé dans %d liens."
  299. #: index.php:1211 tmp/addlink.b91ef64efc3688266305ea9b42e5017e.rtpl.php:13
  300. msgid "Shaare a new link"
  301. msgstr "Partager un nouveau lien"
  302. #: index.php:1386 tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:169
  303. msgid "Edit"
  304. msgstr "Modifier"
  305. #: index.php:1386 index.php:1456
  306. #: tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:26
  307. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:26
  308. msgid "Shaare"
  309. msgstr "Shaare"
  310. #: index.php:1425
  311. msgid "Note: "
  312. msgstr "Note : "
  313. #: index.php:1465 tmp/export.b91ef64efc3688266305ea9b42e5017e.rtpl.php:65
  314. msgid "Export"
  315. msgstr "Exporter"
  316. #: index.php:1527 tmp/import.b91ef64efc3688266305ea9b42e5017e.rtpl.php:83
  317. msgid "Import"
  318. msgstr "Importer"
  319. #: index.php:1537
  320. #, php-format
  321. msgid ""
  322. "The file you are trying to upload is probably bigger than what this "
  323. "webserver can accept (%s). Please upload in smaller chunks."
  324. msgstr ""
  325. "Le fichier que vous essayer d'envoyer est probablement plus lourd que ce que "
  326. "le serveur web peut accepter (%s). Merci de l'envoyer en parties plus "
  327. "légères."
  328. #: index.php:1576 tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:26
  329. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:22
  330. msgid "Plugin administration"
  331. msgstr "Administration des extensions"
  332. #: index.php:1761
  333. msgid "Search: "
  334. msgstr "Recherche : "
  335. #: index.php:1800
  336. #, php-format
  337. msgid ""
  338. "<pre>Sessions do not seem to work correctly on your server.<br>Make sure the "
  339. "variable \"session.save_path\" is set correctly in your PHP config, and that "
  340. "you have write access to it.<br>It currently points to %s.<br>On some "
  341. "browsers, accessing your server via a hostname like 'localhost' or any "
  342. "custom hostname without a dot causes cookie storage to fail. We recommend "
  343. "accessing your server via it's IP address or Fully Qualified Domain Name.<br>"
  344. msgstr ""
  345. "<pre>Les sesssions ne semble pas fonctionner sur ce serveur.<br>Assurez vous "
  346. "que la variable « session.save_path » est correctement définie dans votre "
  347. "fichier de configuration PHP, et que vous y avez les droits d'écriture."
  348. "<br>Ce paramètre pointe actuellement sur %s.<br>Sur certains navigateurs, "
  349. "accéder à votre serveur depuis un nom d'hôte comme « localhost » ou autre "
  350. "nom personnalisé sans point '.' entraine l'échec de la sauvegarde des "
  351. "cookies. Nous vous recommandons d'accéder à votre serveur depuis son adresse "
  352. "IP ou un <em>Fully Qualified Domain Name</em>.<br>"
  353. #: index.php:1810
  354. msgid "Click to try again."
  355. msgstr "Cliquer ici pour réessayer."
  356. #: plugins/addlink_toolbar/addlink_toolbar.php:29
  357. msgid "URI"
  358. msgstr "URI"
  359. #: plugins/addlink_toolbar/addlink_toolbar.php:33
  360. #: tmp/addlink.b91ef64efc3688266305ea9b42e5017e.rtpl.php:19
  361. msgid "Add link"
  362. msgstr "Shaare"
  363. #: plugins/addlink_toolbar/addlink_toolbar.php:50
  364. msgid "Adds the addlink input on the linklist page."
  365. msgstr "Ajout le formulaire d'ajout de liens sur la page principale."
  366. #: plugins/archiveorg/archiveorg.php:23
  367. msgid "View on archive.org"
  368. msgstr "Voir sur archive.org"
  369. #: plugins/archiveorg/archiveorg.php:36
  370. msgid "For each link, add an Archive.org icon."
  371. msgstr "Pour chaque lien, ajoute une icône pour Archive.org."
  372. #: plugins/demo_plugin/demo_plugin.php:465
  373. msgid ""
  374. "A demo plugin covering all use cases for template designers and plugin "
  375. "developers."
  376. msgstr ""
  377. "Une extension de démonstration couvrant tous les cas d'utilisation pour les "
  378. "designers et les développeurs."
  379. #: plugins/isso/isso.php:20
  380. msgid ""
  381. "Isso plugin error: Please define the \"ISSO_SERVER\" setting in the plugin "
  382. "administration page."
  383. msgstr ""
  384. "Erreur de l'extension Isso : Merci de définir le paramètre « ISSO_SERVER » "
  385. "dans la page d'administration des extensions."
  386. #: plugins/isso/isso.php:63
  387. msgid "Let visitor comment your shaares on permalinks with Isso."
  388. msgstr ""
  389. "Permet aux visiteurs de commenter vos shaares sur les permaliens avec Isso."
  390. #: plugins/isso/isso.php:64
  391. msgid "Isso server URL (without 'http://')"
  392. msgstr "URL du serveur Isso (sans 'http://')"
  393. #: plugins/markdown/markdown.php:158
  394. msgid "Description will be rendered with"
  395. msgstr "La description sera générée avec"
  396. #: plugins/markdown/markdown.php:159
  397. msgid "Markdown syntax documentation"
  398. msgstr "Documentation sur la syntaxe Markdown"
  399. #: plugins/markdown/markdown.php:160
  400. msgid "Markdown syntax"
  401. msgstr "la syntaxe Markdown"
  402. #: plugins/markdown/markdown.php:339
  403. msgid ""
  404. "Render shaare description with Markdown syntax.<br><strong>Warning</"
  405. "strong>:\n"
  406. "If your shaared descriptions contained HTML tags before enabling the "
  407. "markdown plugin,\n"
  408. "enabling it might break your page.\n"
  409. "See the <a href=\"https://github.com/shaarli/Shaarli/tree/master/plugins/"
  410. "markdown#html-rendering\">README</a>."
  411. msgstr ""
  412. "Utilise la syntaxe Markdown pour la description des liens."
  413. "<br><strong>Attention</strong> :\n"
  414. "Si vous aviez des descriptions contenant du HTML avant d'activer cette "
  415. "extension,\n"
  416. "l'activer pourrait déformer vos pages.\n"
  417. "Voir le <a href=\"https://github.com/shaarli/Shaarli/tree/master/plugins/"
  418. "markdown#html-rendering\">README</a>."
  419. #: plugins/piwik/piwik.php:21
  420. msgid ""
  421. "Piwik plugin error: Please define PIWIK_URL and PIWIK_SITEID in the plugin "
  422. "administration page."
  423. msgstr ""
  424. "Erreur de l'extension Piwik : Merci de définir les paramètres PIWIK_URL et "
  425. "PIWIK_SITEID dans la page d'administration des extensions."
  426. #: plugins/piwik/piwik.php:70
  427. msgid "A plugin that adds Piwik tracking code to Shaarli pages."
  428. msgstr "Ajoute le code de traçage de Piwik sur les pages de Shaarli."
  429. #: plugins/piwik/piwik.php:71
  430. msgid "Piwik URL"
  431. msgstr "URL de Piwik"
  432. #: plugins/piwik/piwik.php:72
  433. msgid "Piwik site ID"
  434. msgstr "Site ID de Piwik"
  435. #: plugins/playvideos/playvideos.php:22
  436. msgid "Video player"
  437. msgstr "Lecteur vidéo"
  438. #: plugins/playvideos/playvideos.php:25
  439. msgid "Play Videos"
  440. msgstr "Jouer les vidéos"
  441. #: plugins/playvideos/playvideos.php:56
  442. msgid "Add a button in the toolbar allowing to watch all videos."
  443. msgstr ""
  444. "Ajoute un bouton dans la barre de menu pour regarder toutes les vidéos."
  445. #: plugins/playvideos/youtube_playlist.js:214
  446. msgid "plugins/playvideos/jquery-1.11.2.min.js"
  447. msgstr ""
  448. #: plugins/pubsubhubbub/pubsubhubbub.php:69
  449. #, php-format
  450. msgid "Could not publish to PubSubHubbub: %s"
  451. msgstr "Impossible de publier vers PubSubHubbub : %s"
  452. #: plugins/pubsubhubbub/pubsubhubbub.php:95
  453. #, php-format
  454. msgid "Could not post to %s"
  455. msgstr "Impossible de publier vers %s"
  456. #: plugins/pubsubhubbub/pubsubhubbub.php:99
  457. #, php-format
  458. msgid "Bad response from the hub %s"
  459. msgstr "Mauvaise réponse du hub %s"
  460. #: plugins/pubsubhubbub/pubsubhubbub.php:110
  461. msgid "Enable PubSubHubbub feed publishing."
  462. msgstr "Active la publication de flux vers PubSubHubbub."
  463. #: plugins/qrcode/qrcode.php:69 plugins/wallabag/wallabag.php:68
  464. msgid "For each link, add a QRCode icon."
  465. msgstr "Pour chaque liens, ajouter une icône de QRCode."
  466. #: plugins/wallabag/wallabag.php:21
  467. msgid ""
  468. "Wallabag plugin error: Please define the \"WALLABAG_URL\" setting in the "
  469. "plugin administration page."
  470. msgstr ""
  471. "Erreur de l'extension Wallabag : Merci de définir le paramètre « "
  472. "WALLABAG_URL » dans la page d'administration des extensions."
  473. #: plugins/wallabag/wallabag.php:47
  474. msgid "Save to wallabag"
  475. msgstr "Sauvegarder dans Wallabag"
  476. #: plugins/wallabag/wallabag.php:69
  477. msgid "Wallabag API URL"
  478. msgstr "URL de l'API Wallabag"
  479. #: plugins/wallabag/wallabag.php:70
  480. msgid "Wallabag API version (1 or 2)"
  481. msgstr "Version de l'API Wallabag (1 ou 2)"
  482. #: tests/LanguagesTest.php:214 tests/LanguagesTest.php:227
  483. #: tests/languages/fr/LanguagesFrTest.php:160
  484. #: tests/languages/fr/LanguagesFrTest.php:173
  485. #: tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:85
  486. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:85
  487. msgid "Search"
  488. msgid_plural "Search"
  489. msgstr[0] "Rechercher"
  490. msgstr[1] "Rechercher"
  491. #: tmp/404.b91ef64efc3688266305ea9b42e5017e.rtpl.php:12
  492. msgid "Sorry, nothing to see here."
  493. msgstr "Désolé, il y a rien à voir ici."
  494. #: tmp/addlink.b91ef64efc3688266305ea9b42e5017e.rtpl.php:16
  495. msgid "URL or leave empty to post a note"
  496. msgstr "URL ou laisser vide pour créer une note"
  497. #: tmp/changepassword.b91ef64efc3688266305ea9b42e5017e.rtpl.php:16
  498. msgid "Current password"
  499. msgstr "Mot de passe actuel"
  500. #: tmp/changepassword.b91ef64efc3688266305ea9b42e5017e.rtpl.php:19
  501. msgid "New password"
  502. msgstr "Nouveau mot de passe"
  503. #: tmp/changepassword.b91ef64efc3688266305ea9b42e5017e.rtpl.php:23
  504. msgid "Change"
  505. msgstr "Changer"
  506. #: tmp/changetag.b91ef64efc3688266305ea9b42e5017e.rtpl.php:16
  507. #: tmp/import.b91ef64efc3688266305ea9b42e5017e.rtpl.php:77
  508. msgid "Tag"
  509. msgstr "Tag"
  510. #: tmp/changetag.b91ef64efc3688266305ea9b42e5017e.rtpl.php:24
  511. msgid "New name"
  512. msgstr "Nouveau nom"
  513. #: tmp/changetag.b91ef64efc3688266305ea9b42e5017e.rtpl.php:31
  514. msgid "Case sensitive"
  515. msgstr "Sensible à la casse"
  516. #: tmp/changetag.b91ef64efc3688266305ea9b42e5017e.rtpl.php:34
  517. msgid "Rename"
  518. msgstr "Renommer"
  519. #: tmp/changetag.b91ef64efc3688266305ea9b42e5017e.rtpl.php:35
  520. #: tmp/editlink.b91ef64efc3688266305ea9b42e5017e.rtpl.php:77
  521. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:171
  522. msgid "Delete"
  523. msgstr "Supprimer"
  524. #: tmp/changetag.b91ef64efc3688266305ea9b42e5017e.rtpl.php:39
  525. msgid "You can also edit tags in the"
  526. msgstr "Vous pouvez aussi modifier les tags dans la"
  527. #: tmp/changetag.b91ef64efc3688266305ea9b42e5017e.rtpl.php:39
  528. msgid "tag list"
  529. msgstr "liste des tags"
  530. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:29
  531. msgid "title"
  532. msgstr "titre"
  533. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:43
  534. msgid "Home link"
  535. msgstr "Lien vers l'accueil"
  536. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:44
  537. msgid "Default value"
  538. msgstr "Valeur par défaut"
  539. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:58
  540. msgid "Theme"
  541. msgstr "Thème"
  542. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:87
  543. #: tmp/install.b91ef64efc3688266305ea9b42e5017e.rtpl.php:78
  544. msgid "Language"
  545. msgstr "Langue"
  546. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:116
  547. #: tmp/install.b91ef64efc3688266305ea9b42e5017e.rtpl.php:102
  548. msgid "Timezone"
  549. msgstr "Fuseau horaire"
  550. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:117
  551. #: tmp/install.b91ef64efc3688266305ea9b42e5017e.rtpl.php:103
  552. msgid "Continent"
  553. msgstr "Continent"
  554. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:117
  555. #: tmp/install.b91ef64efc3688266305ea9b42e5017e.rtpl.php:103
  556. msgid "City"
  557. msgstr "Ville"
  558. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:164
  559. msgid "Disable session cookie hijacking protection"
  560. msgstr "Désactiver la protection contre le détournement de cookies"
  561. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:166
  562. msgid "Check this if you get disconnected or if your IP address changes often"
  563. msgstr ""
  564. "Cocher cette case si vous êtes souvent déconnecté ou si votre adresse IP "
  565. "change souvent"
  566. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:183
  567. msgid "Private links by default"
  568. msgstr "Liens privés par défaut"
  569. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:184
  570. msgid "All new links are private by default"
  571. msgstr "Tous les nouveaux liens sont privés par défaut"
  572. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:199
  573. msgid "RSS direct links"
  574. msgstr "Liens directs dans le flux RSS"
  575. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:200
  576. msgid "Check this to use direct URL instead of permalink in feeds"
  577. msgstr ""
  578. "Cocher cette case pour utiliser des liens directs au lieu des permaliens "
  579. "dans le flux RSS"
  580. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:215
  581. msgid "Hide public links"
  582. msgstr "Cacher les liens publics"
  583. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:216
  584. msgid "Do not show any links if the user is not logged in"
  585. msgstr "N'afficher aucun lien sans être connecté"
  586. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:231
  587. #: tmp/install.b91ef64efc3688266305ea9b42e5017e.rtpl.php:150
  588. msgid "Check updates"
  589. msgstr "Vérifier les mises à jour"
  590. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:232
  591. #: tmp/install.b91ef64efc3688266305ea9b42e5017e.rtpl.php:152
  592. msgid "Notify me when a new release is ready"
  593. msgstr "Me notifier lorsqu'une nouvelle version est disponible"
  594. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:247
  595. #: tmp/install.b91ef64efc3688266305ea9b42e5017e.rtpl.php:169
  596. msgid "Enable REST API"
  597. msgstr "Activer l'API REST"
  598. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:248
  599. #: tmp/install.b91ef64efc3688266305ea9b42e5017e.rtpl.php:170
  600. msgid "Allow third party software to use Shaarli such as mobile application"
  601. msgstr ""
  602. "Permets aux applications tierces d'utiliser Shaarli, par exemple les "
  603. "applications mobiles"
  604. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:263
  605. msgid "API secret"
  606. msgstr "Clé d'API secrète"
  607. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:277
  608. msgid "Enable thumbnails"
  609. msgstr "Activer les miniatures"
  610. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:279
  611. msgid "Warning: "
  612. msgstr "Attention : "
  613. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:283
  614. msgid "It's recommended to visit the picture wall after enabling this feature."
  615. msgstr ""
  616. "Il est recommandé de visiter le Mur d'images après avoir activé cette "
  617. "fonctionnalité."
  618. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:285
  619. msgid ""
  620. "If you have a large database, the first retrieval may take a few minutes."
  621. msgstr ""
  622. "Si vous avez beaucoup de liens, la première récupération peut prendre "
  623. "plusieurs minutes."
  624. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:289
  625. msgid "You need to enable the extension <code>php-gd</code> to use thumbnails."
  626. msgstr ""
  627. "Vous devez activer l'extension <code>php-gd</code> pour utiliser les "
  628. "miniatures."
  629. #: tmp/configure.b91ef64efc3688266305ea9b42e5017e.rtpl.php:305
  630. #: tmp/editlink.b91ef64efc3688266305ea9b42e5017e.rtpl.php:72
  631. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:139
  632. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:199
  633. msgid "Save"
  634. msgstr "Enregistrer"
  635. #: tmp/daily.b91ef64efc3688266305ea9b42e5017e.rtpl.php:15
  636. msgid "The Daily Shaarli"
  637. msgstr "Le Quotidien Shaarli"
  638. #: tmp/daily.b91ef64efc3688266305ea9b42e5017e.rtpl.php:17
  639. msgid "1 RSS entry per day"
  640. msgstr "1 entrée RSS par jour"
  641. #: tmp/daily.b91ef64efc3688266305ea9b42e5017e.rtpl.php:37
  642. msgid "Previous day"
  643. msgstr "Jour précédent"
  644. #: tmp/daily.b91ef64efc3688266305ea9b42e5017e.rtpl.php:44
  645. msgid "All links of one day in a single page."
  646. msgstr "Tous les liens d'un jour sur une page."
  647. #: tmp/daily.b91ef64efc3688266305ea9b42e5017e.rtpl.php:51
  648. msgid "Next day"
  649. msgstr "Jour suivant"
  650. #: tmp/editlink.b91ef64efc3688266305ea9b42e5017e.rtpl.php:14
  651. msgid "Edit Shaare"
  652. msgstr "Modifier le Shaare"
  653. #: tmp/editlink.b91ef64efc3688266305ea9b42e5017e.rtpl.php:14
  654. msgid "New Shaare"
  655. msgstr "Nouveau Shaare"
  656. #: tmp/editlink.b91ef64efc3688266305ea9b42e5017e.rtpl.php:23
  657. msgid "Created:"
  658. msgstr "Création :"
  659. #: tmp/editlink.b91ef64efc3688266305ea9b42e5017e.rtpl.php:26
  660. msgid "URL"
  661. msgstr "URL"
  662. #: tmp/editlink.b91ef64efc3688266305ea9b42e5017e.rtpl.php:32
  663. msgid "Title"
  664. msgstr "Titre"
  665. #: tmp/editlink.b91ef64efc3688266305ea9b42e5017e.rtpl.php:38
  666. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:42
  667. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:75
  668. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:99
  669. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:124
  670. msgid "Description"
  671. msgstr "Description"
  672. #: tmp/editlink.b91ef64efc3688266305ea9b42e5017e.rtpl.php:44
  673. msgid "Tags"
  674. msgstr "Tags"
  675. #: tmp/editlink.b91ef64efc3688266305ea9b42e5017e.rtpl.php:57
  676. #: tmp/export.b91ef64efc3688266305ea9b42e5017e.rtpl.php:36
  677. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:167
  678. msgid "Private"
  679. msgstr "Privé"
  680. #: tmp/editlink.b91ef64efc3688266305ea9b42e5017e.rtpl.php:72
  681. msgid "Apply Changes"
  682. msgstr "Appliquer"
  683. #: tmp/export.b91ef64efc3688266305ea9b42e5017e.rtpl.php:16
  684. msgid "Export Database"
  685. msgstr "Exporter les données"
  686. #: tmp/export.b91ef64efc3688266305ea9b42e5017e.rtpl.php:24
  687. msgid "Selection"
  688. msgstr "Choisir"
  689. #: tmp/export.b91ef64efc3688266305ea9b42e5017e.rtpl.php:31
  690. msgid "All"
  691. msgstr "Tous"
  692. #: tmp/export.b91ef64efc3688266305ea9b42e5017e.rtpl.php:41
  693. msgid "Public"
  694. msgstr "Publics"
  695. #: tmp/export.b91ef64efc3688266305ea9b42e5017e.rtpl.php:52
  696. msgid "Prepend note permalinks with this Shaarli instance's URL"
  697. msgstr "Préfixer les liens de notes avec l'URL de l'instance de Shaarli"
  698. #: tmp/export.b91ef64efc3688266305ea9b42e5017e.rtpl.php:53
  699. msgid "Useful to import bookmarks in a web browser"
  700. msgstr "Utile pour importer les marques-pages dans un navigateur"
  701. #: tmp/import.b91ef64efc3688266305ea9b42e5017e.rtpl.php:16
  702. msgid "Import Database"
  703. msgstr "Importer des données"
  704. #: tmp/import.b91ef64efc3688266305ea9b42e5017e.rtpl.php:23
  705. msgid "Maximum size allowed:"
  706. msgstr "Taille maximum autorisée :"
  707. #: tmp/import.b91ef64efc3688266305ea9b42e5017e.rtpl.php:29
  708. msgid "Visibility"
  709. msgstr "Visibilité"
  710. #: tmp/import.b91ef64efc3688266305ea9b42e5017e.rtpl.php:36
  711. msgid "Use values from the imported file, default to public"
  712. msgstr ""
  713. "Utiliser les valeurs présentes dans le fichier d'import, public par défaut"
  714. #: tmp/import.b91ef64efc3688266305ea9b42e5017e.rtpl.php:41
  715. msgid "Import all bookmarks as private"
  716. msgstr "Importer tous les liens comme privés"
  717. #: tmp/import.b91ef64efc3688266305ea9b42e5017e.rtpl.php:46
  718. msgid "Import all bookmarks as public"
  719. msgstr "Importer tous les liens comme publics"
  720. #: tmp/import.b91ef64efc3688266305ea9b42e5017e.rtpl.php:57
  721. msgid "Overwrite existing bookmarks"
  722. msgstr "Remplacer les liens existants"
  723. #: tmp/import.b91ef64efc3688266305ea9b42e5017e.rtpl.php:58
  724. msgid "Duplicates based on URL"
  725. msgstr "Les doublons s'appuient sur les URL"
  726. #: tmp/import.b91ef64efc3688266305ea9b42e5017e.rtpl.php:72
  727. msgid "Add default tags"
  728. msgstr "Ajouter des tags par défaut"
  729. #: tmp/install.b91ef64efc3688266305ea9b42e5017e.rtpl.php:22
  730. msgid "Install Shaarli"
  731. msgstr "Installation de Shaarli"
  732. #: tmp/install.b91ef64efc3688266305ea9b42e5017e.rtpl.php:25
  733. msgid "It looks like it's the first time you run Shaarli. Please configure it."
  734. msgstr ""
  735. "Il semblerait que ça soit la première fois que vous lancez Shaarli. Merci de "
  736. "le configurer."
  737. #: tmp/install.b91ef64efc3688266305ea9b42e5017e.rtpl.php:33
  738. #: tmp/loginform.b91ef64efc3688266305ea9b42e5017e.rtpl.php:30
  739. #: tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:151
  740. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:151
  741. msgid "Username"
  742. msgstr "Nom d'utilisateur"
  743. #: tmp/install.b91ef64efc3688266305ea9b42e5017e.rtpl.php:48
  744. #: tmp/loginform.b91ef64efc3688266305ea9b42e5017e.rtpl.php:34
  745. #: tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:152
  746. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:152
  747. msgid "Password"
  748. msgstr "Mot de passe"
  749. #: tmp/install.b91ef64efc3688266305ea9b42e5017e.rtpl.php:63
  750. msgid "Shaarli title"
  751. msgstr "Titre du Shaarli"
  752. #: tmp/install.b91ef64efc3688266305ea9b42e5017e.rtpl.php:69
  753. msgid "My links"
  754. msgstr "Mes liens"
  755. #: tmp/install.b91ef64efc3688266305ea9b42e5017e.rtpl.php:182
  756. msgid "Install"
  757. msgstr "Installer"
  758. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:14
  759. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:79
  760. msgid "shaare"
  761. msgid_plural "shaares"
  762. msgstr[0] "shaare"
  763. msgstr[1] "shaares"
  764. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:18
  765. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:83
  766. msgid "private link"
  767. msgid_plural "private links"
  768. msgstr[0] "lien privé"
  769. msgstr[1] "liens privés"
  770. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:30
  771. #: tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:121
  772. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:121
  773. msgid "Search text"
  774. msgstr "Recherche texte"
  775. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:37
  776. #: tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:128
  777. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:128
  778. #: tmp/tag.cloud.b91ef64efc3688266305ea9b42e5017e.rtpl.php:36
  779. #: tmp/tag.cloud.b91ef64efc3688266305ea9b42e5017e.rtpl.php:64
  780. #: tmp/tag.list.b91ef64efc3688266305ea9b42e5017e.rtpl.php:36
  781. #: tmp/tag.list.b91ef64efc3688266305ea9b42e5017e.rtpl.php:74
  782. msgid "Filter by tag"
  783. msgstr "Filtrer par tag"
  784. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:110
  785. msgid "Nothing found."
  786. msgstr "Aucun résultat."
  787. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:118
  788. #, php-format
  789. msgid "%s result"
  790. msgid_plural "%s results"
  791. msgstr[0] "%s résultat"
  792. msgstr[1] "%s résultats"
  793. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:122
  794. msgid "for"
  795. msgstr "pour"
  796. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:129
  797. msgid "tagged"
  798. msgstr "taggé"
  799. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:133
  800. msgid "Remove tag"
  801. msgstr "Retirer le tag"
  802. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:142
  803. msgid "with status"
  804. msgstr "avec le statut"
  805. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:153
  806. msgid "without any tag"
  807. msgstr "sans tag"
  808. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:173
  809. #: tmp/page.footer.b91ef64efc3688266305ea9b42e5017e.rtpl.php:42
  810. #: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:42
  811. msgid "Fold"
  812. msgstr "Replier"
  813. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:175
  814. msgid "Edited: "
  815. msgstr "Modifié : "
  816. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:179
  817. msgid "permalink"
  818. msgstr "permalien"
  819. #: tmp/linklist.b91ef64efc3688266305ea9b42e5017e.rtpl.php:181
  820. msgid "Add tag"
  821. msgstr "Ajouter un tag"
  822. #: tmp/linklist.paging.b91ef64efc3688266305ea9b42e5017e.rtpl.php:7
  823. #: tmp/linklist.paging.cedf684561d925457130839629000a81.rtpl.php:7
  824. msgid "Filters"
  825. msgstr "Filtres"
  826. #: tmp/linklist.paging.b91ef64efc3688266305ea9b42e5017e.rtpl.php:12
  827. #: tmp/linklist.paging.cedf684561d925457130839629000a81.rtpl.php:12
  828. msgid "Only display private links"
  829. msgstr "Afficher uniquement les liens privés"
  830. #: tmp/linklist.paging.b91ef64efc3688266305ea9b42e5017e.rtpl.php:15
  831. #: tmp/linklist.paging.cedf684561d925457130839629000a81.rtpl.php:15
  832. msgid "Only display public links"
  833. msgstr "Afficher uniquement les liens publics"
  834. #: tmp/linklist.paging.b91ef64efc3688266305ea9b42e5017e.rtpl.php:20
  835. #: tmp/linklist.paging.cedf684561d925457130839629000a81.rtpl.php:20
  836. msgid "Filter untagged links"
  837. msgstr "Filtrer par liens privés"
  838. #: tmp/linklist.paging.b91ef64efc3688266305ea9b42e5017e.rtpl.php:24
  839. #: tmp/linklist.paging.b91ef64efc3688266305ea9b42e5017e.rtpl.php:76
  840. #: tmp/linklist.paging.cedf684561d925457130839629000a81.rtpl.php:24
  841. #: tmp/linklist.paging.cedf684561d925457130839629000a81.rtpl.php:76
  842. #: tmp/page.footer.b91ef64efc3688266305ea9b42e5017e.rtpl.php:43
  843. #: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:43
  844. msgid "Fold all"
  845. msgstr "Replier tout"
  846. #: tmp/linklist.paging.b91ef64efc3688266305ea9b42e5017e.rtpl.php:69
  847. #: tmp/linklist.paging.cedf684561d925457130839629000a81.rtpl.php:69
  848. msgid "Links per page"
  849. msgstr "Liens par page"
  850. #: tmp/loginform.b91ef64efc3688266305ea9b42e5017e.rtpl.php:15
  851. msgid ""
  852. "You have been banned after too many failed login attempts. Try again later."
  853. msgstr ""
  854. "Vous avez été banni après trop d'échec d'authentification. Merci de "
  855. "réessayer plus tard."
  856. #: tmp/loginform.b91ef64efc3688266305ea9b42e5017e.rtpl.php:41
  857. #: tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:155
  858. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:155
  859. msgid "Remember me"
  860. msgstr "Rester connecté"
  861. #: tmp/page.footer.b91ef64efc3688266305ea9b42e5017e.rtpl.php:14
  862. #: tmp/page.footer.b91ef64efc3688266305ea9b42e5017e.rtpl.php:48
  863. #: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:14
  864. #: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:48
  865. msgid "by the Shaarli community"
  866. msgstr "par la communauté Shaarli"
  867. #: tmp/page.footer.b91ef64efc3688266305ea9b42e5017e.rtpl.php:15
  868. #: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:15
  869. msgid "Documentation"
  870. msgstr "Documentation"
  871. #: tmp/page.footer.b91ef64efc3688266305ea9b42e5017e.rtpl.php:44
  872. #: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:44
  873. msgid "Expand"
  874. msgstr "Déplier"
  875. #: tmp/page.footer.b91ef64efc3688266305ea9b42e5017e.rtpl.php:45
  876. #: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:45
  877. msgid "Expand all"
  878. msgstr "Déplier tout"
  879. #: tmp/page.footer.b91ef64efc3688266305ea9b42e5017e.rtpl.php:46
  880. #: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:46
  881. msgid "Are you sure you want to delete this link?"
  882. msgstr "Êtes-vous sûr de vouloir supprimer ce lien ?"
  883. #: tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:65
  884. #: tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:90
  885. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:65
  886. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:90
  887. msgid "RSS Feed"
  888. msgstr "Flux RSS"
  889. #: tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:70
  890. #: tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:106
  891. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:70
  892. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:106
  893. msgid "Logout"
  894. msgstr "Déconnexion"
  895. #: tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:173
  896. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:173
  897. msgid "is available"
  898. msgstr "est disponible"
  899. #: tmp/page.header.b91ef64efc3688266305ea9b42e5017e.rtpl.php:180
  900. #: tmp/page.header.cedf684561d925457130839629000a81.rtpl.php:180
  901. msgid "Error"
  902. msgstr "Erreur"
  903. #: tmp/picwall.b91ef64efc3688266305ea9b42e5017e.rtpl.php:14
  904. msgid "Picture wall unavailable (thumbnails are disabled)."
  905. msgstr ""
  906. "Le mur d'images n'est pas disponible (les miniatures sont désactivées)."
  907. #: tmp/picwall.b91ef64efc3688266305ea9b42e5017e.rtpl.php:25
  908. msgid "Picture Wall"
  909. msgstr "Mur d'images"
  910. #: tmp/picwall.b91ef64efc3688266305ea9b42e5017e.rtpl.php:25
  911. msgid "pics"
  912. msgstr "images"
  913. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:15
  914. msgid "You need to enable Javascript to change plugin loading order."
  915. msgstr ""
  916. "Vous devez activer Javascript pour pouvoir modifier l'ordre des extensions."
  917. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:29
  918. msgid "Enabled Plugins"
  919. msgstr "Extensions activées"
  920. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:34
  921. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:155
  922. msgid "No plugin enabled."
  923. msgstr "Aucune extension activée."
  924. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:40
  925. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:73
  926. msgid "Disable"
  927. msgstr "Désactiver"
  928. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:41
  929. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:74
  930. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:98
  931. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:123
  932. msgid "Name"
  933. msgstr "Nom"
  934. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:43
  935. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:76
  936. msgid "Order"
  937. msgstr "Ordre"
  938. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:86
  939. msgid "Disabled Plugins"
  940. msgstr "Extensions désactivées"
  941. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:91
  942. msgid "No plugin disabled."
  943. msgstr "Aucune extension désactivée."
  944. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:97
  945. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:122
  946. msgid "Enable"
  947. msgstr "Activer"
  948. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:134
  949. msgid "More plugins available"
  950. msgstr "Plus d'extensions disponibles"
  951. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:136
  952. msgid "in the documentation"
  953. msgstr "dans la documentation"
  954. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:150
  955. msgid "Plugin configuration"
  956. msgstr "Configuration des extensions"
  957. #: tmp/pluginsadmin.b91ef64efc3688266305ea9b42e5017e.rtpl.php:195
  958. msgid "No parameter available."
  959. msgstr "Aucun paramètre disponible."
  960. #: tmp/tag.cloud.b91ef64efc3688266305ea9b42e5017e.rtpl.php:19
  961. #: tmp/tag.list.b91ef64efc3688266305ea9b42e5017e.rtpl.php:19
  962. msgid "tags"
  963. msgstr "tags"
  964. #: tmp/tag.cloud.b91ef64efc3688266305ea9b42e5017e.rtpl.php:24
  965. #: tmp/tag.list.b91ef64efc3688266305ea9b42e5017e.rtpl.php:24
  966. msgid "List all links with those tags"
  967. msgstr "Lister tous les liens avec ces tags"
  968. #: tmp/tag.sort.b91ef64efc3688266305ea9b42e5017e.rtpl.php:3
  969. #: tmp/tag.sort.cedf684561d925457130839629000a81.rtpl.php:3
  970. msgid "Sort by:"
  971. msgstr "Trier par :"
  972. #: tmp/tag.sort.b91ef64efc3688266305ea9b42e5017e.rtpl.php:5
  973. #: tmp/tag.sort.cedf684561d925457130839629000a81.rtpl.php:5
  974. msgid "Cloud"
  975. msgstr "Nuage"
  976. #: tmp/tag.sort.b91ef64efc3688266305ea9b42e5017e.rtpl.php:6
  977. #: tmp/tag.sort.cedf684561d925457130839629000a81.rtpl.php:6
  978. msgid "Most used"
  979. msgstr "Plus utilisés"
  980. #: tmp/tag.sort.b91ef64efc3688266305ea9b42e5017e.rtpl.php:7
  981. #: tmp/tag.sort.cedf684561d925457130839629000a81.rtpl.php:7
  982. msgid "Alphabetical"
  983. msgstr "Alphabétique"
  984. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:14
  985. msgid "Settings"
  986. msgstr "Paramètres"
  987. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:16
  988. msgid "Change Shaarli settings: title, timezone, etc."
  989. msgstr "Changer les paramètres de Shaarli : titre, fuseau horaire, etc."
  990. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:17
  991. msgid "Configure your Shaarli"
  992. msgstr "Conguration de Shaarli"
  993. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:21
  994. msgid "Enable, disable and configure plugins"
  995. msgstr "Activer, désactiver et configurer les extensions"
  996. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:28
  997. msgid "Change your password"
  998. msgstr "Modification du mot de passe"
  999. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:35
  1000. msgid "Rename or delete a tag in all links"
  1001. msgstr "Rename or delete a tag in all links"
  1002. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:41
  1003. msgid ""
  1004. "Import Netscape HTML bookmarks (as exported from Firefox, Chrome, Opera, "
  1005. "delicious...)"
  1006. msgstr ""
  1007. "Importer des marques pages au format Netscape HTML (comme exportés depuis "
  1008. "Firefox, Chrome, Opera, delicious...)"
  1009. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:42
  1010. msgid "Import links"
  1011. msgstr "Importer des liens"
  1012. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:47
  1013. msgid ""
  1014. "Export Netscape HTML bookmarks (which can be imported in Firefox, Chrome, "
  1015. "Opera, delicious...)"
  1016. msgstr ""
  1017. "Exporter les marques pages au format Netscape HTML (comme exportés depuis "
  1018. "Firefox, Chrome, Opera, delicious...)"
  1019. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:48
  1020. msgid "Export database"
  1021. msgstr "Exporter les données"
  1022. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:71
  1023. msgid ""
  1024. "Drag one of these button to your bookmarks toolbar or right-click it and "
  1025. "\"Bookmark This Link\""
  1026. msgstr ""
  1027. "Glisser un de ces bouttons dans votre barre de favoris ou cliquer droit "
  1028. "dessus et « Ajouter aux favoris »"
  1029. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:72
  1030. msgid "then click on the bookmarklet in any page you want to share."
  1031. msgstr ""
  1032. "puis cliquer sur le marque page depuis un site que vous souhaitez partager."
  1033. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:76
  1034. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:100
  1035. msgid ""
  1036. "Drag this link to your bookmarks toolbar or right-click it and Bookmark This "
  1037. "Link"
  1038. msgstr ""
  1039. "Glisser ce lien dans votre barre de favoris ou cliquer droit dessus et « "
  1040. "Ajouter aux favoris »"
  1041. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:77
  1042. msgid "then click ✚Shaare link button in any page you want to share"
  1043. msgstr "puis cliquer sur ✚Shaare depuis un site que vous souhaitez partager"
  1044. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:86
  1045. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:108
  1046. msgid "The selected text is too long, it will be truncated."
  1047. msgstr "Le texte sélectionné est trop long, il sera tronqué."
  1048. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:96
  1049. msgid "Shaare link"
  1050. msgstr "Shaare"
  1051. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:101
  1052. msgid ""
  1053. "Then click ✚Add Note button anytime to start composing a private Note (text "
  1054. "post) to your Shaarli"
  1055. msgstr ""
  1056. "Puis cliquer sur ✚Add Note pour commencer à rédiger une Note sur Shaarli"
  1057. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:117
  1058. msgid "Add Note"
  1059. msgstr "Ajouter une Note"
  1060. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:129
  1061. msgid ""
  1062. "You need to browse your Shaarli over <strong>HTTPS</strong> to use this "
  1063. "functionality."
  1064. msgstr ""
  1065. "Vous devez utiliser Shaarli en <strong>HTTPS</strong> pour utiliser cette "
  1066. "fonctionalité."
  1067. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:134
  1068. msgid "Add to"
  1069. msgstr "Ajouter à"
  1070. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:145
  1071. msgid "3rd party"
  1072. msgstr "Applications tierces"
  1073. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:147
  1074. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:153
  1075. msgid "Plugin"
  1076. msgstr "Extension"
  1077. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:148
  1078. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:154
  1079. msgid "plugin"
  1080. msgstr "extension"
  1081. #: tmp/tools.b91ef64efc3688266305ea9b42e5017e.rtpl.php:175
  1082. msgid ""
  1083. "Drag this link to your bookmarks toolbar, or right-click it and choose "
  1084. "Bookmark This Link"
  1085. msgstr ""
  1086. "Glisser ce lien dans votre barre de favoris ou cliquer droit dessus et « "
  1087. "Ajouter aux favoris »"
  1088. #, fuzzy
  1089. #~| msgid "Change"
  1090. #~ msgid "range"
  1091. #~ msgstr "Changer"
  1092. #, fuzzy
  1093. #~| msgid "Description"
  1094. #~ msgid "Declaration"
  1095. #~ msgstr "Description"
  1096. #, fuzzy
  1097. #~| msgid "for"
  1098. #~ msgid "foo"
  1099. #~ msgstr "pour"
  1100. #~ msgid "Filter links by visibility"
  1101. #~ msgstr "Filtrer les liens par visibilité"
  1102. #~ msgid "Redirector"
  1103. #~ msgstr "Redirecteur"
  1104. #~ msgid "e. g."
  1105. #~ msgstr "ex :"
  1106. #~ msgid "will mask the HTTP_REFERER"
  1107. #~ msgstr "masque le HTTP_REFERER"
  1108. #~ msgid ""
  1109. #~ "An error occurred while parsing JSON configuration file (%s): error code #"
  1110. #~ "%d"
  1111. #~ msgstr ""
  1112. #~ "Une erreur s'est produite lors de la lecture du fichier de configuration "
  1113. #~ "JSON (%s) : code d'erreur #%d"
  1114. #~ msgid ""
  1115. #~ "Please check your JSON syntax (without PHP comment tags) using a JSON "
  1116. #~ "lint tool such as "
  1117. #~ msgstr ""
  1118. #~ "Merci de vérifier la syntaxe JSON (sans les balises de commentaires PHP) "
  1119. #~ "en utilisant un validateur de JSON tel que "
  1120. #~ msgid ""
  1121. #~ "Error: missing Composer dependencies\n"
  1122. #~ "\n"
  1123. #~ "If you installed Shaarli through Git or using the development branch,\n"
  1124. #~ "please refer to the installation documentation to install PHP "
  1125. #~ "dependencies using Composer:\n"
  1126. #~ msgstr ""
  1127. #~ "Erreur : les dépendances Composer sont manquantes\n"
  1128. #~ "\n"
  1129. #~ "Si vous avez installé Shaarli avec Git ou depuis la branche de "
  1130. #~ "développement\n"
  1131. #~ "merci de consulter la documentation d'installation pour installer les "
  1132. #~ "dépendances Composer :\n"
  1133. #~ "\n"
  1134. #~ msgid "Sessions do not seem to work correctly on your server."
  1135. #~ msgstr "Les sessions ne semblent "
  1136. #~ msgid "Tag was renamed in "
  1137. #~ msgstr "Le tag a été renommé dans "
  1138. #, fuzzy
  1139. #~| msgid "My links"
  1140. #~ msgid " links"
  1141. #~ msgstr "Mes liens"
  1142. #, fuzzy
  1143. #~| msgid ""
  1144. #~| "Error: missing Composer configuration\n"
  1145. #~| "\n"
  1146. #~ msgid "Error: missing Composer configuration"
  1147. #~ msgstr ""
  1148. #~ "Erreur : la configuration Composer est manquante\n"
  1149. #~ "\n"
  1150. #, fuzzy
  1151. #~| msgid ""
  1152. #~| "Shaarli could not create the config file. Please make sure Shaarli has "
  1153. #~| "the right to write in the folder is it installed in."
  1154. #~ msgid ""
  1155. #~ "Shaarli could not create the config file. \n"
  1156. #~ " Please make sure Shaarli has the right to write in the "
  1157. #~ "folder is it installed in."
  1158. #~ msgstr ""
  1159. #~ "Shaarli n'a pas pu créer le fichier de configuration. Merci de vérifier "
  1160. #~ "que Shaarli a les droits d'écriture dans le dossier dans lequel il est "
  1161. #~ "installé."
  1162. #, fuzzy
  1163. #~| msgid "Plugin"
  1164. #~ msgid "Plugin \""
  1165. #~ msgstr "Extension"
  1166. #~ msgid "Your PHP version is obsolete!"
  1167. #~ msgstr "Votre version de PHP est obsolète !"
  1168. #~ msgid " Shaarli requires at least PHP "
  1169. #~ msgstr "Shaarli nécessite au moins PHP"