You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

661 lines
26 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * privacy_consent
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 10.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "PO-Revision-Date: 2021-04-22 10:47+0000\n"
  10. "Last-Translator: Logan Gônet <logan.gonet@horanet.com>\n"
  11. "Language-Team: none\n"
  12. "Language: fr\n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: \n"
  16. "Plural-Forms: nplurals=2; plural=n > 1;\n"
  17. "X-Generator: Weblate 4.3.2\n"
  18. #. module: privacy_consent
  19. #: model:mail.template,body_html:privacy_consent.template_consent
  20. msgid ""
  21. "<?xml version=\"1.0\"?>\n"
  22. "<div style=\"background:#F3F5F6;color:#515166;padding:25px 0px;font-family:"
  23. "Arial,Helvetica,sans-serif;font-size:14px;\">\n"
  24. " <table style=\"width:600px;margin:5px auto;\">\n"
  25. " <tbody>\n"
  26. " <tr>\n"
  27. " <td>\n"
  28. " <a href=\"/\">\n"
  29. " <img src=\"/logo\" alt=\"${object."
  30. "activity_id.controller_id.display_name|safe}\" style=\"vertical-align:"
  31. "baseline;max-width:100px;\"/>\n"
  32. " </a>\n"
  33. " </td>\n"
  34. " </tr>\n"
  35. " </tbody>\n"
  36. " </table>\n"
  37. " <table style=\"width:600px;margin:0px auto;background:white;"
  38. "border:1px solid #e1e1e1;\">\n"
  39. " <tbody>\n"
  40. " <tr>\n"
  41. " <td colspan=\"2\" style=\"padding:15px 20px 0px "
  42. "20px; font-size:16px;\">\n"
  43. " <p>\n"
  44. " Hello, ${object.partner_id.name|safe}\n"
  45. " </p>\n"
  46. " <p>\n"
  47. " We contacted you to ask you to give us "
  48. "your explicit consent to include your data in a data processing activity "
  49. "called\n"
  50. " <b>${object.activity_id.display_name|"
  51. "safe}</b>, property of\n"
  52. " <i>${object.activity_id.controller_id."
  53. "display_name|safe}</i>\n"
  54. " </p>\n"
  55. " ${object.description or \"\"}\n"
  56. " <p>\n"
  57. " % if object.state == \"answered\":\n"
  58. " The last time you answered, you\n"
  59. " % elif object.state == \"sent\":\n"
  60. " If you do nothing, we will assume "
  61. "you have\n"
  62. " % endif\n"
  63. "\n"
  64. " % if object.accepted:\n"
  65. " <b>accepted</b>\n"
  66. " % else:\n"
  67. " <b>rejected</b>\n"
  68. " % endif\n"
  69. " such data processing.\n"
  70. " </p>\n"
  71. " <p>\n"
  72. " You can update your preferences below:\n"
  73. " </p>\n"
  74. " </td>\n"
  75. " </tr>\n"
  76. " <tr>\n"
  77. " <td style=\"padding:15px 20px 0px 20px; font-"
  78. "size:16px; text-align:right;\">\n"
  79. " <a href=\"/privacy/consent/accept/\" style="
  80. "\"background-color: #449d44; padding: 12px; font-weight: 12px; text-"
  81. "decoration: none; color: #fff; border-radius: 5px; font-size:16px;\">\n"
  82. " Accept\n"
  83. " </a>\n"
  84. " </td>\n"
  85. " <td style=\"padding:15px 20px 0px 20px; font-"
  86. "size:16px; text-align:left;\">\n"
  87. " <a href=\"/privacy/consent/reject/\" style="
  88. "\"background-color: #d9534f; padding: 12px; font-weight: 12px; text-"
  89. "decoration: none; color: #fff; border-radius: 5px; font-size:16px;\">\n"
  90. " Reject\n"
  91. " </a>\n"
  92. " </td>\n"
  93. " </tr>\n"
  94. " <tr>\n"
  95. " <td colspan=\"2\" style=\"padding:15px 20px 15px "
  96. "20px; font-size:16px;\">\n"
  97. " <p>\n"
  98. " If you need further information, please "
  99. "respond to this email and we will attend your request as soon as possible.\n"
  100. " </p>\n"
  101. " <p>\n"
  102. " Thank you!\n"
  103. " </p>\n"
  104. " </td>\n"
  105. " </tr>\n"
  106. " </tbody>\n"
  107. " </table>\n"
  108. " <table style=\"width:600px;margin:0px auto;text-align:center;"
  109. "\">\n"
  110. " <tbody>\n"
  111. " <tr>\n"
  112. " <td style=\"padding-top:10px;font-size: 12px;"
  113. "\">\n"
  114. " <p>\n"
  115. " Sent by\n"
  116. " <a href=\"/\" style=\"color:#717188;\">"
  117. "${object.activity_id.controller_id.display_name|safe}</a>.\n"
  118. " </p>\n"
  119. " </td>\n"
  120. " </tr>\n"
  121. " </tbody>\n"
  122. " </table>\n"
  123. " </div>\n"
  124. " "
  125. msgstr ""
  126. "<?xml version=\"1.0\"?>\n"
  127. "<div style=\"background:#F3F5F6;color:#515166;padding:25px 0px;font-"
  128. "family:Arial,Helvetica,sans-serif;font-size:14px;\">\n"
  129. " <table style=\"width:600px;margin:5px auto;\">\n"
  130. " <tbody>\n"
  131. " <tr>\n"
  132. " <td>\n"
  133. " <a href=\"/\">\n"
  134. " <img src=\"/logo\" alt=\"${object."
  135. "activity_id.controller_id.display_name|safe}\" style=\"vertical-"
  136. "align:baseline;max-width:100px;\"/>\n"
  137. " </a>\n"
  138. " </td>\n"
  139. " </tr>\n"
  140. " </tbody>\n"
  141. " </table>\n"
  142. " <table style=\"width:600px;margin:0px "
  143. "auto;background:white;border:1px solid #e1e1e1;\">\n"
  144. " <tbody>\n"
  145. " <tr>\n"
  146. " <td colspan=\"2\" style=\"padding:15px 20px 0px "
  147. "20px; font-size:16px;\">\n"
  148. " <p>\n"
  149. " Bonjour, ${object.partner_id.name|safe}\n"
  150. " </p>\n"
  151. " <p>\n"
  152. " Nous vous avons contacté pour vous "
  153. "demander de nous donner votre consentement explicite à inclure vos données "
  154. "dans une activité de traitement de données appelée\n"
  155. " <b>${object.activity_id."
  156. "display_name|safe}</b>, appartenant à \n"
  157. " <i>${object.activity_id.controller_id."
  158. "display_name|safe}</i>\n"
  159. " </p>\n"
  160. " ${object.description or \"\"}\n"
  161. " <p>\n"
  162. " % if object.state == \"answered\":\n"
  163. " La dernière fois vous aviez répondu, "
  164. "vous\n"
  165. " % elif object.state == \"sent\":\n"
  166. " Si vous ne faite rien, nous "
  167. "supposerons que vous avez\n"
  168. " % endif\n"
  169. "\n"
  170. " % if object.accepted:\n"
  171. " <b>accepté</b>\n"
  172. " % else:\n"
  173. " <b>refusé</b>\n"
  174. " % endif\n"
  175. " ce traitement de données.\n"
  176. " </p>\n"
  177. " <p>\n"
  178. " Vous pouvez mettre à jour vos "
  179. "préférences ci-dessous:\n"
  180. " </p>\n"
  181. " </td>\n"
  182. " </tr>\n"
  183. " <tr>\n"
  184. " <td style=\"padding:15px 20px 0px 20px; font-"
  185. "size:16px; text-align:right;\">\n"
  186. " <a href=\"/privacy/consent/accept/\" style"
  187. "=\"background-color: #449d44; padding: 12px; font-weight: 12px; text-"
  188. "decoration: none; color: #fff; border-radius: 5px; font-size:16px;\">\n"
  189. " Accepter\n"
  190. " </a>\n"
  191. " </td>\n"
  192. " <td style=\"padding:15px 20px 0px 20px; font-"
  193. "size:16px; text-align:left;\">\n"
  194. " <a href=\"/privacy/consent/reject/\" style"
  195. "=\"background-color: #d9534f; padding: 12px; font-weight: 12px; text-"
  196. "decoration: none; color: #fff; border-radius: 5px; font-size:16px;\">\n"
  197. " Refuser\n"
  198. " </a>\n"
  199. " </td>\n"
  200. " </tr>\n"
  201. " <tr>\n"
  202. " <td colspan=\"2\" style=\"padding:15px 20px 15px "
  203. "20px; font-size:16px;\">\n"
  204. " <p>\n"
  205. " Si vous avez besoin de plus "
  206. "d'informations, veuillez répondre à cet e-mail et nous répondrons à votre "
  207. "demande dans les plus brefs délais.\n"
  208. " </p>\n"
  209. " <p>\n"
  210. " Merci !\n"
  211. " </p>\n"
  212. " </td>\n"
  213. " </tr>\n"
  214. " </tbody>\n"
  215. " </table>\n"
  216. " <table style=\"width:600px;margin:0px auto;text-align:center;"
  217. "\">\n"
  218. " <tbody>\n"
  219. " <tr>\n"
  220. " <td style=\"padding-top:10px;font-size: 12px;\">"
  221. "\n"
  222. " <p>\n"
  223. " Envoyé par\n"
  224. " <a href=\"/\" style=\"color:#717188;\""
  225. ">${object.activity_id.controller_id.display_name|safe}</a>.\n"
  226. " </p>\n"
  227. " </td>\n"
  228. " </tr>\n"
  229. " </tbody>\n"
  230. " </table>\n"
  231. " </div>\n"
  232. " "
  233. #. module: privacy_consent
  234. #: model:mail.message.subtype,name:privacy_consent.mt_activity_acceptance_changed
  235. msgid "Acceptance Changed"
  236. msgstr "Acceptation Modifiée"
  237. #. module: privacy_consent
  238. #: model:mail.message.subtype,name:privacy_consent.mt_consent_acceptance_changed
  239. msgid "Acceptance Changed by Subject"
  240. msgstr "Acceptation Modifiée par l'intéressé"
  241. #. module: privacy_consent
  242. #: model:mail.message.subtype,description:privacy_consent.mt_consent_acceptance_changed
  243. msgid "Acceptance status updated by subject"
  244. msgstr "Statut d'acceptation modifié par l'intéressé"
  245. #. module: privacy_consent
  246. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_accepted
  247. #: model:ir.ui.view,arch_db:privacy_consent.consent_search
  248. msgid "Accepted"
  249. msgstr "Accepté"
  250. #. module: privacy_consent
  251. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_default_consent
  252. msgid "Accepted by default"
  253. msgstr "Accepté par défaut"
  254. #. module: privacy_consent
  255. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_active
  256. msgid "Active"
  257. msgstr "Actif"
  258. #. module: privacy_consent
  259. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_activity_id
  260. #: model:ir.ui.view,arch_db:privacy_consent.consent_search
  261. msgid "Activity"
  262. msgstr "Traitement"
  263. #. module: privacy_consent
  264. #: selection:privacy.consent,state:0
  265. msgid "Answered"
  266. msgstr "Répondu"
  267. #. module: privacy_consent
  268. #: model:ir.ui.view,arch_db:privacy_consent.consent_search
  269. msgid "Archived"
  270. msgstr "Archivé"
  271. #. module: privacy_consent
  272. #: model:ir.ui.view,arch_db:privacy_consent.consent_form
  273. msgid "Ask for consent"
  274. msgstr "Demander le consentement"
  275. #. module: privacy_consent
  276. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_consent_required
  277. msgid "Ask subjects for consent"
  278. msgstr "Demandé aux intéressés leur consentement"
  279. #. module: privacy_consent
  280. #: selection:privacy.activity,consent_required:0
  281. msgid "Automatically"
  282. msgstr "Automatiquement"
  283. #. module: privacy_consent
  284. #: selection:privacy.consent,state:0
  285. msgid "Awaiting response"
  286. msgstr "Attente d'une réponse"
  287. #. module: privacy_consent
  288. #: model:ir.ui.view,arch_db:privacy_consent.activity_form
  289. msgid "Consent"
  290. msgstr "Consentement"
  291. #. module: privacy_consent
  292. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_consent_template_default_body_html
  293. msgid "Consent Template Default Body Html"
  294. msgstr "Modèle de corps HTML par défaut pour un consentement"
  295. #. module: privacy_consent
  296. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_consent_template_default_subject
  297. msgid "Consent Template Default Subject"
  298. msgstr ""
  299. #. module: privacy_consent
  300. #: model:ir.model,name:privacy_consent.model_privacy_consent
  301. msgid "Consent of data processing"
  302. msgstr "Consentement au traitement des données"
  303. #. module: privacy_consent
  304. #: model:ir.actions.act_window,name:privacy_consent.consent_action
  305. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_consent_count
  306. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_consent_ids
  307. #: model:ir.model.fields,field_description:privacy_consent.field_res_partner_privacy_consent_count
  308. #: model:ir.model.fields,field_description:privacy_consent.field_res_users_privacy_consent_count
  309. #: model:ir.ui.menu,name:privacy_consent.menu_privacy_consent
  310. msgid "Consents"
  311. msgstr "Consentements"
  312. #. module: privacy_consent
  313. #: model:ir.model,name:privacy_consent.model_res_partner
  314. msgid "Contact"
  315. msgstr "Contact"
  316. #. module: privacy_consent
  317. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_create_uid
  318. msgid "Created by"
  319. msgstr "Créé par"
  320. #. module: privacy_consent
  321. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_create_date
  322. msgid "Created on"
  323. msgstr "Créé le"
  324. #. module: privacy_consent
  325. #: model:ir.model,name:privacy_consent.model_privacy_activity
  326. msgid "Data processing activities"
  327. msgstr "Traitements des données personnelles"
  328. #. module: privacy_consent
  329. #: model:mail.template,subject:privacy_consent.template_consent
  330. msgid ""
  331. "Data processing consent request for ${object.activity_id.display_name|safe}"
  332. msgstr ""
  333. "Demande de consentement pour le traitement de ${object.activity_id."
  334. "display_name|safe}"
  335. #. module: privacy_consent
  336. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_display_name
  337. msgid "Display Name"
  338. msgstr "Nom à afficher"
  339. #. module: privacy_consent
  340. #: selection:privacy.consent,state:0
  341. msgid "Draft"
  342. msgstr "Brouillon"
  343. #. module: privacy_consent
  344. #: sql_constraint:privacy.consent:0
  345. msgid "Duplicated partner in this data processing activity"
  346. msgstr "Partenaire dupliqué dans ce traitement de donnés"
  347. #. module: privacy_consent
  348. #: model:ir.model,name:privacy_consent.model_mail_template
  349. msgid "Email Templates"
  350. msgstr "Modèles d'emails"
  351. #. module: privacy_consent
  352. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_consent_template_id
  353. msgid "Email template"
  354. msgstr "Modèle de courriel"
  355. #. module: privacy_consent
  356. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity_consent_template_id
  357. msgid ""
  358. "Email to be sent to subjects to ask for consent. A good template should "
  359. "include details about the current consent request status, how to change it, "
  360. "and where to get more information."
  361. msgstr ""
  362. "Courriel qui va être envoyé aux intéressés afin de leur demander leur "
  363. "consentement. Un bon modèle doit inclure des informations le statut actuel "
  364. "du consentement, comment le changer et où peu t'il avoir davantage "
  365. "d'information."
  366. #. module: privacy_consent
  367. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity_consent_required
  368. msgid ""
  369. "Enable if you need to track any kind of consent from the affected subjects"
  370. msgstr ""
  371. "Activer si vous avez besoin de suivre tout type de consentement des "
  372. "intéressés"
  373. #. module: privacy_consent
  374. #: model:ir.ui.view,arch_db:privacy_consent.activity_form
  375. msgid "Generate and enqueue missing consent requests"
  376. msgstr ""
  377. "Générer et mettre en file d'attente les demandes de consentement manquant"
  378. #. module: privacy_consent
  379. #: model:ir.ui.view,arch_db:privacy_consent.activity_form
  380. msgid "Generate missing draft consent requests"
  381. msgstr "Générer des brouillons de demandes de consentement manquants"
  382. #. module: privacy_consent
  383. #: code:addons/privacy_consent/models/privacy_activity.py:138
  384. #, python-format
  385. msgid "Generated consents"
  386. msgstr "Consentements générés"
  387. #. module: privacy_consent
  388. #: model:ir.ui.view,arch_db:privacy_consent.consent_search
  389. msgid "Group By"
  390. msgstr "Regrouper par"
  391. #. module: privacy_consent
  392. #: model:ir.ui.view,arch_db:privacy_consent.form
  393. msgid "Hello,"
  394. msgstr "Bonjour,"
  395. #. module: privacy_consent
  396. #: model:ir.ui.view,arch_db:privacy_consent.form
  397. msgid "I <b>accept</b> this processing of my data"
  398. msgstr "J' <b>accepte</b> ce traitement de mes données"
  399. #. module: privacy_consent
  400. #: model:ir.ui.view,arch_db:privacy_consent.form
  401. msgid "I <b>reject</b> this processing of my data"
  402. msgstr "Je <b>refuse</b> ce traitement de mes données"
  403. #. module: privacy_consent
  404. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_id
  405. msgid "ID"
  406. msgstr "ID"
  407. #. module: privacy_consent
  408. #: model:ir.ui.view,arch_db:privacy_consent.form
  409. msgid "If it was a mistake, you can undo it here:"
  410. msgstr "Si c'était une erreur, vous pouvez l'annule :"
  411. #. module: privacy_consent
  412. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent_accepted
  413. msgid ""
  414. "Indicates current acceptance status, which can come from subject's last "
  415. "answer, or from the default specified in the related data processing "
  416. "activity."
  417. msgstr ""
  418. "Indique l'état d'acceptation actuel, qui peut provenir de la dernière "
  419. "réponse de l'intéressé ou de la valeur par défaut spécifiée dans le "
  420. "traitement des données associée."
  421. #. module: privacy_consent
  422. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_last_metadata
  423. msgid "Last Metadata"
  424. msgstr "Dernières méta-données"
  425. #. module: privacy_consent
  426. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent___last_update
  427. msgid "Last Modified on"
  428. msgstr "Dernière modification le"
  429. #. module: privacy_consent
  430. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_write_uid
  431. msgid "Last Updated by"
  432. msgstr "Dernière mise à jour par"
  433. #. module: privacy_consent
  434. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_write_date
  435. msgid "Last Updated on"
  436. msgstr "Dernière mise à jour le"
  437. #. module: privacy_consent
  438. #: selection:privacy.activity,consent_required:0
  439. msgid "Manually"
  440. msgstr "Manuellement"
  441. #. module: privacy_consent
  442. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent_last_metadata
  443. msgid "Metadata from the last acceptance or rejection by the subject"
  444. msgstr "Métadonnées de la dernière acceptation ou refus par l'intéressé"
  445. #. module: privacy_consent
  446. #: code:addons/privacy_consent/models/mail_template.py:24
  447. #, python-format
  448. msgid ""
  449. "Missing privacy consent link placeholders. You need at least these two "
  450. "links:\n"
  451. "<a href=\"%s\">Accept</a>\n"
  452. "<a href=\"%s\">Reject</a>"
  453. msgstr ""
  454. "Variable manquantes pour les liens de consentement. Vous avez besoin d'au "
  455. "moins ces deux liens:\n"
  456. "<a href=\"%s\">Accepter</a>\n"
  457. "<a href=\"%s\">Refuser</a>"
  458. #. module: privacy_consent
  459. #: model:mail.message.subtype,name:privacy_consent.mt_activity_consent_new
  460. #: model:mail.message.subtype,name:privacy_consent.mt_consent_consent_new
  461. msgid "New Consent"
  462. msgstr "Nouveau Consentement"
  463. #. module: privacy_consent
  464. #: model:ir.model,name:privacy_consent.model_mail_mail
  465. msgid "Outgoing Mails"
  466. msgstr "Emails Sortants"
  467. #. module: privacy_consent
  468. #: model:mail.message.subtype,description:privacy_consent.mt_activity_acceptance_changed
  469. msgid "Privacy consent request acceptance status changed"
  470. msgstr "Statut d'acceptation du consentement modifié"
  471. #. module: privacy_consent
  472. #: model:mail.message.subtype,description:privacy_consent.mt_activity_consent_new
  473. #: model:mail.message.subtype,description:privacy_consent.mt_consent_consent_new
  474. msgid "Privacy consent request created"
  475. msgstr "Demande de consentement créé"
  476. #. module: privacy_consent
  477. #: model:mail.message.subtype,description:privacy_consent.mt_activity_state_changed
  478. #: model:mail.message.subtype,description:privacy_consent.mt_consent_state_changed
  479. msgid "Privacy consent request state changed"
  480. msgstr "État du consentement modifié"
  481. #. module: privacy_consent
  482. #: model:ir.model.fields,help:privacy_consent.field_res_partner_privacy_consent_count
  483. #: model:ir.model.fields,help:privacy_consent.field_res_users_privacy_consent_count
  484. msgid "Privacy consent requests amount"
  485. msgstr "Nombre de demande de consentement"
  486. #. module: privacy_consent
  487. #: model:ir.model.fields,field_description:privacy_consent.field_res_partner_privacy_consent_ids
  488. #: model:ir.model.fields,field_description:privacy_consent.field_res_users_privacy_consent_ids
  489. msgid "Privacy consents"
  490. msgstr "Consentement à la protection des données"
  491. #. module: privacy_consent
  492. #: model:ir.actions.server,name:privacy_consent.cron_auto_consent_ir_actions_server
  493. #: model:ir.cron,cron_name:privacy_consent.cron_auto_consent
  494. #: model:ir.cron,name:privacy_consent.cron_auto_consent
  495. msgid "Request automatic data processing consents"
  496. msgstr "Demander des autorisations de traitement automatique des données"
  497. #. module: privacy_consent
  498. #: code:addons/privacy_consent/models/privacy_activity.py:99
  499. #, python-format
  500. msgid "Require consent is available only for subjects in current database."
  501. msgstr ""
  502. "L'exigence de consentement n'est disponible que pour les intéressés de la "
  503. "base de données actuelle."
  504. #. module: privacy_consent
  505. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity_server_action_id
  506. msgid ""
  507. "Run this action when a new consent request is created or its acceptance "
  508. "status is updated."
  509. msgstr ""
  510. "Exécutez cette action lorsqu'une nouvelle demande de consentement est créée "
  511. "ou que son statut d'acceptation est mis à jour."
  512. #. module: privacy_consent
  513. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_server_action_id
  514. msgid "Server action"
  515. msgstr "Action du serveur"
  516. #. module: privacy_consent
  517. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity_default_consent
  518. msgid "Should we assume the subject has accepted if we receive no response?"
  519. msgstr ""
  520. "Doit-on supposer que le sujet a accepté si nous ne recevons aucune réponse?"
  521. #. module: privacy_consent
  522. #: model:ir.ui.view,arch_db:privacy_consent.form
  523. msgid "Sincerely,<br/>"
  524. msgstr "Sincèrement,<br/>"
  525. #. module: privacy_consent
  526. #: code:addons/privacy_consent/models/privacy_activity.py:91
  527. #, python-format
  528. msgid "Specify a mail template to ask automated consent."
  529. msgstr ""
  530. "Spécifiez un modèle de courriel électronique pour demander un consentement "
  531. "automatisé."
  532. #. module: privacy_consent
  533. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_state
  534. #: model:ir.ui.view,arch_db:privacy_consent.consent_search
  535. msgid "State"
  536. msgstr "État"
  537. #. module: privacy_consent
  538. #: model:mail.message.subtype,name:privacy_consent.mt_activity_state_changed
  539. #: model:mail.message.subtype,name:privacy_consent.mt_consent_state_changed
  540. msgid "State Changed"
  541. msgstr "État modifié"
  542. #. module: privacy_consent
  543. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_partner_id
  544. msgid "Subject"
  545. msgstr "Intéressé"
  546. #. module: privacy_consent
  547. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent_partner_id
  548. msgid "Subject asked for consent."
  549. msgstr "L'intéressé questionné sur son consentement."
  550. #. module: privacy_consent
  551. #: model:ir.ui.view,arch_db:privacy_consent.form
  552. msgid "Thank you!"
  553. msgstr "Merci !"
  554. #. module: privacy_consent
  555. #: model:ir.ui.view,arch_db:privacy_consent.form
  556. msgid "Thanks for your response."
  557. msgstr "Merci pour votre réponse."
  558. #. module: privacy_consent
  559. #: model:ir.ui.view,arch_db:privacy_consent.activity_form
  560. msgid "This could enqueue many consent emails, are you sure to proceed?"
  561. msgstr ""
  562. "Cela peut mettre plusieurs courriels de consentement dans la file d'attente, "
  563. "êtes-vous sûr de vouloir continuer ?"
  564. #. module: privacy_consent
  565. #: model:ir.actions.server,name:privacy_consent.update_opt_out
  566. msgid "Update partner's opt out"
  567. msgstr "Mettre à jour l'exclusion des partenaires"
  568. #. module: privacy_consent
  569. #: model:ir.ui.view,arch_db:privacy_consent.form
  570. msgid ""
  571. "We asked you to authorize us to process your data in this data processing "
  572. "activity:"
  573. msgstr ""
  574. "Nous vous avons demandé de nous autoriser à traiter vos données dans cette "
  575. "activité de traitement de données:"
  576. #. module: privacy_consent
  577. #: model:ir.ui.view,arch_db:privacy_consent.form
  578. msgid "We have recorded this action on your side."
  579. msgstr "Nous avons enregistré cette action pour vous."
  580. #. module: privacy_consent
  581. #: model:ir.ui.view,arch_db:privacy_consent.form
  582. msgid "You have <b class=\"text-danger\">rejected</b> such processing."
  583. msgstr "Vous avez <b class=\"text-danger\">refusé</b> ce traitement."
  584. #. module: privacy_consent
  585. #: model:ir.ui.view,arch_db:privacy_consent.form
  586. msgid "You have <b class=\"text-success\">accepted</b> such processing."
  587. msgstr "Vous avez <b class=\"text-success\">accepté</b> ce traitement."