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.

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