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.

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