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.

627 lines
22 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. #: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__answered
  160. msgid "Answered"
  161. msgstr ""
  162. #. module: privacy_consent
  163. #: model_terms:ir.ui.view,arch_db:privacy_consent.consent_form
  164. #: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
  165. msgid "Archived"
  166. msgstr ""
  167. #. module: privacy_consent
  168. #: model_terms:ir.ui.view,arch_db:privacy_consent.consent_form
  169. msgid "Ask for consent"
  170. msgstr ""
  171. #. module: privacy_consent
  172. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_required
  173. msgid "Ask subjects for consent"
  174. msgstr ""
  175. #. module: privacy_consent
  176. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_attachment_count
  177. msgid "Attachment Count"
  178. msgstr ""
  179. #. module: privacy_consent
  180. #: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_activity__consent_required__auto
  181. msgid "Automatically"
  182. msgstr ""
  183. #. module: privacy_consent
  184. #: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__sent
  185. msgid "Awaiting response"
  186. msgstr ""
  187. #. module: privacy_consent
  188. #: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
  189. msgid "Consent"
  190. msgstr ""
  191. #. module: privacy_consent
  192. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_default_body_html
  193. msgid "Consent Template Default Body Html"
  194. msgstr ""
  195. #. module: privacy_consent
  196. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_default_subject
  197. msgid "Consent Template Default Subject"
  198. msgstr ""
  199. #. module: privacy_consent
  200. #: model:ir.model,name:privacy_consent.model_privacy_consent
  201. msgid "Consent of data processing"
  202. msgstr ""
  203. #. module: privacy_consent
  204. #: model:ir.actions.act_window,name:privacy_consent.consent_action
  205. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_ids
  206. #: model:ir.model.fields,field_description:privacy_consent.field_res_partner__privacy_consent_count
  207. #: model:ir.model.fields,field_description:privacy_consent.field_res_users__privacy_consent_count
  208. #: model:ir.ui.menu,name:privacy_consent.menu_privacy_consent
  209. msgid "Consents"
  210. msgstr ""
  211. #. module: privacy_consent
  212. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_count
  213. msgid "Consents count"
  214. msgstr ""
  215. #. module: privacy_consent
  216. #: model:ir.model,name:privacy_consent.model_res_partner
  217. msgid "Contact"
  218. msgstr ""
  219. #. module: privacy_consent
  220. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__create_uid
  221. msgid "Created by"
  222. msgstr ""
  223. #. module: privacy_consent
  224. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__create_date
  225. msgid "Created on"
  226. msgstr ""
  227. #. module: privacy_consent
  228. #: model:ir.model,name:privacy_consent.model_privacy_activity
  229. msgid "Data processing activities"
  230. msgstr ""
  231. #. module: privacy_consent
  232. #: model:mail.template,subject:privacy_consent.template_consent
  233. msgid ""
  234. "Data processing consent request for ${object.activity_id.display_name|safe}"
  235. msgstr ""
  236. #. module: privacy_consent
  237. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__display_name
  238. msgid "Display Name"
  239. msgstr ""
  240. #. module: privacy_consent
  241. #: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__draft
  242. msgid "Draft"
  243. msgstr ""
  244. #. module: privacy_consent
  245. #: model:ir.model.constraint,message:privacy_consent.constraint_privacy_consent_unique_partner_activity
  246. msgid "Duplicated partner in this data processing activity"
  247. msgstr ""
  248. #. module: privacy_consent
  249. #: model:ir.model,name:privacy_consent.model_mail_template
  250. msgid "Email Templates"
  251. msgstr ""
  252. #. module: privacy_consent
  253. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_id
  254. msgid "Email template"
  255. msgstr ""
  256. #. module: privacy_consent
  257. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity__consent_template_id
  258. msgid ""
  259. "Email to be sent to subjects to ask for consent. A good template should "
  260. "include details about the current consent request status, how to change it, "
  261. "and where to get more information."
  262. msgstr ""
  263. #. module: privacy_consent
  264. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity__consent_required
  265. msgid ""
  266. "Enable if you need to track any kind of consent from the affected subjects"
  267. msgstr ""
  268. #. module: privacy_consent
  269. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_follower_ids
  270. msgid "Followers"
  271. msgstr ""
  272. #. module: privacy_consent
  273. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_channel_ids
  274. msgid "Followers (Channels)"
  275. msgstr ""
  276. #. module: privacy_consent
  277. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_partner_ids
  278. msgid "Followers (Partners)"
  279. msgstr ""
  280. #. module: privacy_consent
  281. #: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
  282. msgid "Generate and enqueue missing consent requests"
  283. msgstr ""
  284. #. module: privacy_consent
  285. #: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
  286. msgid "Generate missing draft consent requests"
  287. msgstr ""
  288. #. module: privacy_consent
  289. #: code:addons/privacy_consent/models/privacy_activity.py:0
  290. #, python-format
  291. msgid "Generated consents"
  292. msgstr ""
  293. #. module: privacy_consent
  294. #: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
  295. msgid "Group By"
  296. msgstr ""
  297. #. module: privacy_consent
  298. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  299. msgid "Hello,"
  300. msgstr ""
  301. #. module: privacy_consent
  302. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  303. msgid "I <b>accept</b> this processing of my data"
  304. msgstr ""
  305. #. module: privacy_consent
  306. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  307. msgid "I <b>reject</b> this processing of my data"
  308. msgstr ""
  309. #. module: privacy_consent
  310. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__id
  311. msgid "ID"
  312. msgstr ""
  313. #. module: privacy_consent
  314. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_needaction
  315. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_unread
  316. msgid "If checked, new messages require your attention."
  317. msgstr ""
  318. #. module: privacy_consent
  319. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_has_error
  320. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_has_sms_error
  321. msgid "If checked, some messages have a delivery error."
  322. msgstr ""
  323. #. module: privacy_consent
  324. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  325. msgid "If it was a mistake, you can undo it here:"
  326. msgstr ""
  327. #. module: privacy_consent
  328. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__accepted
  329. msgid ""
  330. "Indicates current acceptance status, which can come from subject's last "
  331. "answer, or from the default specified in the related data processing "
  332. "activity."
  333. msgstr ""
  334. #. module: privacy_consent
  335. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_is_follower
  336. msgid "Is Follower"
  337. msgstr ""
  338. #. module: privacy_consent
  339. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__last_metadata
  340. msgid "Last Metadata"
  341. msgstr ""
  342. #. module: privacy_consent
  343. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent____last_update
  344. msgid "Last Modified on"
  345. msgstr ""
  346. #. module: privacy_consent
  347. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__write_uid
  348. msgid "Last Updated by"
  349. msgstr ""
  350. #. module: privacy_consent
  351. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__write_date
  352. msgid "Last Updated on"
  353. msgstr ""
  354. #. module: privacy_consent
  355. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_main_attachment_id
  356. msgid "Main Attachment"
  357. msgstr ""
  358. #. module: privacy_consent
  359. #: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_activity__consent_required__manual
  360. msgid "Manually"
  361. msgstr ""
  362. #. module: privacy_consent
  363. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_has_error
  364. msgid "Message Delivery error"
  365. msgstr ""
  366. #. module: privacy_consent
  367. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_ids
  368. msgid "Messages"
  369. msgstr ""
  370. #. module: privacy_consent
  371. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__last_metadata
  372. msgid "Metadata from the last acceptance or rejection by the subject"
  373. msgstr ""
  374. #. module: privacy_consent
  375. #: code:addons/privacy_consent/models/mail_template.py:0
  376. #, python-format
  377. msgid ""
  378. "Missing privacy consent link placeholders. You need at least these two "
  379. "links:\n"
  380. "<a href=\"%s\">Accept</a>\n"
  381. "<a href=\"%s\">Reject</a>"
  382. msgstr ""
  383. #. module: privacy_consent
  384. #: model:mail.message.subtype,name:privacy_consent.mt_activity_consent_new
  385. #: model:mail.message.subtype,name:privacy_consent.mt_consent_consent_new
  386. msgid "New Consent"
  387. msgstr ""
  388. #. module: privacy_consent
  389. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_needaction_counter
  390. msgid "Number of Actions"
  391. msgstr ""
  392. #. module: privacy_consent
  393. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_has_error_counter
  394. msgid "Number of errors"
  395. msgstr ""
  396. #. module: privacy_consent
  397. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_needaction_counter
  398. msgid "Number of messages which requires an action"
  399. msgstr ""
  400. #. module: privacy_consent
  401. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_has_error_counter
  402. msgid "Number of messages with delivery error"
  403. msgstr ""
  404. #. module: privacy_consent
  405. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_unread_counter
  406. msgid "Number of unread messages"
  407. msgstr ""
  408. #. module: privacy_consent
  409. #: model:ir.model,name:privacy_consent.model_mail_mail
  410. msgid "Outgoing Mails"
  411. msgstr ""
  412. #. module: privacy_consent
  413. #: model:mail.message.subtype,description:privacy_consent.mt_activity_acceptance_changed
  414. msgid "Privacy consent request acceptance status changed"
  415. msgstr ""
  416. #. module: privacy_consent
  417. #: model:mail.message.subtype,description:privacy_consent.mt_activity_consent_new
  418. #: model:mail.message.subtype,description:privacy_consent.mt_consent_consent_new
  419. msgid "Privacy consent request created"
  420. msgstr ""
  421. #. module: privacy_consent
  422. #: model:mail.message.subtype,description:privacy_consent.mt_activity_state_changed
  423. #: model:mail.message.subtype,description:privacy_consent.mt_consent_state_changed
  424. msgid "Privacy consent request state changed"
  425. msgstr ""
  426. #. module: privacy_consent
  427. #: model:ir.model.fields,help:privacy_consent.field_res_partner__privacy_consent_count
  428. #: model:ir.model.fields,help:privacy_consent.field_res_users__privacy_consent_count
  429. msgid "Privacy consent requests amount"
  430. msgstr ""
  431. #. module: privacy_consent
  432. #: model:ir.model.fields,field_description:privacy_consent.field_res_partner__privacy_consent_ids
  433. #: model:ir.model.fields,field_description:privacy_consent.field_res_users__privacy_consent_ids
  434. msgid "Privacy consents"
  435. msgstr ""
  436. #. module: privacy_consent
  437. #: model:ir.actions.server,name:privacy_consent.cron_auto_consent_ir_actions_server
  438. #: model:ir.cron,cron_name:privacy_consent.cron_auto_consent
  439. #: model:ir.cron,name:privacy_consent.cron_auto_consent
  440. msgid "Request automatic data processing consents"
  441. msgstr ""
  442. #. module: privacy_consent
  443. #: code:addons/privacy_consent/models/privacy_activity.py:0
  444. #, python-format
  445. msgid "Require consent is available only for subjects in current database."
  446. msgstr ""
  447. #. module: privacy_consent
  448. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity__server_action_id
  449. msgid ""
  450. "Run this action when a new consent request is created or its acceptance "
  451. "status is updated."
  452. msgstr ""
  453. #. module: privacy_consent
  454. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_has_sms_error
  455. msgid "SMS Delivery error"
  456. msgstr ""
  457. #. module: privacy_consent
  458. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__server_action_id
  459. msgid "Server action"
  460. msgstr ""
  461. #. module: privacy_consent
  462. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity__default_consent
  463. msgid "Should we assume the subject has accepted if we receive no response?"
  464. msgstr ""
  465. #. module: privacy_consent
  466. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  467. msgid "Sincerely,<br/>"
  468. msgstr ""
  469. #. module: privacy_consent
  470. #: code:addons/privacy_consent/models/privacy_activity.py:0
  471. #, python-format
  472. msgid "Specify a mail template to ask automated consent."
  473. msgstr ""
  474. #. module: privacy_consent
  475. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__state
  476. #: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
  477. msgid "State"
  478. msgstr ""
  479. #. module: privacy_consent
  480. #: model:mail.message.subtype,name:privacy_consent.mt_activity_state_changed
  481. #: model:mail.message.subtype,name:privacy_consent.mt_consent_state_changed
  482. msgid "State Changed"
  483. msgstr ""
  484. #. module: privacy_consent
  485. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__partner_id
  486. msgid "Subject"
  487. msgstr ""
  488. #. module: privacy_consent
  489. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent__partner_id
  490. msgid "Subject asked for consent."
  491. msgstr ""
  492. #. module: privacy_consent
  493. #: model:ir.actions.server,name:privacy_consent.sync_blacklist
  494. msgid "Sync partner's email blacklist status"
  495. msgstr ""
  496. #. module: privacy_consent
  497. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  498. msgid "Thank you!"
  499. msgstr ""
  500. #. module: privacy_consent
  501. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  502. msgid "Thanks for your response."
  503. msgstr ""
  504. #. module: privacy_consent
  505. #: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
  506. msgid "This could enqueue many consent emails, are you sure to proceed?"
  507. msgstr ""
  508. #. module: privacy_consent
  509. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_unread
  510. msgid "Unread Messages"
  511. msgstr ""
  512. #. module: privacy_consent
  513. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_unread_counter
  514. msgid "Unread Messages Counter"
  515. msgstr ""
  516. #. module: privacy_consent
  517. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  518. msgid ""
  519. "We asked you to authorize us to process your data in this data processing "
  520. "activity:"
  521. msgstr ""
  522. #. module: privacy_consent
  523. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  524. msgid "We have recorded this action on your side."
  525. msgstr ""
  526. #. module: privacy_consent
  527. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  528. msgid "You have <b class=\"text-danger\">rejected</b> such processing."
  529. msgstr ""
  530. #. module: privacy_consent
  531. #: model_terms:ir.ui.view,arch_db:privacy_consent.form
  532. msgid "You have <b class=\"text-success\">accepted</b> such processing."
  533. msgstr ""