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.

527 lines
18 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-06 12:46+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. #. module: privacy_consent
  127. #: model:mail.message.subtype,name:privacy_consent.mt_activity_acceptance_changed
  128. msgid "Acceptance Changed"
  129. msgstr ""
  130. #. module: privacy_consent
  131. #: model:mail.message.subtype,name:privacy_consent.mt_consent_acceptance_changed
  132. msgid "Acceptance Changed by Subject"
  133. msgstr ""
  134. #. module: privacy_consent
  135. #: model:mail.message.subtype,description:privacy_consent.mt_consent_acceptance_changed
  136. msgid "Acceptance status updated by subject"
  137. msgstr ""
  138. #. module: privacy_consent
  139. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_accepted
  140. #: model:ir.ui.view,arch_db:privacy_consent.consent_search
  141. msgid "Accepted"
  142. msgstr ""
  143. #. module: privacy_consent
  144. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_default_consent
  145. msgid "Accepted by default"
  146. msgstr ""
  147. #. module: privacy_consent
  148. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_active
  149. msgid "Active"
  150. msgstr ""
  151. #. module: privacy_consent
  152. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_activity_id
  153. #: model:ir.ui.view,arch_db:privacy_consent.consent_search
  154. msgid "Activity"
  155. msgstr ""
  156. #. module: privacy_consent
  157. #: selection:privacy.consent,state:0
  158. msgid "Answered"
  159. msgstr ""
  160. #. module: privacy_consent
  161. #: model:ir.ui.view,arch_db:privacy_consent.consent_search
  162. msgid "Archived"
  163. msgstr ""
  164. #. module: privacy_consent
  165. #: model:ir.ui.view,arch_db:privacy_consent.consent_form
  166. msgid "Ask for consent"
  167. msgstr ""
  168. #. module: privacy_consent
  169. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_consent_required
  170. msgid "Ask subjects for consent"
  171. msgstr ""
  172. #. module: privacy_consent
  173. #: selection:privacy.activity,consent_required:0
  174. msgid "Automatically"
  175. msgstr ""
  176. #. module: privacy_consent
  177. #: selection:privacy.consent,state:0
  178. msgid "Awaiting response"
  179. msgstr ""
  180. #. module: privacy_consent
  181. #: model:ir.ui.view,arch_db:privacy_consent.activity_form
  182. msgid "Consent"
  183. msgstr ""
  184. #. module: privacy_consent
  185. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_consent_template_default_body_html
  186. msgid "Consent Template Default Body Html"
  187. msgstr ""
  188. #. module: privacy_consent
  189. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_consent_template_default_subject
  190. msgid "Consent Template Default Subject"
  191. msgstr ""
  192. #. module: privacy_consent
  193. #: model:ir.model,name:privacy_consent.model_privacy_consent
  194. msgid "Consent of data processing"
  195. msgstr ""
  196. #. module: privacy_consent
  197. #: model:ir.actions.act_window,name:privacy_consent.consent_action
  198. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_consent_count
  199. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_consent_ids
  200. #: model:ir.model.fields,field_description:privacy_consent.field_res_partner_privacy_consent_count
  201. #: model:ir.model.fields,field_description:privacy_consent.field_res_users_privacy_consent_count
  202. #: model:ir.ui.menu,name:privacy_consent.menu_privacy_consent
  203. msgid "Consents"
  204. msgstr ""
  205. #. module: privacy_consent
  206. #: model:ir.model,name:privacy_consent.model_res_partner
  207. msgid "Contact"
  208. msgstr ""
  209. #. module: privacy_consent
  210. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_create_uid
  211. msgid "Created by"
  212. msgstr ""
  213. #. module: privacy_consent
  214. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_create_date
  215. msgid "Created on"
  216. msgstr ""
  217. #. module: privacy_consent
  218. #: model:ir.model,name:privacy_consent.model_privacy_activity
  219. msgid "Data processing activities"
  220. msgstr ""
  221. #. module: privacy_consent
  222. #: model:mail.template,subject:privacy_consent.template_consent
  223. msgid ""
  224. "Data processing consent request for ${object.activity_id.display_name|safe}"
  225. msgstr ""
  226. #. module: privacy_consent
  227. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_display_name
  228. msgid "Display Name"
  229. msgstr ""
  230. #. module: privacy_consent
  231. #: selection:privacy.consent,state:0
  232. msgid "Draft"
  233. msgstr ""
  234. #. module: privacy_consent
  235. #: sql_constraint:privacy.consent:0
  236. msgid "Duplicated partner in this data processing activity"
  237. msgstr ""
  238. #. module: privacy_consent
  239. #: model:ir.model,name:privacy_consent.model_mail_template
  240. msgid "Email Templates"
  241. msgstr ""
  242. #. module: privacy_consent
  243. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_consent_template_id
  244. msgid "Email template"
  245. msgstr ""
  246. #. module: privacy_consent
  247. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity_consent_template_id
  248. msgid ""
  249. "Email to be sent to subjects to ask for consent. A good template should "
  250. "include details about the current consent request status, how to change it, "
  251. "and where to get more information."
  252. msgstr ""
  253. #. module: privacy_consent
  254. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity_consent_required
  255. msgid ""
  256. "Enable if you need to track any kind of consent from the affected subjects"
  257. msgstr ""
  258. #. module: privacy_consent
  259. #: model:ir.ui.view,arch_db:privacy_consent.activity_form
  260. msgid "Generate and enqueue missing consent requests"
  261. msgstr ""
  262. #. module: privacy_consent
  263. #: model:ir.ui.view,arch_db:privacy_consent.activity_form
  264. msgid "Generate missing draft consent requests"
  265. msgstr ""
  266. #. module: privacy_consent
  267. #: code:addons/privacy_consent/models/privacy_activity.py:138
  268. #, python-format
  269. msgid "Generated consents"
  270. msgstr ""
  271. #. module: privacy_consent
  272. #: model:ir.ui.view,arch_db:privacy_consent.consent_search
  273. msgid "Group By"
  274. msgstr ""
  275. #. module: privacy_consent
  276. #: model:ir.ui.view,arch_db:privacy_consent.form
  277. msgid "Hello,"
  278. msgstr ""
  279. #. module: privacy_consent
  280. #: model:ir.ui.view,arch_db:privacy_consent.form
  281. msgid "I <b>accept</b> this processing of my data"
  282. msgstr ""
  283. #. module: privacy_consent
  284. #: model:ir.ui.view,arch_db:privacy_consent.form
  285. msgid "I <b>reject</b> this processing of my data"
  286. msgstr ""
  287. #. module: privacy_consent
  288. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_id
  289. msgid "ID"
  290. msgstr ""
  291. #. module: privacy_consent
  292. #: model:ir.ui.view,arch_db:privacy_consent.form
  293. msgid "If it was a mistake, you can undo it here:"
  294. msgstr ""
  295. #. module: privacy_consent
  296. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent_accepted
  297. msgid ""
  298. "Indicates current acceptance status, which can come from subject's last "
  299. "answer, or from the default specified in the related data processing "
  300. "activity."
  301. msgstr ""
  302. #. module: privacy_consent
  303. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_last_metadata
  304. msgid "Last Metadata"
  305. msgstr ""
  306. #. module: privacy_consent
  307. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent___last_update
  308. msgid "Last Modified on"
  309. msgstr ""
  310. #. module: privacy_consent
  311. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_write_uid
  312. msgid "Last Updated by"
  313. msgstr ""
  314. #. module: privacy_consent
  315. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_write_date
  316. msgid "Last Updated on"
  317. msgstr ""
  318. #. module: privacy_consent
  319. #: selection:privacy.activity,consent_required:0
  320. msgid "Manually"
  321. msgstr ""
  322. #. module: privacy_consent
  323. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent_last_metadata
  324. msgid "Metadata from the last acceptance or rejection by the subject"
  325. msgstr ""
  326. #. module: privacy_consent
  327. #: code:addons/privacy_consent/models/mail_template.py:24
  328. #, python-format
  329. msgid ""
  330. "Missing privacy consent link placeholders. You need at least these two "
  331. "links:\n"
  332. "<a href=\"%s\">Accept</a>\n"
  333. "<a href=\"%s\">Reject</a>"
  334. msgstr ""
  335. #. module: privacy_consent
  336. #: model:mail.message.subtype,name:privacy_consent.mt_activity_consent_new
  337. #: model:mail.message.subtype,name:privacy_consent.mt_consent_consent_new
  338. msgid "New Consent"
  339. msgstr ""
  340. #. module: privacy_consent
  341. #: model:ir.model,name:privacy_consent.model_mail_mail
  342. msgid "Outgoing Mails"
  343. msgstr ""
  344. #. module: privacy_consent
  345. #: model:mail.message.subtype,description:privacy_consent.mt_activity_acceptance_changed
  346. msgid "Privacy consent request acceptance status changed"
  347. msgstr ""
  348. #. module: privacy_consent
  349. #: model:mail.message.subtype,description:privacy_consent.mt_activity_consent_new
  350. #: model:mail.message.subtype,description:privacy_consent.mt_consent_consent_new
  351. msgid "Privacy consent request created"
  352. msgstr ""
  353. #. module: privacy_consent
  354. #: model:mail.message.subtype,description:privacy_consent.mt_activity_state_changed
  355. #: model:mail.message.subtype,description:privacy_consent.mt_consent_state_changed
  356. msgid "Privacy consent request state changed"
  357. msgstr ""
  358. #. module: privacy_consent
  359. #: model:ir.model.fields,help:privacy_consent.field_res_partner_privacy_consent_count
  360. #: model:ir.model.fields,help:privacy_consent.field_res_users_privacy_consent_count
  361. msgid "Privacy consent requests amount"
  362. msgstr ""
  363. #. module: privacy_consent
  364. #: model:ir.model.fields,field_description:privacy_consent.field_res_partner_privacy_consent_ids
  365. #: model:ir.model.fields,field_description:privacy_consent.field_res_users_privacy_consent_ids
  366. msgid "Privacy consents"
  367. msgstr ""
  368. #. module: privacy_consent
  369. #: model:ir.actions.server,name:privacy_consent.cron_auto_consent_ir_actions_server
  370. #: model:ir.cron,cron_name:privacy_consent.cron_auto_consent
  371. #: model:ir.cron,name:privacy_consent.cron_auto_consent
  372. msgid "Request automatic data processing consents"
  373. msgstr ""
  374. #. module: privacy_consent
  375. #: code:addons/privacy_consent/models/privacy_activity.py:99
  376. #, python-format
  377. msgid "Require consent is available only for subjects in current database."
  378. msgstr ""
  379. #. module: privacy_consent
  380. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity_server_action_id
  381. msgid ""
  382. "Run this action when a new consent request is created or its acceptance "
  383. "status is updated."
  384. msgstr ""
  385. #. module: privacy_consent
  386. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_server_action_id
  387. msgid "Server action"
  388. msgstr ""
  389. #. module: privacy_consent
  390. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity_default_consent
  391. msgid "Should we assume the subject has accepted if we receive no response?"
  392. msgstr ""
  393. #. module: privacy_consent
  394. #: model:ir.ui.view,arch_db:privacy_consent.form
  395. msgid "Sincerely,<br/>"
  396. msgstr ""
  397. #. module: privacy_consent
  398. #: code:addons/privacy_consent/models/privacy_activity.py:91
  399. #, python-format
  400. msgid "Specify a mail template to ask automated consent."
  401. msgstr ""
  402. #. module: privacy_consent
  403. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_state
  404. #: model:ir.ui.view,arch_db:privacy_consent.consent_search
  405. msgid "State"
  406. msgstr ""
  407. #. module: privacy_consent
  408. #: model:mail.message.subtype,name:privacy_consent.mt_activity_state_changed
  409. #: model:mail.message.subtype,name:privacy_consent.mt_consent_state_changed
  410. msgid "State Changed"
  411. msgstr ""
  412. #. module: privacy_consent
  413. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_partner_id
  414. msgid "Subject"
  415. msgstr ""
  416. #. module: privacy_consent
  417. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent_partner_id
  418. msgid "Subject asked for consent."
  419. msgstr ""
  420. #. module: privacy_consent
  421. #: model:ir.ui.view,arch_db:privacy_consent.form
  422. msgid "Thank you!"
  423. msgstr ""
  424. #. module: privacy_consent
  425. #: model:ir.ui.view,arch_db:privacy_consent.form
  426. msgid "Thanks for your response."
  427. msgstr ""
  428. #. module: privacy_consent
  429. #: model:ir.ui.view,arch_db:privacy_consent.activity_form
  430. msgid "This could enqueue many consent emails, are you sure to proceed?"
  431. msgstr ""
  432. #. module: privacy_consent
  433. #: model:ir.actions.server,name:privacy_consent.update_opt_out
  434. msgid "Update partner's opt out"
  435. msgstr ""
  436. #. module: privacy_consent
  437. #: model:ir.ui.view,arch_db:privacy_consent.form
  438. msgid ""
  439. "We asked you to authorize us to process your data in this data processing "
  440. "activity:"
  441. msgstr ""
  442. #. module: privacy_consent
  443. #: model:ir.ui.view,arch_db:privacy_consent.form
  444. msgid "We have recorded this action on your side."
  445. msgstr ""
  446. #. module: privacy_consent
  447. #: model:ir.ui.view,arch_db:privacy_consent.form
  448. msgid "You have <b class=\"text-danger\">rejected</b> such processing."
  449. msgstr "Vous avez <b class=\"text-danger\">refusé</b> ce traitement."
  450. #. module: privacy_consent
  451. #: model:ir.ui.view,arch_db:privacy_consent.form
  452. msgid "You have <b class=\"text-success\">accepted</b> such processing."
  453. msgstr ""