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.

624 lines
21 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. "Last-Translator: Automatically generated\n"
  10. "Language-Team: none\n"
  11. "Language: fr\n"
  12. "MIME-Version: 1.0\n"
  13. "Content-Type: text/plain; charset=UTF-8\n"
  14. "Content-Transfer-Encoding: \n"
  15. "Plural-Forms: nplurals=2; plural=n > 1;\n"
  16. #. module: privacy_consent
  17. #: model:mail.template,body_html:privacy_consent.template_consent
  18. msgid ""
  19. "<?xml version=\"1.0\"?>\n"
  20. "<div style=\"background:#F3F5F6;color:#515166;padding:25px 0px;font-family:"
  21. "Arial,Helvetica,sans-serif;font-size:14px;\">\n"
  22. " <table style=\"width:600px;margin:5px auto;\">\n"
  23. " <tbody>\n"
  24. " <tr>\n"
  25. " <td>\n"
  26. " <a href=\"/\">\n"
  27. " <img src=\"/logo\" alt=\"${object."
  28. "activity_id.controller_id.display_name|safe}\" style=\"vertical-align:"
  29. "baseline;max-width:100px;\"/>\n"
  30. " </a>\n"
  31. " </td>\n"
  32. " </tr>\n"
  33. " </tbody>\n"
  34. " </table>\n"
  35. " <table style=\"width:600px;margin:0px auto;background:white;"
  36. "border:1px solid #e1e1e1;\">\n"
  37. " <tbody>\n"
  38. " <tr>\n"
  39. " <td colspan=\"2\" style=\"padding:15px 20px 0px "
  40. "20px; font-size:16px;\">\n"
  41. " <p>\n"
  42. " Hello, ${object.partner_id.name|safe}\n"
  43. " </p>\n"
  44. " <p>\n"
  45. " We contacted you to ask you to give us "
  46. "your explicit consent to include your data in a data processing activity "
  47. "called\n"
  48. " <b>${object.activity_id.display_name|"
  49. "safe}</b>, property of\n"
  50. " <i>${object.activity_id.controller_id."
  51. "display_name|safe}</i>\n"
  52. " </p>\n"
  53. " ${object.description or \"\"}\n"
  54. " <p>\n"
  55. " % if object.state == \"answered\":\n"
  56. " The last time you answered, you\n"
  57. " % elif object.state == \"sent\":\n"
  58. " If you do nothing, we will assume "
  59. "you have\n"
  60. " % endif\n"
  61. "\n"
  62. " % if object.accepted:\n"
  63. " <b>accepted</b>\n"
  64. " % else:\n"
  65. " <b>rejected</b>\n"
  66. " % endif\n"
  67. " such data processing.\n"
  68. " </p>\n"
  69. " <p>\n"
  70. " You can update your preferences below:\n"
  71. " </p>\n"
  72. " </td>\n"
  73. " </tr>\n"
  74. " <tr>\n"
  75. " <td style=\"padding:15px 20px 0px 20px; font-"
  76. "size:16px; text-align:right;\">\n"
  77. " <a href=\"/privacy/consent/accept/\" style="
  78. "\"background-color: #449d44; padding: 12px; font-weight: 12px; text-"
  79. "decoration: none; color: #fff; border-radius: 5px; font-size:16px;\">\n"
  80. " Accept\n"
  81. " </a>\n"
  82. " </td>\n"
  83. " <td style=\"padding:15px 20px 0px 20px; font-"
  84. "size:16px; text-align:left;\">\n"
  85. " <a href=\"/privacy/consent/reject/\" style="
  86. "\"background-color: #d9534f; padding: 12px; font-weight: 12px; text-"
  87. "decoration: none; color: #fff; border-radius: 5px; font-size:16px;\">\n"
  88. " Reject\n"
  89. " </a>\n"
  90. " </td>\n"
  91. " </tr>\n"
  92. " <tr>\n"
  93. " <td colspan=\"2\" style=\"padding:15px 20px 15px "
  94. "20px; font-size:16px;\">\n"
  95. " <p>\n"
  96. " If you need further information, please "
  97. "respond to this email and we will attend your request as soon as possible.\n"
  98. " </p>\n"
  99. " <p>\n"
  100. " Thank you!\n"
  101. " </p>\n"
  102. " </td>\n"
  103. " </tr>\n"
  104. " </tbody>\n"
  105. " </table>\n"
  106. " <table style=\"width:600px;margin:0px auto;text-align:center;"
  107. "\">\n"
  108. " <tbody>\n"
  109. " <tr>\n"
  110. " <td style=\"padding-top:10px;font-size: 12px;"
  111. "\">\n"
  112. " <p>\n"
  113. " Sent by\n"
  114. " <a href=\"/\" style=\"color:#717188;\">"
  115. "${object.activity_id.controller_id.display_name|safe}</a>.\n"
  116. " </p>\n"
  117. " </td>\n"
  118. " </tr>\n"
  119. " </tbody>\n"
  120. " </table>\n"
  121. " </div>\n"
  122. " "
  123. msgstr ""
  124. #. module: privacy_consent
  125. #: model:mail.message.subtype,name:privacy_consent.mt_activity_acceptance_changed
  126. msgid "Acceptance Changed"
  127. msgstr ""
  128. #. module: privacy_consent
  129. #: model:mail.message.subtype,name:privacy_consent.mt_consent_acceptance_changed
  130. msgid "Acceptance Changed by Subject"
  131. msgstr ""
  132. #. module: privacy_consent
  133. #: model:mail.message.subtype,description:privacy_consent.mt_consent_acceptance_changed
  134. msgid "Acceptance status updated by subject"
  135. msgstr ""
  136. #. module: privacy_consent
  137. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__accepted
  138. #: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
  139. msgid "Accepted"
  140. msgstr ""
  141. #. module: privacy_consent
  142. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__default_consent
  143. msgid "Accepted by default"
  144. msgstr ""
  145. #. module: privacy_consent
  146. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_needaction
  147. msgid "Action Needed"
  148. msgstr ""
  149. #. module: privacy_consent
  150. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__active
  151. msgid "Active"
  152. msgstr ""
  153. #. module: privacy_consent
  154. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__activity_id
  155. #: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
  156. msgid "Activity"
  157. msgstr ""
  158. #. module: privacy_consent
  159. #: selection:privacy.consent,state:0
  160. msgid "Answered"
  161. msgstr ""
  162. #. module: privacy_consent
  163. #: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
  164. msgid "Archived"
  165. msgstr ""
  166. #. module: privacy_consent
  167. #: model_terms:ir.ui.view,arch_db:privacy_consent.consent_form
  168. msgid "Ask for consent"
  169. msgstr ""
  170. #. module: privacy_consent
  171. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_required
  172. msgid "Ask subjects for consent"
  173. msgstr ""
  174. #. module: privacy_consent
  175. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_attachment_count
  176. msgid "Attachment Count"
  177. msgstr ""
  178. #. module: privacy_consent
  179. #: selection:privacy.activity,consent_required:0
  180. msgid "Automatically"
  181. msgstr ""
  182. #. module: privacy_consent
  183. #: selection:privacy.consent,state:0
  184. msgid "Awaiting response"
  185. msgstr ""
  186. #. module: privacy_consent
  187. #: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
  188. msgid "Consent"
  189. msgstr ""
  190. #. module: privacy_consent
  191. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_default_body_html
  192. msgid "Consent Template Default Body Html"
  193. msgstr ""
  194. #. module: privacy_consent
  195. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_default_subject
  196. msgid "Consent Template Default Subject"
  197. msgstr ""
  198. #. module: privacy_consent
  199. #: model:ir.model,name:privacy_consent.model_privacy_consent
  200. msgid "Consent of data processing"
  201. msgstr ""
  202. #. module: privacy_consent
  203. #: model:ir.actions.act_window,name:privacy_consent.consent_action
  204. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_ids
  205. #: model:ir.model.fields,field_description:privacy_consent.field_res_partner__privacy_consent_count
  206. #: model:ir.model.fields,field_description:privacy_consent.field_res_users__privacy_consent_count
  207. #: model:ir.ui.menu,name:privacy_consent.menu_privacy_consent
  208. msgid "Consents"
  209. msgstr ""
  210. #. module: privacy_consent
  211. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_count
  212. msgid "Consents count"
  213. msgstr ""
  214. #. module: privacy_consent
  215. #: model:ir.model,name:privacy_consent.model_res_partner
  216. msgid "Contact"
  217. msgstr ""
  218. #. module: privacy_consent
  219. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__create_uid
  220. msgid "Created by"
  221. msgstr ""
  222. #. module: privacy_consent
  223. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__create_date
  224. msgid "Created on"
  225. msgstr ""
  226. #. module: privacy_consent
  227. #: model:ir.model,name:privacy_consent.model_privacy_activity
  228. msgid "Data processing activities"
  229. msgstr ""
  230. #. module: privacy_consent
  231. #: model:mail.template,subject:privacy_consent.template_consent
  232. msgid ""
  233. "Data processing consent request for ${object.activity_id.display_name|safe}"
  234. msgstr ""
  235. #. module: privacy_consent
  236. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__display_name
  237. msgid "Display Name"
  238. msgstr ""
  239. #. module: privacy_consent
  240. #: selection:privacy.consent,state:0
  241. msgid "Draft"
  242. msgstr ""
  243. #. module: privacy_consent
  244. #: sql_constraint:privacy.consent:0
  245. msgid "Duplicated partner in this data processing activity"
  246. msgstr ""
  247. #. module: privacy_consent
  248. #: model:ir.model,name:privacy_consent.model_mail_template
  249. msgid "Email Templates"
  250. msgstr ""
  251. #. module: privacy_consent
  252. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_id
  253. msgid "Email template"
  254. msgstr ""
  255. #. module: privacy_consent
  256. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity__consent_template_id
  257. msgid ""
  258. "Email to be sent to subjects to ask for consent. A good template should "
  259. "include details about the current consent request status, how to change it, "
  260. "and where to get more information."
  261. msgstr ""
  262. #. module: privacy_consent
  263. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity__consent_required
  264. msgid ""
  265. "Enable if you need to track any kind of consent from the affected subjects"
  266. msgstr ""
  267. #. module: privacy_consent
  268. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_follower_ids
  269. msgid "Followers"
  270. msgstr ""
  271. #. module: privacy_consent
  272. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_channel_ids
  273. msgid "Followers (Channels)"
  274. msgstr ""
  275. #. module: privacy_consent
  276. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_partner_ids
  277. msgid "Followers (Partners)"
  278. msgstr ""
  279. #. module: privacy_consent
  280. #: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
  281. msgid "Generate and enqueue missing consent requests"
  282. msgstr ""
  283. #. module: privacy_consent
  284. #: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
  285. msgid "Generate missing draft consent requests"
  286. msgstr ""
  287. #. module: privacy_consent
  288. #: code:addons/privacy_consent/models/privacy_activity.py:139
  289. #, python-format
  290. msgid "Generated consents"
  291. msgstr ""
  292. #. module: privacy_consent
  293. #: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
  294. msgid "Group By"
  295. msgstr ""
  296. #. module: privacy_consent
  297. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  298. msgid "Hello,"
  299. msgstr ""
  300. #. module: privacy_consent
  301. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  302. msgid "I <b>accept</b> this processing of my data"
  303. msgstr ""
  304. #. module: privacy_consent
  305. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  306. msgid "I <b>reject</b> this processing of my data"
  307. msgstr ""
  308. #. module: privacy_consent
  309. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__id
  310. msgid "ID"
  311. msgstr ""
  312. #. module: privacy_consent
  313. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_unread
  314. msgid "If checked new messages require your attention."
  315. msgstr ""
  316. #. module: privacy_consent
  317. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_needaction
  318. msgid "If checked, new messages require your attention."
  319. msgstr ""
  320. #. module: privacy_consent
  321. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_has_error
  322. msgid "If checked, some messages have a delivery error."
  323. msgstr ""
  324. #. module: privacy_consent
  325. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  326. msgid "If it was a mistake, you can undo it here:"
  327. msgstr ""
  328. #. module: privacy_consent
  329. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__accepted
  330. msgid ""
  331. "Indicates current acceptance status, which can come from subject's last "
  332. "answer, or from the default specified in the related data processing "
  333. "activity."
  334. msgstr ""
  335. #. module: privacy_consent
  336. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_is_follower
  337. msgid "Is Follower"
  338. msgstr ""
  339. #. module: privacy_consent
  340. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__last_metadata
  341. msgid "Last Metadata"
  342. msgstr ""
  343. #. module: privacy_consent
  344. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent____last_update
  345. msgid "Last Modified on"
  346. msgstr ""
  347. #. module: privacy_consent
  348. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__write_uid
  349. msgid "Last Updated by"
  350. msgstr ""
  351. #. module: privacy_consent
  352. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__write_date
  353. msgid "Last Updated on"
  354. msgstr ""
  355. #. module: privacy_consent
  356. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_main_attachment_id
  357. msgid "Main Attachment"
  358. msgstr ""
  359. #. module: privacy_consent
  360. #: selection:privacy.activity,consent_required:0
  361. msgid "Manually"
  362. msgstr ""
  363. #. module: privacy_consent
  364. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_has_error
  365. msgid "Message Delivery error"
  366. msgstr ""
  367. #. module: privacy_consent
  368. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_ids
  369. msgid "Messages"
  370. msgstr ""
  371. #. module: privacy_consent
  372. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__last_metadata
  373. msgid "Metadata from the last acceptance or rejection by the subject"
  374. msgstr ""
  375. #. module: privacy_consent
  376. #: code:addons/privacy_consent/models/mail_template.py:24
  377. #, python-format
  378. msgid ""
  379. "Missing privacy consent link placeholders. You need at least these two "
  380. "links:\n"
  381. "<a href=\"%s\">Accept</a>\n"
  382. "<a href=\"%s\">Reject</a>"
  383. msgstr ""
  384. #. module: privacy_consent
  385. #: model:mail.message.subtype,name:privacy_consent.mt_activity_consent_new
  386. #: model:mail.message.subtype,name:privacy_consent.mt_consent_consent_new
  387. msgid "New Consent"
  388. msgstr ""
  389. #. module: privacy_consent
  390. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_needaction_counter
  391. msgid "Number of Actions"
  392. msgstr ""
  393. #. module: privacy_consent
  394. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_has_error_counter
  395. msgid "Number of error"
  396. msgstr ""
  397. #. module: privacy_consent
  398. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_needaction_counter
  399. msgid "Number of messages which requires an action"
  400. msgstr ""
  401. #. module: privacy_consent
  402. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_has_error_counter
  403. msgid "Number of messages with delivery error"
  404. msgstr ""
  405. #. module: privacy_consent
  406. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_unread_counter
  407. msgid "Number of unread messages"
  408. msgstr ""
  409. #. module: privacy_consent
  410. #: model:ir.model,name:privacy_consent.model_mail_mail
  411. msgid "Outgoing Mails"
  412. msgstr ""
  413. #. module: privacy_consent
  414. #: model:mail.message.subtype,description:privacy_consent.mt_activity_acceptance_changed
  415. msgid "Privacy consent request acceptance status changed"
  416. msgstr ""
  417. #. module: privacy_consent
  418. #: model:mail.message.subtype,description:privacy_consent.mt_activity_consent_new
  419. #: model:mail.message.subtype,description:privacy_consent.mt_consent_consent_new
  420. msgid "Privacy consent request created"
  421. msgstr ""
  422. #. module: privacy_consent
  423. #: model:mail.message.subtype,description:privacy_consent.mt_activity_state_changed
  424. #: model:mail.message.subtype,description:privacy_consent.mt_consent_state_changed
  425. msgid "Privacy consent request state changed"
  426. msgstr ""
  427. #. module: privacy_consent
  428. #: model:ir.model.fields,help:privacy_consent.field_res_partner__privacy_consent_count
  429. #: model:ir.model.fields,help:privacy_consent.field_res_users__privacy_consent_count
  430. msgid "Privacy consent requests amount"
  431. msgstr ""
  432. #. module: privacy_consent
  433. #: model:ir.model.fields,field_description:privacy_consent.field_res_partner__privacy_consent_ids
  434. #: model:ir.model.fields,field_description:privacy_consent.field_res_users__privacy_consent_ids
  435. msgid "Privacy consents"
  436. msgstr ""
  437. #. module: privacy_consent
  438. #: model:ir.actions.server,name:privacy_consent.cron_auto_consent_ir_actions_server
  439. #: model:ir.cron,cron_name:privacy_consent.cron_auto_consent
  440. #: model:ir.cron,name:privacy_consent.cron_auto_consent
  441. msgid "Request automatic data processing consents"
  442. msgstr ""
  443. #. module: privacy_consent
  444. #: code:addons/privacy_consent/models/privacy_activity.py:99
  445. #, python-format
  446. msgid "Require consent is available only for subjects in current database."
  447. msgstr ""
  448. #. module: privacy_consent
  449. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity__server_action_id
  450. msgid ""
  451. "Run this action when a new consent request is created or its acceptance "
  452. "status is updated."
  453. msgstr ""
  454. #. module: privacy_consent
  455. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__server_action_id
  456. msgid "Server action"
  457. msgstr ""
  458. #. module: privacy_consent
  459. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity__default_consent
  460. msgid "Should we assume the subject has accepted if we receive no response?"
  461. msgstr ""
  462. #. module: privacy_consent
  463. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  464. msgid "Sincerely,<br/>"
  465. msgstr ""
  466. #. module: privacy_consent
  467. #: code:addons/privacy_consent/models/privacy_activity.py:91
  468. #, python-format
  469. msgid "Specify a mail template to ask automated consent."
  470. msgstr ""
  471. #. module: privacy_consent
  472. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__state
  473. #: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
  474. msgid "State"
  475. msgstr ""
  476. #. module: privacy_consent
  477. #: model:mail.message.subtype,name:privacy_consent.mt_activity_state_changed
  478. #: model:mail.message.subtype,name:privacy_consent.mt_consent_state_changed
  479. msgid "State Changed"
  480. msgstr ""
  481. #. module: privacy_consent
  482. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__partner_id
  483. msgid "Subject"
  484. msgstr ""
  485. #. module: privacy_consent
  486. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__partner_id
  487. msgid "Subject asked for consent."
  488. msgstr ""
  489. #. module: privacy_consent
  490. #: model:ir.actions.server,name:privacy_consent.sync_blacklist
  491. msgid "Sync partner's email blacklist status"
  492. msgstr ""
  493. #. module: privacy_consent
  494. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  495. msgid "Thank you!"
  496. msgstr ""
  497. #. module: privacy_consent
  498. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  499. msgid "Thanks for your response."
  500. msgstr ""
  501. #. module: privacy_consent
  502. #: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
  503. msgid "This could enqueue many consent emails, are you sure to proceed?"
  504. msgstr ""
  505. #. module: privacy_consent
  506. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_unread
  507. msgid "Unread Messages"
  508. msgstr ""
  509. #. module: privacy_consent
  510. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_unread_counter
  511. msgid "Unread Messages Counter"
  512. msgstr ""
  513. #. module: privacy_consent
  514. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  515. msgid ""
  516. "We asked you to authorize us to process your data in this data processing "
  517. "activity:"
  518. msgstr ""
  519. #. module: privacy_consent
  520. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  521. msgid "We have recorded this action on your side."
  522. msgstr ""
  523. #. module: privacy_consent
  524. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  525. msgid "You have <b class=\"text-danger\">rejected</b> such processing."
  526. msgstr ""
  527. #. module: privacy_consent
  528. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  529. msgid "You have <b class=\"text-success\">accepted</b> such processing."
  530. msgstr ""