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.

536 lines
20 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: 2019-04-11 11:16+0000\n"
  10. "Last-Translator: dw3gn3r <denise.wegner@initos.com>\n"
  11. "Language-Team: none\n"
  12. "Language: de\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 3.5\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 "Zustimmung durch den Betroffenen geändert"
  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 "Akzeptiert"
  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 "Aktiv"
  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 "Aktivität"
  156. #. module: privacy_consent
  157. #: selection:privacy.consent,state:0
  158. msgid "Answered"
  159. msgstr "Beantwortet"
  160. #. module: privacy_consent
  161. #: model:ir.ui.view,arch_db:privacy_consent.consent_search
  162. msgid "Archived"
  163. msgstr "Archiviert"
  164. #. module: privacy_consent
  165. #: model:ir.ui.view,arch_db:privacy_consent.consent_form
  166. msgid "Ask for consent"
  167. msgstr "Einwilligung einholen"
  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 "Einwilligung beim Betroffenen einholen"
  172. #. module: privacy_consent
  173. #: selection:privacy.activity,consent_required:0
  174. msgid "Automatically"
  175. msgstr "Automatisch"
  176. #. module: privacy_consent
  177. #: selection:privacy.consent,state:0
  178. msgid "Awaiting response"
  179. msgstr "Warten auf Antwort"
  180. #. module: privacy_consent
  181. #: model:ir.ui.view,arch_db:privacy_consent.activity_form
  182. msgid "Consent"
  183. msgstr "Einwilligung"
  184. #. module: privacy_consent
  185. #: model:ir.model,name:privacy_consent.model_privacy_consent
  186. msgid "Consent of data processing"
  187. msgstr "Einwilligung in die Datenverarbeitung"
  188. #. module: privacy_consent
  189. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_consent_template_default_body_html
  190. msgid "Consent template default body html"
  191. msgstr "Einverständniserklärung Standardtext html"
  192. #. module: privacy_consent
  193. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_consent_template_default_subject
  194. msgid "Consent template default subject"
  195. msgstr "Standardmäßige Einverständniserklärung Betroffener"
  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 "Einwilligungen"
  205. #. module: privacy_consent
  206. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_create_uid
  207. msgid "Created by"
  208. msgstr "Erstellt von"
  209. #. module: privacy_consent
  210. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_create_date
  211. msgid "Created on"
  212. msgstr "Erstellt am"
  213. #. module: privacy_consent
  214. #: model:ir.model,name:privacy_consent.model_privacy_activity
  215. msgid "Data processing activities"
  216. msgstr "Verarbeitungstätigkeiten"
  217. #. module: privacy_consent
  218. #: model:mail.template,subject:privacy_consent.template_consent
  219. msgid ""
  220. "Data processing consent request for ${object.activity_id.display_name|safe}"
  221. msgstr "Bitte um Erteilung der Einwilligung zur Datenverarbeitung:"
  222. #. module: privacy_consent
  223. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_display_name
  224. msgid "Display Name"
  225. msgstr "Anzeigename"
  226. #. module: privacy_consent
  227. #: selection:privacy.consent,state:0
  228. msgid "Draft"
  229. msgstr "Entwurf"
  230. #. module: privacy_consent
  231. #: sql_constraint:privacy.consent:0
  232. msgid "Duplicated partner in this data processing activity"
  233. msgstr "Doppelter Partner in dieser Verarbeitungsaktivität"
  234. #. module: privacy_consent
  235. #: model:ir.model,name:privacy_consent.model_mail_template
  236. msgid "Email Templates"
  237. msgstr "E-Mail-Vorlagen"
  238. #. module: privacy_consent
  239. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_consent_template_id
  240. msgid "Email template"
  241. msgstr ""
  242. #. module: privacy_consent
  243. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity_consent_template_id
  244. msgid ""
  245. "Email to be sent to subjects to ask for consent. A good template should "
  246. "include details about the current consent request status, how to change it, "
  247. "and where to get more information."
  248. msgstr ""
  249. "E-Mail, die an die Betroffenen geschickt werden soll, um die Einwilligung "
  250. "einzuholen. Eine gute Vorlage sollte Details über den aktuellen Status der "
  251. "Einwilligungsanfrage enthalten, sowie Hinweise darüber, wie man den Status "
  252. "der Einwilligung ändern kann und wo man weitere Informationen erhält."
  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 send missing consent requests"
  261. msgstr "Erstellung und Versand fehlender Einwilligungsanfragen"
  262. #. module: privacy_consent
  263. #: model:ir.ui.view,arch_db:privacy_consent.activity_form
  264. msgid "Generate missing draft consent requests"
  265. msgstr "Fehlende Entwürfe von Einwilligungsanfragen erstellen"
  266. #. module: privacy_consent
  267. #: code:addons/privacy_consent/models/privacy_activity.py:142
  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 "Gruppieren nach"
  275. #. module: privacy_consent
  276. #: model:ir.ui.view,arch_db:privacy_consent.form
  277. msgid "Hello,"
  278. msgstr "Hallo"
  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 "Ich <b>akzeptiere</b> die Verarbeitung meiner Daten"
  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 "Ich <b>lehne</b> die Verarbeitung meiner Daten ab"
  287. #. module: privacy_consent
  288. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_id
  289. msgid "ID"
  290. msgstr "Ausweis"
  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 "Wenn es ein Fehler war, können Sie diesen hier rückgängig machen:"
  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. "Zeigt den aktuellen Akzeptanzstatus an, der sich aus der letzten Antwort des "
  303. "Betreffenden oder aus dem in der zugehörigen Datenverarbeitungsaktivität "
  304. "angegebenen Standard ergeben kann."
  305. #. module: privacy_consent
  306. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent___last_update
  307. msgid "Last Modified on"
  308. msgstr "Letzte Änderung am"
  309. #. module: privacy_consent
  310. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_write_uid
  311. msgid "Last Updated by"
  312. msgstr "Zuletzt aktualisiert von"
  313. #. module: privacy_consent
  314. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_write_date
  315. msgid "Last Updated on"
  316. msgstr "Zuletzt aktualisiert am"
  317. #. module: privacy_consent
  318. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_last_metadata
  319. msgid "Last metadata"
  320. msgstr "Letzte Metadaten"
  321. #. module: privacy_consent
  322. #: selection:privacy.activity,consent_required:0
  323. msgid "Manually"
  324. msgstr "Manuell"
  325. #. module: privacy_consent
  326. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent_last_metadata
  327. msgid "Metadata from the last acceptance or rejection by the subject"
  328. msgstr "Metadaten aus der letzten Annahme oder Ablehnung durch den Betroffenen"
  329. #. module: privacy_consent
  330. #: code:addons/privacy_consent/models/mail_template.py:25
  331. #, python-format
  332. msgid ""
  333. "Missing privacy consent link placeholders. You need at least these two "
  334. "links:\n"
  335. "<a href=\"%s\">Accept</a>\n"
  336. "<a href=\"%s\">Reject</a>"
  337. msgstr ""
  338. #. module: privacy_consent
  339. #: model:mail.message.subtype,name:privacy_consent.mt_activity_consent_new
  340. #: model:mail.message.subtype,name:privacy_consent.mt_consent_consent_new
  341. msgid "New Consent"
  342. msgstr "Neue Einwilligung"
  343. #. module: privacy_consent
  344. #: model:ir.model,name:privacy_consent.model_mail_mail
  345. msgid "Outgoing Mails"
  346. msgstr "Ausgehende Mails"
  347. #. module: privacy_consent
  348. #: model:ir.model,name:privacy_consent.model_res_partner
  349. msgid "Partner"
  350. msgstr "Partner"
  351. #. module: privacy_consent
  352. #: model:mail.message.subtype,description:privacy_consent.mt_activity_acceptance_changed
  353. msgid "Privacy consent request acceptance status changed"
  354. msgstr ""
  355. "Der Akzeptanzstatus der Anfrage 'Einwilligung zum Datenschutz' wurde "
  356. "geändert."
  357. #. module: privacy_consent
  358. #: model:mail.message.subtype,description:privacy_consent.mt_activity_consent_new
  359. #: model:mail.message.subtype,description:privacy_consent.mt_consent_consent_new
  360. msgid "Privacy consent request created"
  361. msgstr "Anfrage zur Einwilligung erstellt"
  362. #. module: privacy_consent
  363. #: model:mail.message.subtype,description:privacy_consent.mt_activity_state_changed
  364. #: model:mail.message.subtype,description:privacy_consent.mt_consent_state_changed
  365. msgid "Privacy consent request state changed"
  366. msgstr "Status der Anfrage zur Einwilligung geändert"
  367. #. module: privacy_consent
  368. #: model:ir.model.fields,help:privacy_consent.field_res_partner_privacy_consent_count
  369. #: model:ir.model.fields,help:privacy_consent.field_res_users_privacy_consent_count
  370. msgid "Privacy consent requests amount"
  371. msgstr "Anzahl der Anfragen zur Einwilligung"
  372. #. module: privacy_consent
  373. #: model:ir.model.fields,field_description:privacy_consent.field_res_partner_privacy_consent_ids
  374. #: model:ir.model.fields,field_description:privacy_consent.field_res_users_privacy_consent_ids
  375. msgid "Privacy consents"
  376. msgstr "Einwilligung zum Datenschutz"
  377. #. module: privacy_consent
  378. #: code:addons/privacy_consent/models/privacy_activity.py:100
  379. #, python-format
  380. msgid "Require consent is available only for subjects in current database."
  381. msgstr ""
  382. #. module: privacy_consent
  383. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity_server_action_id
  384. msgid ""
  385. "Run this action when a new consent request is created or its acceptance "
  386. "status is updated."
  387. msgstr ""
  388. #. module: privacy_consent
  389. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity_server_action_id
  390. msgid "Server action"
  391. msgstr "Server-Aktion"
  392. #. module: privacy_consent
  393. #: model:ir.model.fields,help:privacy_consent.field_privacy_activity_default_consent
  394. msgid "Should we assume the subject has accepted if we receive no response?"
  395. msgstr ""
  396. #. module: privacy_consent
  397. #: model:ir.ui.view,arch_db:privacy_consent.form
  398. msgid "Sincerely,<br/>"
  399. msgstr "Mit freundlichen Grüßen<br/>"
  400. #. module: privacy_consent
  401. #: code:addons/privacy_consent/models/privacy_activity.py:92
  402. #, python-format
  403. msgid "Specify a mail template to ask automated consent."
  404. msgstr ""
  405. "Wählen Sie eine E-Mail-Vorlage aus, um eine automatische Einwilligung "
  406. "einzuholen."
  407. #. module: privacy_consent
  408. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_state
  409. #: model:ir.ui.view,arch_db:privacy_consent.consent_search
  410. msgid "State"
  411. msgstr "Status"
  412. #. module: privacy_consent
  413. #: model:mail.message.subtype,name:privacy_consent.mt_activity_state_changed
  414. #: model:mail.message.subtype,name:privacy_consent.mt_consent_state_changed
  415. msgid "State Changed"
  416. msgstr "Status geändert"
  417. #. module: privacy_consent
  418. #: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent_partner_id
  419. msgid "Subject"
  420. msgstr "Betroffener"
  421. #. module: privacy_consent
  422. #: model:ir.model.fields,help:privacy_consent.field_privacy_consent_partner_id
  423. msgid "Subject asked for consent."
  424. msgstr ""
  425. #. module: privacy_consent
  426. #: model:ir.ui.view,arch_db:privacy_consent.form
  427. msgid "Thank you!"
  428. msgstr "Vielen Dank."
  429. #. module: privacy_consent
  430. #: model:ir.ui.view,arch_db:privacy_consent.form
  431. msgid "Thanks for your response."
  432. msgstr "Vielen Dank für Ihre Antwort."
  433. #. module: privacy_consent
  434. #: model:ir.ui.view,arch_db:privacy_consent.activity_form
  435. msgid "This could send many consent emails, are you sure to proceed?"
  436. msgstr ""
  437. "Hiermit könnten viele Einwilligungs-E-Mails verschickt werden. Sind Sie "
  438. "sicher, dass Sie fortfahren wollen?"
  439. #. module: privacy_consent
  440. #: model:ir.actions.server,name:privacy_consent.update_opt_out
  441. msgid "Update partner's opt out"
  442. msgstr ""
  443. #. module: privacy_consent
  444. #: model:ir.ui.view,arch_db:privacy_consent.form
  445. msgid ""
  446. "We asked you to authorize us to process your data in this data processing "
  447. "activity:"
  448. msgstr ""
  449. #. module: privacy_consent
  450. #: model:ir.ui.view,arch_db:privacy_consent.form
  451. msgid "We have recorded this action on your side."
  452. msgstr ""
  453. #. module: privacy_consent
  454. #: model:ir.ui.view,arch_db:privacy_consent.form
  455. msgid "You have <b class=\"text-danger\">rejected</b> such processing."
  456. msgstr ""
  457. "Du hast diese Verarbeitungstätigkeit <b class=\"text-danger\">abgelehnt</b>."
  458. #. module: privacy_consent
  459. #: model:ir.ui.view,arch_db:privacy_consent.form
  460. msgid "You have <b class=\"text-success\">accepted</b> such processing."
  461. msgstr ""
  462. "Du hast dieser Verarbeitungstätigkeit <b class=\"text-success\">zugestimmt</"
  463. "b>."