Initial commit: OCA Technical packages (595 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:03 +02:00
commit 2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions

View file

@ -0,0 +1,593 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * privacy_consent
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: privacy_consent
#: model:mail.template,body_html:privacy_consent.template_consent
msgid ""
"<div style=\"background:#F3F5F6;color:#515166;padding:25px 0px;font-family:Arial,Helvetica,sans-serif;font-size:14px;\">\n"
" <table style=\"width:600px;margin:5px auto;\">\n"
" <tbody>\n"
" <tr>\n"
" <td>\n"
" <a href=\"/\">\n"
" <img src=\"/logo\" t-att-alt=\"object.activity_id.controller_id.display_name\" style=\"vertical-align:baseline;max-width:100px;\">\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" <table style=\"width:600px;margin:0px auto;background:white;border:1px solid #e1e1e1;\">\n"
" <tbody>\n"
" <tr>\n"
" <td colspan=\"2\" style=\"padding:15px 20px 0px 20px; font-size:16px;\">\n"
" <p>\n"
" Hello, <t t-out=\"object.partner_id.name\"></t>\n"
" </p>\n"
" <p>\n"
" We contacted you to ask you to give us your explicit consent to include your data in a data processing activity called\n"
" <b t-out=\"object.activity_id.display_name\"></b>, property of\n"
" <i t-out=\"object.activity_id.controller_id.display_name\"></i>\n"
" </p>\n"
" <t t-out=\"object.activity_id.description\"></t>\n"
" <p>\n"
" <t t-if=\"object.state == 'answered'\">\n"
" The last time you answered, you\n"
" </t>\n"
" <t t-else=\"\">\n"
" If you do nothing, we will assume you have\n"
" </t>\n"
"\n"
" <t t-if=\"object.accepted\">\n"
" <b>accepted</b>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <b>rejected</b>\n"
" </t>\n"
" such data processing.\n"
" </p>\n"
" <p>\n"
" You can update your preferences below:\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" <tr>\n"
" <td style=\"padding:15px 20px 0px 20px; font-size:16px; text-align:right;\">\n"
" <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"
" Accept\n"
" </a>\n"
" </td>\n"
" <td style=\"padding:15px 20px 0px 20px; font-size:16px; text-align:left;\">\n"
" <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"
" Reject\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" <tr>\n"
" <td colspan=\"2\" style=\"padding:15px 20px 15px 20px; font-size:16px;\">\n"
" <p>\n"
" If you need further information, please respond to this email and we will attend your request as soon as possible.\n"
" </p>\n"
" <p>\n"
" Thank you!\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" <table style=\"width:600px;margin:0px auto;text-align:center;\">\n"
" <tbody>\n"
" <tr>\n"
" <td style=\"padding-top:10px;font-size: 12px;\">\n"
" <p>\n"
" Sent by\n"
" <a href=\"/\" style=\"color:#717188;\">\n"
" <t t-out=\"object.activity_id.controller_id.display_name\"></t>\n"
" </a>.\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" </div>\n"
" "
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_activity_acceptance_changed
msgid "Acceptance Changed"
msgstr "Prihvatanje promijenjeno"
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_consent_acceptance_changed
msgid "Acceptance Changed by Subject"
msgstr "Prihvatanje promijenjeno od strane subjekta"
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_consent_acceptance_changed
msgid "Acceptance status updated by subject"
msgstr "Status prihvatanja ažuriran od strane subjekta"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__accepted
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Accepted"
msgstr "Prihvaćeno"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__default_consent
msgid "Accepted by default"
msgstr "Zadano prihvaćeno"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_needaction
msgid "Action Needed"
msgstr "Potrebna akcija"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__active
msgid "Active"
msgstr "Aktivan"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__activity_id
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Activity"
msgstr "Aktivnost"
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__answered
msgid "Answered"
msgstr "Odgovoren"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_form
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Archived"
msgstr "Arhivirano"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_form
msgid "Ask for consent"
msgstr "Zatražite saglasnost"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_required
msgid "Ask subjects for consent"
msgstr "Zatražite saglasnost od subjekata"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_attachment_count
msgid "Attachment Count"
msgstr "Broj priloga"
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_activity__consent_required__auto
msgid "Automatically"
msgstr "Automatski"
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__sent
msgid "Awaiting response"
msgstr "Čeka se odgovor"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "Consent"
msgstr "Saglasnost"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_default_body_html
msgid "Consent Template Default Body Html"
msgstr "Zadani HTML sadržaj predloška saglasnosti"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_default_subject
msgid "Consent Template Default Subject"
msgstr "Zadani predmet predloška saglasnosti"
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_privacy_consent
msgid "Consent of data processing"
msgstr "Saglasnost za obradu podataka"
#. module: privacy_consent
#: model:ir.actions.act_window,name:privacy_consent.consent_action
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_ids
#: model:ir.model.fields,field_description:privacy_consent.field_res_partner__privacy_consent_count
#: model:ir.model.fields,field_description:privacy_consent.field_res_users__privacy_consent_count
#: model:ir.ui.menu,name:privacy_consent.menu_privacy_consent
msgid "Consents"
msgstr "Saglasnosti"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_count
msgid "Consents count"
msgstr "Broj saglasnosti"
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__create_date
msgid "Created on"
msgstr "Kreirano"
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_privacy_activity
msgid "Data processing activities"
msgstr "Aktivnosti obrade podataka"
#. module: privacy_consent
#: model:mail.template,subject:privacy_consent.template_consent
msgid ""
"Data processing consent request for {{ object.activity_id.display_name }}"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__display_name
msgid "Display Name"
msgstr "Prikazani naziv"
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__draft
msgid "Draft"
msgstr "U pripremi"
#. module: privacy_consent
#: model:ir.model.constraint,message:privacy_consent.constraint_privacy_consent_unique_partner_activity
msgid "Duplicated partner in this data processing activity"
msgstr "Dupliciran partner u ovoj aktivnosti obrade podataka"
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_mail_template
msgid "Email Templates"
msgstr "Predlošci e-mail poruka"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_id
msgid "Email template"
msgstr "Predložak e-pošte"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__consent_template_id
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."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__consent_required
msgid ""
"Enable if you need to track any kind of consent from the affected subjects"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_follower_ids
msgid "Followers"
msgstr "Pratioci"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_partner_ids
msgid "Followers (Partners)"
msgstr "Pratioci (Partneri)"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "Generate and enqueue missing consent requests"
msgstr "Generiraj i stavi u red čekanja nedostajuće zahtjeve za saglasnost"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "Generate missing draft consent requests"
msgstr "Generiraj nedostajuće nacrte zahtjeva za saglasnost"
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/privacy_activity.py:0
#, python-format
msgid "Generated consents"
msgstr "Generirane saglasnosti"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Group By"
msgstr "Grupiši po"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__has_message
msgid "Has Message"
msgstr "Ima poruku"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Hello,"
msgstr "Pozdrav,"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "I <b>accept</b> this processing of my data"
msgstr "Ja <b>prihvaćam</b> ovu obradu mojih podataka"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "I <b>reject</b> this processing of my data"
msgstr "Ja <b>odbijam</b> ovu obradu mojih podataka"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__id
msgid "ID"
msgstr "ID"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_needaction
msgid "If checked, new messages require your attention."
msgstr "Ako je zakačeno, nove poruke će zahtjevati vašu pažnju"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_has_error
msgid "If checked, some messages have a delivery error."
msgstr "Ako je označeno neke poruke mogu imati grešku u dostavi."
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "If it was a mistake, you can undo it here:"
msgstr "Ako je bila greška, možete je poništiti ovdje:"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__accepted
msgid ""
"Indicates current acceptance status, which can come from subject's last "
"answer, or from the default specified in the related data processing "
"activity."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_is_follower
msgid "Is Follower"
msgstr "Pratilac"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__last_metadata
msgid "Last Metadata"
msgstr "Poslednji metadata"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent____last_update
msgid "Last Modified on"
msgstr "Zadnje mijenjano"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__write_uid
msgid "Last Updated by"
msgstr "Zadnji ažurirao"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__write_date
msgid "Last Updated on"
msgstr "Zadnje ažurirano"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_main_attachment_id
msgid "Main Attachment"
msgstr "Glavna zakačka"
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_activity__consent_required__manual
msgid "Manually"
msgstr "ručno"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_has_error
msgid "Message Delivery error"
msgstr "Greška pri isporuci poruke"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_ids
msgid "Messages"
msgstr "Poruke"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__last_metadata
msgid "Metadata from the last acceptance or rejection by the subject"
msgstr "Metadata iz poslednjeg prihvatanja ili odbacivanja od strane subjekta"
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/mail_template.py:0
#, python-format
msgid ""
"Missing privacy consent link placeholders. You need at least these two links:\n"
"<a href=\"%(consent_url)s\">Accept</a>\n"
"<a href=\"%(reject_url)s\">Reject</a>"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_activity_consent_new
#: model:mail.message.subtype,name:privacy_consent.mt_consent_consent_new
msgid "New Consent"
msgstr "Nova saglasnost"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_needaction_counter
msgid "Number of Actions"
msgstr "Broj akcija"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_has_error_counter
msgid "Number of errors"
msgstr "Broj grešaka"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_needaction_counter
msgid "Number of messages requiring action"
msgstr "Broj poruka koje zahtijevaju aktivnost"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_has_error_counter
msgid "Number of messages with delivery error"
msgstr "Broj poruka sa greškama pri isporuci"
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_mail_mail
msgid "Outgoing Mails"
msgstr "Odlazni mailovi"
#. module: privacy_consent
#: model:mail.template,name:privacy_consent.template_consent
msgid "Personal data processing consent request"
msgstr "Zahtjev za saglasnost obrade ličnih podataka"
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_activity_acceptance_changed
msgid "Privacy consent request acceptance status changed"
msgstr "Status prihvatanja zahtjeva za saglasnost privatnosti promijenjen"
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_activity_consent_new
#: model:mail.message.subtype,description:privacy_consent.mt_consent_consent_new
msgid "Privacy consent request created"
msgstr "Kreiran zahtjev za saglasnost privatnosti"
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_activity_state_changed
#: model:mail.message.subtype,description:privacy_consent.mt_consent_state_changed
msgid "Privacy consent request state changed"
msgstr "Stanje zahtjeva za saglasnost privatnosti promijenjeno"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_res_partner__privacy_consent_count
#: model:ir.model.fields,help:privacy_consent.field_res_users__privacy_consent_count
msgid "Privacy consent requests amount"
msgstr "Količina zahtjeva za saglasnost privatnosti"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_res_partner__privacy_consent_ids
#: model:ir.model.fields,field_description:privacy_consent.field_res_users__privacy_consent_ids
msgid "Privacy consents"
msgstr "Saglasnosti za privatnost"
#. module: privacy_consent
#: model:ir.actions.server,name:privacy_consent.cron_auto_consent_ir_actions_server
#: model:ir.cron,cron_name:privacy_consent.cron_auto_consent
msgid "Request automatic data processing consents"
msgstr "Zatraži automatske saglasnosti za obradu podataka"
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/privacy_activity.py:0
#, python-format
msgid "Require consent is available only for subjects in current database."
msgstr "Zahtijeva saglasnost je dostupno samo za subjekte u trenutnoj bazi podataka."
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__server_action_id
msgid ""
"Run this action when a new consent request is created or its acceptance "
"status is updated."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__server_action_id
msgid "Server action"
msgstr "Serverska akcija"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__default_consent
msgid "Should we assume the subject has accepted if we receive no response?"
msgstr "Trebamo li pretpostaviti da je subjekt prihvatio ako ne dobijemo odgovor?"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Sincerely,<br/>"
msgstr "S poštovanjem,<br/>"
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/privacy_activity.py:0
#, python-format
msgid "Specify a mail template to ask automated consent."
msgstr "Definirajte predložak e-pošte za automatsko zahtijevanje saglasnosti."
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__state
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "State"
msgstr "Status"
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_activity_state_changed
#: model:mail.message.subtype,name:privacy_consent.mt_consent_state_changed
msgid "State Changed"
msgstr "Stanje promijenjeno"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__partner_id
msgid "Subject"
msgstr "Tema"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__partner_id
msgid "Subject asked for consent."
msgstr "Subjekt je zatražio saglasnost."
#. module: privacy_consent
#: model:ir.actions.server,name:privacy_consent.sync_blacklist
msgid "Sync partner's email blacklist status"
msgstr "Sinhronizuj status crne liste e-pošte partnera"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Thank you!"
msgstr "Hvala vam!"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Thanks for your response."
msgstr "Hvala na vašem odgovoru."
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "This could enqueue many consent emails, are you sure to proceed?"
msgstr "Ovo može staviti u red čekanja mnoge e-poruke za saglasnost, jeste li sigurni da želite nastaviti?"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid ""
"We asked you to authorize us to process your data in this data processing "
"activity:"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "We have recorded this action on your side."
msgstr "Zabilježili smo ovu akciju s vaše strane."
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "You have <b class=\"text-danger\">rejected</b> such processing."
msgstr "Vi ste <b class=\"text-danger\">odbili</b> takvu obradu."
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "You have <b class=\"text-success\">accepted</b> such processing."
msgstr "Vi ste <b class=\"text-success\">prihvatili</b> takvu obradu."

View file

@ -0,0 +1,648 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * privacy_consent
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-13 17:04+0000\n"
"PO-Revision-Date: 2019-04-11 11:16+0000\n"
"Last-Translator: dw3gn3r <denise.wegner@initos.com>\n"
"Language-Team: none\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5\n"
#. module: privacy_consent
#: model:mail.template,body_html:privacy_consent.template_consent
msgid ""
"<div style=\"background:#F3F5F6;color:#515166;padding:25px 0px;font-family:"
"Arial,Helvetica,sans-serif;font-size:14px;\">\n"
" <table style=\"width:600px;margin:5px auto;\">\n"
" <tbody>\n"
" <tr>\n"
" <td>\n"
" <a href=\"/\">\n"
" <img src=\"/logo\" t-att-alt=\"object."
"activity_id.controller_id.display_name\" style=\"vertical-align:baseline;max-"
"width:100px;\">\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" <table style=\"width:600px;margin:0px auto;background:white;"
"border:1px solid #e1e1e1;\">\n"
" <tbody>\n"
" <tr>\n"
" <td colspan=\"2\" style=\"padding:15px 20px 0px "
"20px; font-size:16px;\">\n"
" <p>\n"
" Hello, <t t-out=\"object.partner_id.name"
"\"></t>\n"
" </p>\n"
" <p>\n"
" We contacted you to ask you to give us "
"your explicit consent to include your data in a data processing activity "
"called\n"
" <b t-out=\"object.activity_id."
"display_name\"></b>, property of\n"
" <i t-out=\"object.activity_id."
"controller_id.display_name\"></i>\n"
" </p>\n"
" <t t-out=\"object.activity_id.description"
"\"></t>\n"
" <p>\n"
" <t t-if=\"object.state == 'answered'\">\n"
" The last time you answered, you\n"
" </t>\n"
" <t t-else=\"\">\n"
" If you do nothing, we will assume "
"you have\n"
" </t>\n"
"\n"
" <t t-if=\"object.accepted\">\n"
" <b>accepted</b>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <b>rejected</b>\n"
" </t>\n"
" such data processing.\n"
" </p>\n"
" <p>\n"
" You can update your preferences below:\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" <tr>\n"
" <td style=\"padding:15px 20px 0px 20px; font-"
"size:16px; text-align:right;\">\n"
" <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"
" Accept\n"
" </a>\n"
" </td>\n"
" <td style=\"padding:15px 20px 0px 20px; font-"
"size:16px; text-align:left;\">\n"
" <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"
" Reject\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" <tr>\n"
" <td colspan=\"2\" style=\"padding:15px 20px 15px "
"20px; font-size:16px;\">\n"
" <p>\n"
" If you need further information, please "
"respond to this email and we will attend your request as soon as possible.\n"
" </p>\n"
" <p>\n"
" Thank you!\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" <table style=\"width:600px;margin:0px auto;text-align:center;"
"\">\n"
" <tbody>\n"
" <tr>\n"
" <td style=\"padding-top:10px;font-size: 12px;"
"\">\n"
" <p>\n"
" Sent by\n"
" <a href=\"/\" style=\"color:#717188;\">\n"
" <t t-out=\"object.activity_id."
"controller_id.display_name\"></t>\n"
" </a>.\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" </div>\n"
" "
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_activity_acceptance_changed
msgid "Acceptance Changed"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_consent_acceptance_changed
msgid "Acceptance Changed by Subject"
msgstr "Zustimmung durch den Betroffenen geändert"
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_consent_acceptance_changed
msgid "Acceptance status updated by subject"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__accepted
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Accepted"
msgstr "Akzeptiert"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__default_consent
msgid "Accepted by default"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_needaction
msgid "Action Needed"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__active
msgid "Active"
msgstr "Aktiv"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__activity_id
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Activity"
msgstr "Aktivität"
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__answered
msgid "Answered"
msgstr "Beantwortet"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_form
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Archived"
msgstr "Archiviert"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_form
msgid "Ask for consent"
msgstr "Einwilligung einholen"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_required
msgid "Ask subjects for consent"
msgstr "Einwilligung beim Betroffenen einholen"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_attachment_count
msgid "Attachment Count"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_activity__consent_required__auto
msgid "Automatically"
msgstr "Automatisch"
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__sent
msgid "Awaiting response"
msgstr "Warten auf Antwort"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "Consent"
msgstr "Einwilligung"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_default_body_html
#, fuzzy
msgid "Consent Template Default Body Html"
msgstr "Einverständniserklärung Standardtext html"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_default_subject
#, fuzzy
msgid "Consent Template Default Subject"
msgstr "Standardmäßige Einverständniserklärung Betroffener"
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_privacy_consent
msgid "Consent of data processing"
msgstr "Einwilligung in die Datenverarbeitung"
#. module: privacy_consent
#: model:ir.actions.act_window,name:privacy_consent.consent_action
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_ids
#: model:ir.model.fields,field_description:privacy_consent.field_res_partner__privacy_consent_count
#: model:ir.model.fields,field_description:privacy_consent.field_res_users__privacy_consent_count
#: model:ir.ui.menu,name:privacy_consent.menu_privacy_consent
msgid "Consents"
msgstr "Einwilligungen"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_count
#, fuzzy
msgid "Consents count"
msgstr "Einwilligungen"
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_res_partner
msgid "Contact"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__create_uid
msgid "Created by"
msgstr "Erstellt von"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__create_date
msgid "Created on"
msgstr "Erstellt am"
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_privacy_activity
msgid "Data processing activities"
msgstr "Verarbeitungstätigkeiten"
#. module: privacy_consent
#: model:mail.template,subject:privacy_consent.template_consent
msgid ""
"Data processing consent request for {{ object.activity_id.display_name }}"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__display_name
msgid "Display Name"
msgstr "Anzeigename"
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__draft
msgid "Draft"
msgstr "Entwurf"
#. module: privacy_consent
#: model:ir.model.constraint,message:privacy_consent.constraint_privacy_consent_unique_partner_activity
msgid "Duplicated partner in this data processing activity"
msgstr "Doppelter Partner in dieser Verarbeitungsaktivität"
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_mail_template
msgid "Email Templates"
msgstr "E-Mail-Vorlagen"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_id
msgid "Email template"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__consent_template_id
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."
msgstr ""
"E-Mail, die an die Betroffenen geschickt werden soll, um die Einwilligung "
"einzuholen. Eine gute Vorlage sollte Details über den aktuellen Status der "
"Einwilligungsanfrage enthalten, sowie Hinweise darüber, wie man den Status "
"der Einwilligung ändern kann und wo man weitere Informationen erhält."
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__consent_required
msgid ""
"Enable if you need to track any kind of consent from the affected subjects"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_follower_ids
msgid "Followers"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_partner_ids
msgid "Followers (Partners)"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
#, fuzzy
msgid "Generate and enqueue missing consent requests"
msgstr "Erstellung und Versand fehlender Einwilligungsanfragen"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "Generate missing draft consent requests"
msgstr "Fehlende Entwürfe von Einwilligungsanfragen erstellen"
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/privacy_activity.py:0
#, python-format
msgid "Generated consents"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Group By"
msgstr "Gruppieren nach"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__has_message
msgid "Has Message"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Hello,"
msgstr "Hallo"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "I <b>accept</b> this processing of my data"
msgstr "Ich <b>akzeptiere</b> die Verarbeitung meiner Daten"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "I <b>reject</b> this processing of my data"
msgstr "Ich <b>lehne</b> die Verarbeitung meiner Daten ab"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__id
msgid "ID"
msgstr "Ausweis"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_needaction
msgid "If checked, new messages require your attention."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_has_error
msgid "If checked, some messages have a delivery error."
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "If it was a mistake, you can undo it here:"
msgstr "Wenn es ein Fehler war, können Sie diesen hier rückgängig machen:"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__accepted
msgid ""
"Indicates current acceptance status, which can come from subject's last "
"answer, or from the default specified in the related data processing "
"activity."
msgstr ""
"Zeigt den aktuellen Akzeptanzstatus an, der sich aus der letzten Antwort des "
"Betreffenden oder aus dem in der zugehörigen Datenverarbeitungsaktivität "
"angegebenen Standard ergeben kann."
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_is_follower
msgid "Is Follower"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__last_metadata
#, fuzzy
msgid "Last Metadata"
msgstr "Letzte Metadaten"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent____last_update
msgid "Last Modified on"
msgstr "Letzte Änderung am"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__write_uid
msgid "Last Updated by"
msgstr "Zuletzt aktualisiert von"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__write_date
msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_main_attachment_id
msgid "Main Attachment"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_activity__consent_required__manual
msgid "Manually"
msgstr "Manuell"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_has_error
msgid "Message Delivery error"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_ids
msgid "Messages"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__last_metadata
msgid "Metadata from the last acceptance or rejection by the subject"
msgstr "Metadaten aus der letzten Annahme oder Ablehnung durch den Betroffenen"
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/mail_template.py:0
#, python-format
msgid ""
"Missing privacy consent link placeholders. You need at least these two "
"links:\n"
"<a href=\"%(consent_url)s\">Accept</a>\n"
"<a href=\"%(reject_url)s\">Reject</a>"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_activity_consent_new
#: model:mail.message.subtype,name:privacy_consent.mt_consent_consent_new
msgid "New Consent"
msgstr "Neue Einwilligung"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_needaction_counter
msgid "Number of Actions"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_has_error_counter
msgid "Number of errors"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_needaction_counter
msgid "Number of messages requiring action"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_has_error_counter
msgid "Number of messages with delivery error"
msgstr ""
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_mail_mail
msgid "Outgoing Mails"
msgstr "Ausgehende Mails"
#. module: privacy_consent
#: model:mail.template,name:privacy_consent.template_consent
msgid "Personal data processing consent request"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_activity_acceptance_changed
msgid "Privacy consent request acceptance status changed"
msgstr ""
"Der Akzeptanzstatus der Anfrage 'Einwilligung zum Datenschutz' wurde "
"geändert."
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_activity_consent_new
#: model:mail.message.subtype,description:privacy_consent.mt_consent_consent_new
msgid "Privacy consent request created"
msgstr "Anfrage zur Einwilligung erstellt"
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_activity_state_changed
#: model:mail.message.subtype,description:privacy_consent.mt_consent_state_changed
msgid "Privacy consent request state changed"
msgstr "Status der Anfrage zur Einwilligung geändert"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_res_partner__privacy_consent_count
#: model:ir.model.fields,help:privacy_consent.field_res_users__privacy_consent_count
msgid "Privacy consent requests amount"
msgstr "Anzahl der Anfragen zur Einwilligung"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_res_partner__privacy_consent_ids
#: model:ir.model.fields,field_description:privacy_consent.field_res_users__privacy_consent_ids
msgid "Privacy consents"
msgstr "Einwilligung zum Datenschutz"
#. module: privacy_consent
#: model:ir.actions.server,name:privacy_consent.cron_auto_consent_ir_actions_server
#: model:ir.cron,cron_name:privacy_consent.cron_auto_consent
msgid "Request automatic data processing consents"
msgstr ""
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/privacy_activity.py:0
#, python-format
msgid "Require consent is available only for subjects in current database."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__server_action_id
msgid ""
"Run this action when a new consent request is created or its acceptance "
"status is updated."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__server_action_id
msgid "Server action"
msgstr "Server-Aktion"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__default_consent
msgid "Should we assume the subject has accepted if we receive no response?"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Sincerely,<br/>"
msgstr "Mit freundlichen Grüßen<br/>"
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/privacy_activity.py:0
#, python-format
msgid "Specify a mail template to ask automated consent."
msgstr ""
"Wählen Sie eine E-Mail-Vorlage aus, um eine automatische Einwilligung "
"einzuholen."
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__state
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "State"
msgstr "Status"
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_activity_state_changed
#: model:mail.message.subtype,name:privacy_consent.mt_consent_state_changed
msgid "State Changed"
msgstr "Status geändert"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__partner_id
msgid "Subject"
msgstr "Betroffener"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__partner_id
msgid "Subject asked for consent."
msgstr ""
#. module: privacy_consent
#: model:ir.actions.server,name:privacy_consent.sync_blacklist
msgid "Sync partner's email blacklist status"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Thank you!"
msgstr "Vielen Dank."
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Thanks for your response."
msgstr "Vielen Dank für Ihre Antwort."
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
#, fuzzy
msgid "This could enqueue many consent emails, are you sure to proceed?"
msgstr ""
"Hiermit könnten viele Einwilligungs-E-Mails verschickt werden. Sind Sie "
"sicher, dass Sie fortfahren wollen?"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid ""
"We asked you to authorize us to process your data in this data processing "
"activity:"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "We have recorded this action on your side."
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "You have <b class=\"text-danger\">rejected</b> such processing."
msgstr ""
"Du hast diese Verarbeitungstätigkeit <b class=\"text-danger\">abgelehnt</b>."
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "You have <b class=\"text-success\">accepted</b> such processing."
msgstr ""
"Du hast dieser Verarbeitungstätigkeit <b class=\"text-success\">zugestimmt</"
"b>."
#~ msgid ""
#~ "Data processing consent request for ${object.activity_id.display_name|"
#~ "safe}"
#~ msgstr "Bitte um Erteilung der Einwilligung zur Datenverarbeitung:"

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,618 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * privacy_consent
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
#. module: privacy_consent
#: model:mail.template,body_html:privacy_consent.template_consent
msgid ""
"<div style=\"background:#F3F5F6;color:#515166;padding:25px 0px;font-family:"
"Arial,Helvetica,sans-serif;font-size:14px;\">\n"
" <table style=\"width:600px;margin:5px auto;\">\n"
" <tbody>\n"
" <tr>\n"
" <td>\n"
" <a href=\"/\">\n"
" <img src=\"/logo\" t-att-alt=\"object."
"activity_id.controller_id.display_name\" style=\"vertical-align:baseline;max-"
"width:100px;\">\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" <table style=\"width:600px;margin:0px auto;background:white;"
"border:1px solid #e1e1e1;\">\n"
" <tbody>\n"
" <tr>\n"
" <td colspan=\"2\" style=\"padding:15px 20px 0px "
"20px; font-size:16px;\">\n"
" <p>\n"
" Hello, <t t-out=\"object.partner_id.name"
"\"></t>\n"
" </p>\n"
" <p>\n"
" We contacted you to ask you to give us "
"your explicit consent to include your data in a data processing activity "
"called\n"
" <b t-out=\"object.activity_id."
"display_name\"></b>, property of\n"
" <i t-out=\"object.activity_id."
"controller_id.display_name\"></i>\n"
" </p>\n"
" <t t-out=\"object.activity_id.description"
"\"></t>\n"
" <p>\n"
" <t t-if=\"object.state == 'answered'\">\n"
" The last time you answered, you\n"
" </t>\n"
" <t t-else=\"\">\n"
" If you do nothing, we will assume "
"you have\n"
" </t>\n"
"\n"
" <t t-if=\"object.accepted\">\n"
" <b>accepted</b>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <b>rejected</b>\n"
" </t>\n"
" such data processing.\n"
" </p>\n"
" <p>\n"
" You can update your preferences below:\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" <tr>\n"
" <td style=\"padding:15px 20px 0px 20px; font-"
"size:16px; text-align:right;\">\n"
" <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"
" Accept\n"
" </a>\n"
" </td>\n"
" <td style=\"padding:15px 20px 0px 20px; font-"
"size:16px; text-align:left;\">\n"
" <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"
" Reject\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" <tr>\n"
" <td colspan=\"2\" style=\"padding:15px 20px 15px "
"20px; font-size:16px;\">\n"
" <p>\n"
" If you need further information, please "
"respond to this email and we will attend your request as soon as possible.\n"
" </p>\n"
" <p>\n"
" Thank you!\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" <table style=\"width:600px;margin:0px auto;text-align:center;"
"\">\n"
" <tbody>\n"
" <tr>\n"
" <td style=\"padding-top:10px;font-size: 12px;"
"\">\n"
" <p>\n"
" Sent by\n"
" <a href=\"/\" style=\"color:#717188;\">\n"
" <t t-out=\"object.activity_id."
"controller_id.display_name\"></t>\n"
" </a>.\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" </div>\n"
" "
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_activity_acceptance_changed
msgid "Acceptance Changed"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_consent_acceptance_changed
msgid "Acceptance Changed by Subject"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_consent_acceptance_changed
msgid "Acceptance status updated by subject"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__accepted
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Accepted"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__default_consent
msgid "Accepted by default"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_needaction
msgid "Action Needed"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__active
msgid "Active"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__activity_id
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Activity"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__answered
msgid "Answered"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_form
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Archived"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_form
msgid "Ask for consent"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_required
msgid "Ask subjects for consent"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_attachment_count
msgid "Attachment Count"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_activity__consent_required__auto
msgid "Automatically"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__sent
msgid "Awaiting response"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "Consent"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_default_body_html
msgid "Consent Template Default Body Html"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_default_subject
msgid "Consent Template Default Subject"
msgstr ""
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_privacy_consent
msgid "Consent of data processing"
msgstr ""
#. module: privacy_consent
#: model:ir.actions.act_window,name:privacy_consent.consent_action
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_ids
#: model:ir.model.fields,field_description:privacy_consent.field_res_partner__privacy_consent_count
#: model:ir.model.fields,field_description:privacy_consent.field_res_users__privacy_consent_count
#: model:ir.ui.menu,name:privacy_consent.menu_privacy_consent
msgid "Consents"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_count
msgid "Consents count"
msgstr ""
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_res_partner
msgid "Contact"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__create_uid
msgid "Created by"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__create_date
msgid "Created on"
msgstr ""
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_privacy_activity
msgid "Data processing activities"
msgstr ""
#. module: privacy_consent
#: model:mail.template,subject:privacy_consent.template_consent
msgid ""
"Data processing consent request for {{ object.activity_id.display_name }}"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__display_name
msgid "Display Name"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__draft
msgid "Draft"
msgstr ""
#. module: privacy_consent
#: model:ir.model.constraint,message:privacy_consent.constraint_privacy_consent_unique_partner_activity
msgid "Duplicated partner in this data processing activity"
msgstr ""
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_mail_template
msgid "Email Templates"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_id
msgid "Email template"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__consent_template_id
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."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__consent_required
msgid ""
"Enable if you need to track any kind of consent from the affected subjects"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_follower_ids
msgid "Followers"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_partner_ids
msgid "Followers (Partners)"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "Generate and enqueue missing consent requests"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "Generate missing draft consent requests"
msgstr ""
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/privacy_activity.py:0
#, python-format
msgid "Generated consents"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Group By"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__has_message
msgid "Has Message"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Hello,"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "I <b>accept</b> this processing of my data"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "I <b>reject</b> this processing of my data"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__id
msgid "ID"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_needaction
msgid "If checked, new messages require your attention."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_has_error
msgid "If checked, some messages have a delivery error."
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "If it was a mistake, you can undo it here:"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__accepted
msgid ""
"Indicates current acceptance status, which can come from subject's last "
"answer, or from the default specified in the related data processing "
"activity."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_is_follower
msgid "Is Follower"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__last_metadata
msgid "Last Metadata"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent____last_update
msgid "Last Modified on"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__write_uid
msgid "Last Updated by"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__write_date
msgid "Last Updated on"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_main_attachment_id
msgid "Main Attachment"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_activity__consent_required__manual
msgid "Manually"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_has_error
msgid "Message Delivery error"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_ids
msgid "Messages"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__last_metadata
msgid "Metadata from the last acceptance or rejection by the subject"
msgstr ""
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/mail_template.py:0
#, python-format
msgid ""
"Missing privacy consent link placeholders. You need at least these two "
"links:\n"
"<a href=\"%(consent_url)s\">Accept</a>\n"
"<a href=\"%(reject_url)s\">Reject</a>"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_activity_consent_new
#: model:mail.message.subtype,name:privacy_consent.mt_consent_consent_new
msgid "New Consent"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_needaction_counter
msgid "Number of Actions"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_has_error_counter
msgid "Number of errors"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_needaction_counter
msgid "Number of messages requiring action"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_has_error_counter
msgid "Number of messages with delivery error"
msgstr ""
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_mail_mail
msgid "Outgoing Mails"
msgstr ""
#. module: privacy_consent
#: model:mail.template,name:privacy_consent.template_consent
msgid "Personal data processing consent request"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_activity_acceptance_changed
msgid "Privacy consent request acceptance status changed"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_activity_consent_new
#: model:mail.message.subtype,description:privacy_consent.mt_consent_consent_new
msgid "Privacy consent request created"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_activity_state_changed
#: model:mail.message.subtype,description:privacy_consent.mt_consent_state_changed
msgid "Privacy consent request state changed"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_res_partner__privacy_consent_count
#: model:ir.model.fields,help:privacy_consent.field_res_users__privacy_consent_count
msgid "Privacy consent requests amount"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_res_partner__privacy_consent_ids
#: model:ir.model.fields,field_description:privacy_consent.field_res_users__privacy_consent_ids
msgid "Privacy consents"
msgstr ""
#. module: privacy_consent
#: model:ir.actions.server,name:privacy_consent.cron_auto_consent_ir_actions_server
#: model:ir.cron,cron_name:privacy_consent.cron_auto_consent
msgid "Request automatic data processing consents"
msgstr ""
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/privacy_activity.py:0
#, python-format
msgid "Require consent is available only for subjects in current database."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__server_action_id
msgid ""
"Run this action when a new consent request is created or its acceptance "
"status is updated."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__server_action_id
msgid "Server action"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__default_consent
msgid "Should we assume the subject has accepted if we receive no response?"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Sincerely,<br/>"
msgstr ""
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/privacy_activity.py:0
#, python-format
msgid "Specify a mail template to ask automated consent."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__state
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "State"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_activity_state_changed
#: model:mail.message.subtype,name:privacy_consent.mt_consent_state_changed
msgid "State Changed"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__partner_id
msgid "Subject"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__partner_id
msgid "Subject asked for consent."
msgstr ""
#. module: privacy_consent
#: model:ir.actions.server,name:privacy_consent.sync_blacklist
msgid "Sync partner's email blacklist status"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Thank you!"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Thanks for your response."
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "This could enqueue many consent emails, are you sure to proceed?"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid ""
"We asked you to authorize us to process your data in this data processing "
"activity:"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "We have recorded this action on your side."
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "You have <b class=\"text-danger\">rejected</b> such processing."
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "You have <b class=\"text-success\">accepted</b> such processing."
msgstr ""

View file

@ -0,0 +1,746 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * privacy_consent
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-12-27 19:34+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"
#. module: privacy_consent
#: model:mail.template,body_html:privacy_consent.template_consent
msgid ""
"<div style=\"background:#F3F5F6;color:#515166;padding:25px 0px;font-family:"
"Arial,Helvetica,sans-serif;font-size:14px;\">\n"
" <table style=\"width:600px;margin:5px auto;\">\n"
" <tbody>\n"
" <tr>\n"
" <td>\n"
" <a href=\"/\">\n"
" <img src=\"/logo\" t-att-alt=\"object."
"activity_id.controller_id.display_name\" style=\"vertical-align:baseline;max-"
"width:100px;\">\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" <table style=\"width:600px;margin:0px auto;background:white;"
"border:1px solid #e1e1e1;\">\n"
" <tbody>\n"
" <tr>\n"
" <td colspan=\"2\" style=\"padding:15px 20px 0px "
"20px; font-size:16px;\">\n"
" <p>\n"
" Hello, <t t-out=\"object.partner_id.name"
"\"></t>\n"
" </p>\n"
" <p>\n"
" We contacted you to ask you to give us "
"your explicit consent to include your data in a data processing activity "
"called\n"
" <b t-out=\"object.activity_id."
"display_name\"></b>, property of\n"
" <i t-out=\"object.activity_id."
"controller_id.display_name\"></i>\n"
" </p>\n"
" <t t-out=\"object.activity_id.description"
"\"></t>\n"
" <p>\n"
" <t t-if=\"object.state == 'answered'\">\n"
" The last time you answered, you\n"
" </t>\n"
" <t t-else=\"\">\n"
" If you do nothing, we will assume "
"you have\n"
" </t>\n"
"\n"
" <t t-if=\"object.accepted\">\n"
" <b>accepted</b>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <b>rejected</b>\n"
" </t>\n"
" such data processing.\n"
" </p>\n"
" <p>\n"
" You can update your preferences below:\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" <tr>\n"
" <td style=\"padding:15px 20px 0px 20px; font-"
"size:16px; text-align:right;\">\n"
" <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"
" Accept\n"
" </a>\n"
" </td>\n"
" <td style=\"padding:15px 20px 0px 20px; font-"
"size:16px; text-align:left;\">\n"
" <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"
" Reject\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" <tr>\n"
" <td colspan=\"2\" style=\"padding:15px 20px 15px "
"20px; font-size:16px;\">\n"
" <p>\n"
" If you need further information, please "
"respond to this email and we will attend your request as soon as possible.\n"
" </p>\n"
" <p>\n"
" Thank you!\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" <table style=\"width:600px;margin:0px auto;text-align:center;"
"\">\n"
" <tbody>\n"
" <tr>\n"
" <td style=\"padding-top:10px;font-size: 12px;"
"\">\n"
" <p>\n"
" Sent by\n"
" <a href=\"/\" style=\"color:#717188;\">\n"
" <t t-out=\"object.activity_id."
"controller_id.display_name\"></t>\n"
" </a>.\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" </div>\n"
" "
msgstr ""
"<div style=\"background:#F3F5F6;color:#515166;padding:25px 0px;font-"
"family:Arial,Helvetica,sans-serif;font-size:14px;\">\n"
" <table style=\"width:600px;margin:5px auto;\">\n"
" <tbody>\n"
" <tr>\n"
" <td>\n"
" <a href=\"/\">\n"
" <img src=\"/logo\" t-att-alt=\"object."
"activity_id.controller_id.display_name\" style=\"vertical-align:baseline;max-"
"width:100px;\">\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" <table style=\"width:600px;margin:0px "
"auto;background:white;border:1px solid #e1e1e1;\">\n"
" <tbody>\n"
" <tr>\n"
" <td colspan=\"2\" style=\"padding:15px 20px 0px "
"20px; font-size:16px;\">\n"
" <p>\n"
" Salve, <t t-out=\"object.partner_id."
"name\"></t>\n"
" </p>\n"
" <p>\n"
" la contattiamo per richiedere il suo "
"consenso eplicito per includere i suoi dati in un processo di trattamento "
"dei dati chiamato\n"
" <b t-out=\"object.activity_id."
"display_name\"></b>, proprietà di\n"
" <i t-out=\"object.activity_id."
"controller_id.display_name\"></i>\n"
" </p>\n"
" <t t-out=\"object.activity_id.description\""
"></t>\n"
" <p>\n"
" <t t-if=\"object.state == 'answered'\">\n"
" L'ultima volta che ha risposto, lei\n"
" </t>\n"
" <t t-else=\"\">\n"
" Se non fa nulla, noi assumeremo che "
"lei abbia\n"
" </t>\n"
"\n"
" <t t-if=\"object.accepted\">\n"
" <b>accettato</b>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <b>rifiutato</b>\n"
" </t>\n"
" tale trattamento dati.\n"
" </p>\n"
" <p>\n"
" Può aggiornare le sue preferenze sotto:\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" <tr>\n"
" <td style=\"padding:15px 20px 0px 20px; font-"
"size:16px; text-align:right;\">\n"
" <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"
" Accetta\n"
" </a>\n"
" </td>\n"
" <td style=\"padding:15px 20px 0px 20px; font-"
"size:16px; text-align:left;\">\n"
" <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"
" Rifiuta\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" <tr>\n"
" <td colspan=\"2\" style=\"padding:15px 20px 15px "
"20px; font-size:16px;\">\n"
" <p>\n"
" Se servono altre informazioni, risponda "
"a questa e-mail e noi gestiremo la sua richiesta il prima possibile.\n"
" </p>\n"
" <p>\n"
" Grazie!\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" <table style=\"width:600px;margin:0px auto;text-align:center;"
"\">\n"
" <tbody>\n"
" <tr>\n"
" <td style=\"padding-top:10px;font-size: 12px;\">"
"\n"
" <p>\n"
" Inviato da\n"
" <a href=\"/\" style=\"color:#717188;\">\n"
" <t t-out=\"object.activity_id."
"controller_id.display_name\"></t>\n"
" </a>.\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" </div>\n"
" "
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_activity_acceptance_changed
msgid "Acceptance Changed"
msgstr "Consenso modificato"
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_consent_acceptance_changed
msgid "Acceptance Changed by Subject"
msgstr "Consenso modificato dal soggetto"
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_consent_acceptance_changed
msgid "Acceptance status updated by subject"
msgstr "Stato consenso modificato dal soggetto"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__accepted
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Accepted"
msgstr "Accettato"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__default_consent
msgid "Accepted by default"
msgstr "Accettato in modo predefinito"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_needaction
msgid "Action Needed"
msgstr "Azione richiesta"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__active
msgid "Active"
msgstr "Attivo"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__activity_id
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Activity"
msgstr "Attività"
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__answered
msgid "Answered"
msgstr "Risposto"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_form
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Archived"
msgstr "In archivio"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_form
msgid "Ask for consent"
msgstr "Richiesta consenso"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_required
msgid "Ask subjects for consent"
msgstr "Richiesta consenso soggetto"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_attachment_count
msgid "Attachment Count"
msgstr "Conteggio allegati"
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_activity__consent_required__auto
msgid "Automatically"
msgstr "Automaticamente"
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__sent
msgid "Awaiting response"
msgstr "Attesa risposta"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "Consent"
msgstr "Consenso"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_default_body_html
msgid "Consent Template Default Body Html"
msgstr "HTML corpo modello predefinito consenso"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_default_subject
msgid "Consent Template Default Subject"
msgstr "Soggetto modello predefinito consenso"
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_privacy_consent
msgid "Consent of data processing"
msgstr "Consenso trattamento dati"
#. module: privacy_consent
#: model:ir.actions.act_window,name:privacy_consent.consent_action
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_ids
#: model:ir.model.fields,field_description:privacy_consent.field_res_partner__privacy_consent_count
#: model:ir.model.fields,field_description:privacy_consent.field_res_users__privacy_consent_count
#: model:ir.ui.menu,name:privacy_consent.menu_privacy_consent
msgid "Consents"
msgstr "Consensi"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_count
msgid "Consents count"
msgstr "Conteggio consensi"
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_res_partner
msgid "Contact"
msgstr "Contatto"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__create_uid
msgid "Created by"
msgstr "Creato da"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__create_date
msgid "Created on"
msgstr "Creato il"
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_privacy_activity
msgid "Data processing activities"
msgstr "Attività di elaborazione dei dati"
#. module: privacy_consent
#: model:mail.template,subject:privacy_consent.template_consent
msgid ""
"Data processing consent request for {{ object.activity_id.display_name }}"
msgstr ""
"Richiesta consenso trattamento dati per {{ object.activity_id.display_name }}"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__display_name
msgid "Display Name"
msgstr "Nome visualizzato"
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__draft
msgid "Draft"
msgstr "Bozza"
#. module: privacy_consent
#: model:ir.model.constraint,message:privacy_consent.constraint_privacy_consent_unique_partner_activity
msgid "Duplicated partner in this data processing activity"
msgstr "Partner duplicato in questa attività elaborazione dati"
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_mail_template
msgid "Email Templates"
msgstr "Modelli e-mail"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_id
msgid "Email template"
msgstr "Modello e-mail"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__consent_template_id
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."
msgstr ""
"E-mail da inviare al soggetto per la richiesta di consenso. Un buon modello "
"dovrebbe includere i dettagli dell'attuale stato di richiesta del consenso, "
"come modificarlo e dove ottenere altre informazioni."
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__consent_required
msgid ""
"Enable if you need to track any kind of consent from the affected subjects"
msgstr ""
"Abilitare se serve tracciare ogni tipo di consenso dei soggetti interessati"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_follower_ids
msgid "Followers"
msgstr "Seguito da"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_partner_ids
msgid "Followers (Partners)"
msgstr "Seguito da (partner)"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "Generate and enqueue missing consent requests"
msgstr "Genera e accoda richieste consenso mancanti"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "Generate missing draft consent requests"
msgstr "Genera richieste di consenso in bozza mancanti"
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/privacy_activity.py:0
#, python-format
msgid "Generated consents"
msgstr "Consensi generati"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Group By"
msgstr "Raggruppa per"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__has_message
msgid "Has Message"
msgstr "Ha un messaggio"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Hello,"
msgstr "Salve,"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "I <b>accept</b> this processing of my data"
msgstr "Io <b>accetto</b> questo trattamento dei miei dati"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "I <b>reject</b> this processing of my data"
msgstr "Io <b>rifiuto</b> questo trattamento dei miei dati"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__id
msgid "ID"
msgstr "ID"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_needaction
msgid "If checked, new messages require your attention."
msgstr "Se selezionata, nuovi messaggi richiedono attenzione."
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_has_error
msgid "If checked, some messages have a delivery error."
msgstr "Se selezionata, alcuni messaggi hanno un errore di consegna."
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "If it was a mistake, you can undo it here:"
msgstr "Se è stato un errore, si può annulare qui:"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__accepted
msgid ""
"Indicates current acceptance status, which can come from subject's last "
"answer, or from the default specified in the related data processing "
"activity."
msgstr ""
"Indica l'attuale stato di accettazione, che può provenire dall'ultima "
"risposta del soggetto o da quanto specificato in modo predefinito nella "
"relativa attività di trattamento."
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_is_follower
msgid "Is Follower"
msgstr "Segue"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__last_metadata
msgid "Last Metadata"
msgstr "Ultimi metadati"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent____last_update
msgid "Last Modified on"
msgstr "Ultima modifica il"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__write_uid
msgid "Last Updated by"
msgstr "Ultimo aggiornamento di"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__write_date
msgid "Last Updated on"
msgstr "Ultimo aggiornamento il"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_main_attachment_id
msgid "Main Attachment"
msgstr "Allegato principale"
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_activity__consent_required__manual
msgid "Manually"
msgstr "Manualmente"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_has_error
msgid "Message Delivery error"
msgstr "Errore di consegna messaggio"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_ids
msgid "Messages"
msgstr "Messaggi"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__last_metadata
msgid "Metadata from the last acceptance or rejection by the subject"
msgstr "Metadati dall'ultima accettazione o rifiuto del soggetto"
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/mail_template.py:0
#, python-format
msgid ""
"Missing privacy consent link placeholders. You need at least these two "
"links:\n"
"<a href=\"%(consent_url)s\">Accept</a>\n"
"<a href=\"%(reject_url)s\">Reject</a>"
msgstr ""
"Segnaposti link consenso privacy mancante. Servono almeno due link:\n"
"<a href=\"%(consent_url)s\">Accetta</a>\n"
"<a href=\"%(reject_url)s\">Rifiuta</a>"
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_activity_consent_new
#: model:mail.message.subtype,name:privacy_consent.mt_consent_consent_new
msgid "New Consent"
msgstr "Nuovo consenso"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_needaction_counter
msgid "Number of Actions"
msgstr "Numero di azioni"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_has_error_counter
msgid "Number of errors"
msgstr "Numero di errori"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_needaction_counter
msgid "Number of messages requiring action"
msgstr "Numero di messaggi che richiedono un'azione"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_has_error_counter
msgid "Number of messages with delivery error"
msgstr "Numero di messaggi con errore di consegna"
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_mail_mail
msgid "Outgoing Mails"
msgstr "E-mail in uscita"
#. module: privacy_consent
#: model:mail.template,name:privacy_consent.template_consent
msgid "Personal data processing consent request"
msgstr "Richiesta consenso trattamento dati personali"
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_activity_acceptance_changed
msgid "Privacy consent request acceptance status changed"
msgstr "Stato accettazione richiesta consenso privacy modificato"
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_activity_consent_new
#: model:mail.message.subtype,description:privacy_consent.mt_consent_consent_new
msgid "Privacy consent request created"
msgstr "Richiesta consenso proivacy creata"
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_activity_state_changed
#: model:mail.message.subtype,description:privacy_consent.mt_consent_state_changed
msgid "Privacy consent request state changed"
msgstr "Stato richiesta consenso privacy modificato"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_res_partner__privacy_consent_count
#: model:ir.model.fields,help:privacy_consent.field_res_users__privacy_consent_count
msgid "Privacy consent requests amount"
msgstr "Totale richieste consenso privacy"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_res_partner__privacy_consent_ids
#: model:ir.model.fields,field_description:privacy_consent.field_res_users__privacy_consent_ids
msgid "Privacy consents"
msgstr "Consensi privacy"
#. module: privacy_consent
#: model:ir.actions.server,name:privacy_consent.cron_auto_consent_ir_actions_server
#: model:ir.cron,cron_name:privacy_consent.cron_auto_consent
msgid "Request automatic data processing consents"
msgstr "Richiesta automatica consensi trattamento dati"
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/privacy_activity.py:0
#, python-format
msgid "Require consent is available only for subjects in current database."
msgstr ""
"La richiesta consenso è disponibile solo per i soggetti di questo database."
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__server_action_id
msgid ""
"Run this action when a new consent request is created or its acceptance "
"status is updated."
msgstr ""
"Esegue questa azione quando una nuova richiesta di consenso è creata o il "
"suo stato accettazione è modificato."
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__server_action_id
msgid "Server action"
msgstr "Azione server"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__default_consent
msgid "Should we assume the subject has accepted if we receive no response?"
msgstr ""
"Si deve assumere che il soggetto ha accettato se non si riceve una risposta?"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Sincerely,<br/>"
msgstr "Cordialmente,<br/>"
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/privacy_activity.py:0
#, python-format
msgid "Specify a mail template to ask automated consent."
msgstr "Indicare un modello e-mail per la richiesta automatica del consenso."
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__state
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "State"
msgstr "Stato"
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_activity_state_changed
#: model:mail.message.subtype,name:privacy_consent.mt_consent_state_changed
msgid "State Changed"
msgstr "Stato modificato"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__partner_id
msgid "Subject"
msgstr "Soggetto"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__partner_id
msgid "Subject asked for consent."
msgstr "Richiesta consenso inoltrata al soggetto."
#. module: privacy_consent
#: model:ir.actions.server,name:privacy_consent.sync_blacklist
msgid "Sync partner's email blacklist status"
msgstr "Sincronizza stato blacklist e-mail del partner"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Thank you!"
msgstr "Grazie!"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Thanks for your response."
msgstr "Grazie per la sua risposta."
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "This could enqueue many consent emails, are you sure to proceed?"
msgstr "Questo accoderà diverse e-mail di consenso, sicuri di procedere?"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid ""
"We asked you to authorize us to process your data in this data processing "
"activity:"
msgstr ""
"Chiediamo la sua autorizzazione per il trattamento dei suoi dati in questa "
"attiviàò di elaborazione:"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "We have recorded this action on your side."
msgstr "Abbiamo registrato questa azione su suo sito."
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "You have <b class=\"text-danger\">rejected</b> such processing."
msgstr "Ha <b class=\"text-danger\">rifiutato</b> questo trattamento."
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "You have <b class=\"text-success\">accepted</b> such processing."
msgstr "Ha <b class=\"text-success\">accettato</b> questo processo."

View file

@ -0,0 +1,593 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * privacy_consent
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: privacy_consent
#: model:mail.template,body_html:privacy_consent.template_consent
msgid ""
"<div style=\"background:#F3F5F6;color:#515166;padding:25px 0px;font-family:Arial,Helvetica,sans-serif;font-size:14px;\">\n"
" <table style=\"width:600px;margin:5px auto;\">\n"
" <tbody>\n"
" <tr>\n"
" <td>\n"
" <a href=\"/\">\n"
" <img src=\"/logo\" t-att-alt=\"object.activity_id.controller_id.display_name\" style=\"vertical-align:baseline;max-width:100px;\">\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" <table style=\"width:600px;margin:0px auto;background:white;border:1px solid #e1e1e1;\">\n"
" <tbody>\n"
" <tr>\n"
" <td colspan=\"2\" style=\"padding:15px 20px 0px 20px; font-size:16px;\">\n"
" <p>\n"
" Hello, <t t-out=\"object.partner_id.name\"></t>\n"
" </p>\n"
" <p>\n"
" We contacted you to ask you to give us your explicit consent to include your data in a data processing activity called\n"
" <b t-out=\"object.activity_id.display_name\"></b>, property of\n"
" <i t-out=\"object.activity_id.controller_id.display_name\"></i>\n"
" </p>\n"
" <t t-out=\"object.activity_id.description\"></t>\n"
" <p>\n"
" <t t-if=\"object.state == 'answered'\">\n"
" The last time you answered, you\n"
" </t>\n"
" <t t-else=\"\">\n"
" If you do nothing, we will assume you have\n"
" </t>\n"
"\n"
" <t t-if=\"object.accepted\">\n"
" <b>accepted</b>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <b>rejected</b>\n"
" </t>\n"
" such data processing.\n"
" </p>\n"
" <p>\n"
" You can update your preferences below:\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" <tr>\n"
" <td style=\"padding:15px 20px 0px 20px; font-size:16px; text-align:right;\">\n"
" <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"
" Accept\n"
" </a>\n"
" </td>\n"
" <td style=\"padding:15px 20px 0px 20px; font-size:16px; text-align:left;\">\n"
" <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"
" Reject\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" <tr>\n"
" <td colspan=\"2\" style=\"padding:15px 20px 15px 20px; font-size:16px;\">\n"
" <p>\n"
" If you need further information, please respond to this email and we will attend your request as soon as possible.\n"
" </p>\n"
" <p>\n"
" Thank you!\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" <table style=\"width:600px;margin:0px auto;text-align:center;\">\n"
" <tbody>\n"
" <tr>\n"
" <td style=\"padding-top:10px;font-size: 12px;\">\n"
" <p>\n"
" Sent by\n"
" <a href=\"/\" style=\"color:#717188;\">\n"
" <t t-out=\"object.activity_id.controller_id.display_name\"></t>\n"
" </a>.\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" </div>\n"
" "
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_activity_acceptance_changed
msgid "Acceptance Changed"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_consent_acceptance_changed
msgid "Acceptance Changed by Subject"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_consent_acceptance_changed
msgid "Acceptance status updated by subject"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__accepted
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Accepted"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__default_consent
msgid "Accepted by default"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_needaction
msgid "Action Needed"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__active
msgid "Active"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__activity_id
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Activity"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__answered
msgid "Answered"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_form
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Archived"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_form
msgid "Ask for consent"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_required
msgid "Ask subjects for consent"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_attachment_count
msgid "Attachment Count"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_activity__consent_required__auto
msgid "Automatically"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__sent
msgid "Awaiting response"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "Consent"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_default_body_html
msgid "Consent Template Default Body Html"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_default_subject
msgid "Consent Template Default Subject"
msgstr ""
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_privacy_consent
msgid "Consent of data processing"
msgstr ""
#. module: privacy_consent
#: model:ir.actions.act_window,name:privacy_consent.consent_action
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_ids
#: model:ir.model.fields,field_description:privacy_consent.field_res_partner__privacy_consent_count
#: model:ir.model.fields,field_description:privacy_consent.field_res_users__privacy_consent_count
#: model:ir.ui.menu,name:privacy_consent.menu_privacy_consent
msgid "Consents"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_count
msgid "Consents count"
msgstr ""
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_res_partner
msgid "Contact"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__create_uid
msgid "Created by"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__create_date
msgid "Created on"
msgstr ""
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_privacy_activity
msgid "Data processing activities"
msgstr ""
#. module: privacy_consent
#: model:mail.template,subject:privacy_consent.template_consent
msgid ""
"Data processing consent request for {{ object.activity_id.display_name }}"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__display_name
msgid "Display Name"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__draft
msgid "Draft"
msgstr ""
#. module: privacy_consent
#: model:ir.model.constraint,message:privacy_consent.constraint_privacy_consent_unique_partner_activity
msgid "Duplicated partner in this data processing activity"
msgstr ""
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_mail_template
msgid "Email Templates"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_id
msgid "Email template"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__consent_template_id
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."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__consent_required
msgid ""
"Enable if you need to track any kind of consent from the affected subjects"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_follower_ids
msgid "Followers"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_partner_ids
msgid "Followers (Partners)"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "Generate and enqueue missing consent requests"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "Generate missing draft consent requests"
msgstr ""
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/privacy_activity.py:0
#, python-format
msgid "Generated consents"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Group By"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__has_message
msgid "Has Message"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Hello,"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "I <b>accept</b> this processing of my data"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "I <b>reject</b> this processing of my data"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__id
msgid "ID"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_needaction
msgid "If checked, new messages require your attention."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_has_error
msgid "If checked, some messages have a delivery error."
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "If it was a mistake, you can undo it here:"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__accepted
msgid ""
"Indicates current acceptance status, which can come from subject's last "
"answer, or from the default specified in the related data processing "
"activity."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_is_follower
msgid "Is Follower"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__last_metadata
msgid "Last Metadata"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent____last_update
msgid "Last Modified on"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__write_uid
msgid "Last Updated by"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__write_date
msgid "Last Updated on"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_main_attachment_id
msgid "Main Attachment"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_activity__consent_required__manual
msgid "Manually"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_has_error
msgid "Message Delivery error"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_ids
msgid "Messages"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__last_metadata
msgid "Metadata from the last acceptance or rejection by the subject"
msgstr ""
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/mail_template.py:0
#, python-format
msgid ""
"Missing privacy consent link placeholders. You need at least these two links:\n"
"<a href=\"%(consent_url)s\">Accept</a>\n"
"<a href=\"%(reject_url)s\">Reject</a>"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_activity_consent_new
#: model:mail.message.subtype,name:privacy_consent.mt_consent_consent_new
msgid "New Consent"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_needaction_counter
msgid "Number of Actions"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_has_error_counter
msgid "Number of errors"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_needaction_counter
msgid "Number of messages requiring action"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_has_error_counter
msgid "Number of messages with delivery error"
msgstr ""
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_mail_mail
msgid "Outgoing Mails"
msgstr ""
#. module: privacy_consent
#: model:mail.template,name:privacy_consent.template_consent
msgid "Personal data processing consent request"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_activity_acceptance_changed
msgid "Privacy consent request acceptance status changed"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_activity_consent_new
#: model:mail.message.subtype,description:privacy_consent.mt_consent_consent_new
msgid "Privacy consent request created"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_activity_state_changed
#: model:mail.message.subtype,description:privacy_consent.mt_consent_state_changed
msgid "Privacy consent request state changed"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_res_partner__privacy_consent_count
#: model:ir.model.fields,help:privacy_consent.field_res_users__privacy_consent_count
msgid "Privacy consent requests amount"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_res_partner__privacy_consent_ids
#: model:ir.model.fields,field_description:privacy_consent.field_res_users__privacy_consent_ids
msgid "Privacy consents"
msgstr ""
#. module: privacy_consent
#: model:ir.actions.server,name:privacy_consent.cron_auto_consent_ir_actions_server
#: model:ir.cron,cron_name:privacy_consent.cron_auto_consent
msgid "Request automatic data processing consents"
msgstr ""
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/privacy_activity.py:0
#, python-format
msgid "Require consent is available only for subjects in current database."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__server_action_id
msgid ""
"Run this action when a new consent request is created or its acceptance "
"status is updated."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__server_action_id
msgid "Server action"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__default_consent
msgid "Should we assume the subject has accepted if we receive no response?"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Sincerely,<br/>"
msgstr ""
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/privacy_activity.py:0
#, python-format
msgid "Specify a mail template to ask automated consent."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__state
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "State"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_activity_state_changed
#: model:mail.message.subtype,name:privacy_consent.mt_consent_state_changed
msgid "State Changed"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__partner_id
msgid "Subject"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__partner_id
msgid "Subject asked for consent."
msgstr ""
#. module: privacy_consent
#: model:ir.actions.server,name:privacy_consent.sync_blacklist
msgid "Sync partner's email blacklist status"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Thank you!"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Thanks for your response."
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "This could enqueue many consent emails, are you sure to proceed?"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid ""
"We asked you to authorize us to process your data in this data processing "
"activity:"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "We have recorded this action on your side."
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "You have <b class=\"text-danger\">rejected</b> such processing."
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "You have <b class=\"text-success\">accepted</b> such processing."
msgstr ""

View file

@ -0,0 +1,877 @@
msgid ""
msgstr ""
"Project-Id-Version: Portuguese (data-protection-10.0)\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2018-12-15 21:58+0000\n"
"Last-Translator: alvarorib <alvaro.ribeiro@exo.pt>\n"
"Language-Team: Portuguese <https://translation.odoo-community.org/projects/"
"data-protection-10-0/data-protection-10-0-privacy_consent/pt/>\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.3\n"
#. module: privacy_consent
#: model:mail.template,body_html:privacy_consent.template_consent
msgid ""
"<div style=\"background:#F3F5F6;color:#515166;padding:25px 0px;font-family:"
"Arial,Helvetica,sans-serif;font-size:14px;\">\n"
" <table style=\"width:600px;margin:5px auto;\">\n"
" <tbody>\n"
" <tr>\n"
" <td>\n"
" <a href=\"/\">\n"
" <img src=\"/logo\" t-att-alt=\"object."
"activity_id.controller_id.display_name\" style=\"vertical-align:baseline;max-"
"width:100px;\">\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" <table style=\"width:600px;margin:0px auto;background:white;"
"border:1px solid #e1e1e1;\">\n"
" <tbody>\n"
" <tr>\n"
" <td colspan=\"2\" style=\"padding:15px 20px 0px "
"20px; font-size:16px;\">\n"
" <p>\n"
" Hello, <t t-out=\"object.partner_id.name"
"\"></t>\n"
" </p>\n"
" <p>\n"
" We contacted you to ask you to give us "
"your explicit consent to include your data in a data processing activity "
"called\n"
" <b t-out=\"object.activity_id."
"display_name\"></b>, property of\n"
" <i t-out=\"object.activity_id."
"controller_id.display_name\"></i>\n"
" </p>\n"
" <t t-out=\"object.activity_id.description"
"\"></t>\n"
" <p>\n"
" <t t-if=\"object.state == 'answered'\">\n"
" The last time you answered, you\n"
" </t>\n"
" <t t-else=\"\">\n"
" If you do nothing, we will assume "
"you have\n"
" </t>\n"
"\n"
" <t t-if=\"object.accepted\">\n"
" <b>accepted</b>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <b>rejected</b>\n"
" </t>\n"
" such data processing.\n"
" </p>\n"
" <p>\n"
" You can update your preferences below:\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" <tr>\n"
" <td style=\"padding:15px 20px 0px 20px; font-"
"size:16px; text-align:right;\">\n"
" <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"
" Accept\n"
" </a>\n"
" </td>\n"
" <td style=\"padding:15px 20px 0px 20px; font-"
"size:16px; text-align:left;\">\n"
" <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"
" Reject\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" <tr>\n"
" <td colspan=\"2\" style=\"padding:15px 20px 15px "
"20px; font-size:16px;\">\n"
" <p>\n"
" If you need further information, please "
"respond to this email and we will attend your request as soon as possible.\n"
" </p>\n"
" <p>\n"
" Thank you!\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" <table style=\"width:600px;margin:0px auto;text-align:center;"
"\">\n"
" <tbody>\n"
" <tr>\n"
" <td style=\"padding-top:10px;font-size: 12px;"
"\">\n"
" <p>\n"
" Sent by\n"
" <a href=\"/\" style=\"color:#717188;\">\n"
" <t t-out=\"object.activity_id."
"controller_id.display_name\"></t>\n"
" </a>.\n"
" </p>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" </table>\n"
" </div>\n"
" "
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_activity_acceptance_changed
msgid "Acceptance Changed"
msgstr "Aceitação Alterada"
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_consent_acceptance_changed
msgid "Acceptance Changed by Subject"
msgstr "Aceitação Alterada por Titular"
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_consent_acceptance_changed
msgid "Acceptance status updated by subject"
msgstr "Estado da aceitação atualizado por titular"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__accepted
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Accepted"
msgstr "Aceite"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__default_consent
msgid "Accepted by default"
msgstr "Aceite por defeito"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_needaction
msgid "Action Needed"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__active
msgid "Active"
msgstr "Ativo"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__activity_id
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Activity"
msgstr "Atividade"
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__answered
msgid "Answered"
msgstr "Respondido"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_form
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Archived"
msgstr "Arquivado"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_form
msgid "Ask for consent"
msgstr "Pedir consentimento"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_required
msgid "Ask subjects for consent"
msgstr "Solicitar consentimento aos titulares"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_attachment_count
msgid "Attachment Count"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_activity__consent_required__auto
msgid "Automatically"
msgstr "Automaticamente"
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__sent
msgid "Awaiting response"
msgstr "À espera de resposta"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "Consent"
msgstr "Consentimento"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_default_body_html
#, fuzzy
msgid "Consent Template Default Body Html"
msgstr "Corpo predefinido HTML do modelo de consentimento"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_default_subject
#, fuzzy
msgid "Consent Template Default Subject"
msgstr "Modelo predefinido de consentimento do titular"
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_privacy_consent
msgid "Consent of data processing"
msgstr "Consentimento de processamento de dados"
#. module: privacy_consent
#: model:ir.actions.act_window,name:privacy_consent.consent_action
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_ids
#: model:ir.model.fields,field_description:privacy_consent.field_res_partner__privacy_consent_count
#: model:ir.model.fields,field_description:privacy_consent.field_res_users__privacy_consent_count
#: model:ir.ui.menu,name:privacy_consent.menu_privacy_consent
msgid "Consents"
msgstr "Consentimentos"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_count
#, fuzzy
msgid "Consents count"
msgstr "Consentimentos"
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_res_partner
msgid "Contact"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__create_uid
msgid "Created by"
msgstr "Criado por"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__create_date
msgid "Created on"
msgstr "Criado em"
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_privacy_activity
msgid "Data processing activities"
msgstr "Atividades de processamento de dados"
#. module: privacy_consent
#: model:mail.template,subject:privacy_consent.template_consent
msgid ""
"Data processing consent request for {{ object.activity_id.display_name }}"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__display_name
msgid "Display Name"
msgstr "Nome a Exibir"
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_consent__state__draft
msgid "Draft"
msgstr "Rascunho"
#. module: privacy_consent
#: model:ir.model.constraint,message:privacy_consent.constraint_privacy_consent_unique_partner_activity
msgid "Duplicated partner in this data processing activity"
msgstr "Parceiro duplicado nesta atividade de processamento de dados"
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_mail_template
msgid "Email Templates"
msgstr "Modelos de E-mail"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__consent_template_id
msgid "Email template"
msgstr "Modelo de Email"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__consent_template_id
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."
msgstr ""
"Email a ser enviado para os titulares a pedir o consentimento. Um bom modelo "
"deve incluir detalhes sobre o estado atual do pedido de consentimento, como "
"alterá-lo, e onde obter ais informação."
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__consent_required
msgid ""
"Enable if you need to track any kind of consent from the affected subjects"
msgstr ""
"Ativar se necessita seguir qualquer espécie de consentimento dos titulares "
"afetados"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_follower_ids
msgid "Followers"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_partner_ids
msgid "Followers (Partners)"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
#, fuzzy
msgid "Generate and enqueue missing consent requests"
msgstr "Gerar e enviar pedidos de consentimento em falta"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
msgid "Generate missing draft consent requests"
msgstr "Gerar pedidos de consentimento em rascunho em falta"
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/privacy_activity.py:0
#, python-format
msgid "Generated consents"
msgstr "Consentimentos gerados"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "Group By"
msgstr "Agrupar Por"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__has_message
msgid "Has Message"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Hello,"
msgstr "Olá"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "I <b>accept</b> this processing of my data"
msgstr "Eu <b>aceito</b> este processamento dos meus dados"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "I <b>reject</b> this processing of my data"
msgstr "Eu <b>rejeito</b> este processamento dos meus dados"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__id
msgid "ID"
msgstr "ID"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_needaction
msgid "If checked, new messages require your attention."
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_has_error
msgid "If checked, some messages have a delivery error."
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "If it was a mistake, you can undo it here:"
msgstr "Se foi um lapso, pode revertê-lo aqui:"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__accepted
msgid ""
"Indicates current acceptance status, which can come from subject's last "
"answer, or from the default specified in the related data processing "
"activity."
msgstr ""
"Indica o estado atual da aceitação, que pode derivar da última resposta do "
"titular, ou estar predefinida nos dados relacionados contidos na atividade "
"em processamento."
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_is_follower
msgid "Is Follower"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__last_metadata
#, fuzzy
msgid "Last Metadata"
msgstr "Últimos Metadados"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent____last_update
msgid "Last Modified on"
msgstr "Última Modificação em"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__write_uid
msgid "Last Updated by"
msgstr "Última Atualização por"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__write_date
msgid "Last Updated on"
msgstr "Última Atualização em"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_main_attachment_id
msgid "Main Attachment"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields.selection,name:privacy_consent.selection__privacy_activity__consent_required__manual
msgid "Manually"
msgstr "Manualmente"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_has_error
msgid "Message Delivery error"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_ids
msgid "Messages"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__last_metadata
msgid "Metadata from the last acceptance or rejection by the subject"
msgstr "Metadados da última aceitação ou rejeição pelo titular"
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/mail_template.py:0
#, python-format
msgid ""
"Missing privacy consent link placeholders. You need at least these two "
"links:\n"
"<a href=\"%(consent_url)s\">Accept</a>\n"
"<a href=\"%(reject_url)s\">Reject</a>"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_activity_consent_new
#: model:mail.message.subtype,name:privacy_consent.mt_consent_consent_new
msgid "New Consent"
msgstr "Novo Consentimento"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_needaction_counter
msgid "Number of Actions"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__message_has_error_counter
msgid "Number of errors"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_needaction_counter
msgid "Number of messages requiring action"
msgstr ""
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__message_has_error_counter
msgid "Number of messages with delivery error"
msgstr ""
#. module: privacy_consent
#: model:ir.model,name:privacy_consent.model_mail_mail
msgid "Outgoing Mails"
msgstr "Mensagens a Enviar"
#. module: privacy_consent
#: model:mail.template,name:privacy_consent.template_consent
msgid "Personal data processing consent request"
msgstr ""
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_activity_acceptance_changed
msgid "Privacy consent request acceptance status changed"
msgstr "Estado de aceitação do pedido de consentimento de privacidade alterado"
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_activity_consent_new
#: model:mail.message.subtype,description:privacy_consent.mt_consent_consent_new
msgid "Privacy consent request created"
msgstr "Pedido de consentimento de privacidade criado"
#. module: privacy_consent
#: model:mail.message.subtype,description:privacy_consent.mt_activity_state_changed
#: model:mail.message.subtype,description:privacy_consent.mt_consent_state_changed
msgid "Privacy consent request state changed"
msgstr "Estado do pedido de consentimento de privacidade alterado"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_res_partner__privacy_consent_count
#: model:ir.model.fields,help:privacy_consent.field_res_users__privacy_consent_count
msgid "Privacy consent requests amount"
msgstr "Número de pedidos de consentimento de privacidade"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_res_partner__privacy_consent_ids
#: model:ir.model.fields,field_description:privacy_consent.field_res_users__privacy_consent_ids
msgid "Privacy consents"
msgstr "Consentimentos de privacidade"
#. module: privacy_consent
#: model:ir.actions.server,name:privacy_consent.cron_auto_consent_ir_actions_server
#: model:ir.cron,cron_name:privacy_consent.cron_auto_consent
msgid "Request automatic data processing consents"
msgstr ""
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/privacy_activity.py:0
#, python-format
msgid "Require consent is available only for subjects in current database."
msgstr ""
"Requerer consentimento, só está disponível para titulares da base de dados "
"atual."
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__server_action_id
msgid ""
"Run this action when a new consent request is created or its acceptance "
"status is updated."
msgstr ""
"Execute esta ação quando um novo pedido de consentimento for criado ou seu "
"estado de aceitação for atualizado."
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_activity__server_action_id
msgid "Server action"
msgstr "Ação do servidor"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_activity__default_consent
msgid "Should we assume the subject has accepted if we receive no response?"
msgstr ""
"Devemos assumir que o titular dos dados aceitou, se não houver resposta?"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Sincerely,<br/>"
msgstr "Cumprimentos,<br />"
#. module: privacy_consent
#. odoo-python
#: code:addons/privacy_consent/models/privacy_activity.py:0
#, python-format
msgid "Specify a mail template to ask automated consent."
msgstr ""
"Especifique um modelo de email para pedido automático de consentimento."
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__state
#: model_terms:ir.ui.view,arch_db:privacy_consent.consent_search
msgid "State"
msgstr "Estado"
#. module: privacy_consent
#: model:mail.message.subtype,name:privacy_consent.mt_activity_state_changed
#: model:mail.message.subtype,name:privacy_consent.mt_consent_state_changed
msgid "State Changed"
msgstr "Estado Alterado"
#. module: privacy_consent
#: model:ir.model.fields,field_description:privacy_consent.field_privacy_consent__partner_id
msgid "Subject"
msgstr "Titular dos dados"
#. module: privacy_consent
#: model:ir.model.fields,help:privacy_consent.field_privacy_consent__partner_id
msgid "Subject asked for consent."
msgstr "Foi pedido consentimento ao titular."
#. module: privacy_consent
#: model:ir.actions.server,name:privacy_consent.sync_blacklist
msgid "Sync partner's email blacklist status"
msgstr ""
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Thank you!"
msgstr "Obrigado!"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "Thanks for your response."
msgstr "Obrigado pela sua resposta."
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.activity_form
#, fuzzy
msgid "This could enqueue many consent emails, are you sure to proceed?"
msgstr ""
"Atenção, esta operação pode enviar múltiplo emails de consentimento pretende "
"prosseguir?"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid ""
"We asked you to authorize us to process your data in this data processing "
"activity:"
msgstr ""
"Pedimos-lhe que nos desse autorização para processarmos os seus dados nesta "
"atividade de processamento:"
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "We have recorded this action on your side."
msgstr "Registámos esta ação com seu conhecimento."
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "You have <b class=\"text-danger\">rejected</b> such processing."
msgstr "Você <b class=\"text-danger\">rejeitou</b> este processamento."
#. module: privacy_consent
#: model_terms:ir.ui.view,arch_db:privacy_consent.form
msgid "You have <b class=\"text-success\">accepted</b> such processing."
msgstr "Você <b class=\"text-success\">aceitou</b> este processamento."
#~ msgid ""
#~ "Data processing consent request for ${object.activity_id.display_name|"
#~ "safe}"
#~ msgstr ""
#~ "Processamento de dados de pedidos de consentimento para ${object."
#~ "activity_id.display_name|safe}"
#, python-format
#~ msgid ""
#~ "Missing privacy consent link placeholders. You need at least these two "
#~ "links:\n"
#~ "<a href=\"%s\">Accept</a>\n"
#~ "<a href=\"%s\">Reject</a>"
#~ msgstr ""
#~ "Espaços reservados aos links de consentimento de privacidade em falta. "
#~ "Necessita pelo menos destes dois links:\n"
#~ "<a href=\"%s\">Aceito</a>\n"
#~ "<a href=\"%s\">Rejeito</a>"
#~ msgid ""
#~ "<?xml version=\"1.0\"?>\n"
#~ "<div style=\"background:#F3F5F6;color:#515166;padding:25px 0px;font-"
#~ "family:Arial,Helvetica,sans-serif;font-size:14px;\">\n"
#~ " <table style=\"width:600px;margin:5px auto;\">\n"
#~ " <tbody>\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <a href=\"/\">\n"
#~ " <img src=\"/logo\" alt=\"${object."
#~ "activity_id.controller_id.display_name|safe}\" style=\"vertical-align:"
#~ "baseline;max-width:100px;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </tbody>\n"
#~ " </table>\n"
#~ " <table style=\"width:600px;margin:0px auto;background:"
#~ "white;border:1px solid #e1e1e1;\">\n"
#~ " <tbody>\n"
#~ " <tr>\n"
#~ " <td colspan=\"2\" style=\"padding:15px 20px "
#~ "0px 20px; font-size:16px;\">\n"
#~ " <p>\n"
#~ " Hello, ${object.partner_id.name|"
#~ "safe}\n"
#~ " </p>\n"
#~ " <p>\n"
#~ " We contacted you to ask you to give "
#~ "us your explicit consent to include your data in a data processing "
#~ "activity called\n"
#~ " <b>${object.activity_id.display_name|"
#~ "safe}</b>, property of\n"
#~ " <i>${object.activity_id.controller_id."
#~ "display_name|safe}</i>\n"
#~ " </p>\n"
#~ " ${object.description or \"\"}\n"
#~ " <p>\n"
#~ " % if object.state == \"answered\":\n"
#~ " The last time you answered, you\n"
#~ " % elif object.state == \"sent\":\n"
#~ " If you do nothing, we will assume "
#~ "you have\n"
#~ " % endif\n"
#~ "\n"
#~ " % if object.accepted:\n"
#~ " <b>accepted</b>\n"
#~ " % else:\n"
#~ " <b>rejected</b>\n"
#~ " % endif\n"
#~ " such data processing.\n"
#~ " </p>\n"
#~ " <p>\n"
#~ " You can update your preferences "
#~ "below:\n"
#~ " </p>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <tr>\n"
#~ " <td style=\"padding:15px 20px 0px 20px; font-"
#~ "size:16px; text-align:right;\">\n"
#~ " <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"
#~ " Accept\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td style=\"padding:15px 20px 0px 20px; font-"
#~ "size:16px; text-align:left;\">\n"
#~ " <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"
#~ " Reject\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <tr>\n"
#~ " <td colspan=\"2\" style=\"padding:15px 20px "
#~ "15px 20px; font-size:16px;\">\n"
#~ " <p>\n"
#~ " If you need further information, "
#~ "please respond to this email and we will attend your request as soon as "
#~ "possible.\n"
#~ " </p>\n"
#~ " <p>\n"
#~ " Thank you!\n"
#~ " </p>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </tbody>\n"
#~ " </table>\n"
#~ " <table style=\"width:600px;margin:0px auto;text-align:"
#~ "center;\">\n"
#~ " <tbody>\n"
#~ " <tr>\n"
#~ " <td style=\"padding-top:10px;font-size: 12px;"
#~ "\">\n"
#~ " <p>\n"
#~ " Sent by\n"
#~ " <a href=\"/\" style=\"color:#717188;"
#~ "\">${object.activity_id.controller_id.display_name|safe}</a>.\n"
#~ " </p>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </tbody>\n"
#~ " </table>\n"
#~ " </div>\n"
#~ " "
#~ msgstr ""
#~ "<?xml version=\"1.0\"?>\n"
#~ "<div style=\"background:#F3F5F6;color:#515166;padding:25px 0px;font-"
#~ "family:Arial,Helvetica,sans-serif;font-size:14px;\">\n"
#~ " <table style=\"width:600px;margin:5px auto;\">\n"
#~ " <tbody>\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <a href=\"/\">\n"
#~ " <img src=\"/logo\" alt=\"${object."
#~ "activity_id.controller_id.display_name|safe}\" style=\"vertical-align:"
#~ "baseline;max-width:100px;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </tbody>\n"
#~ " </table>\n"
#~ " <table style=\"width:600px;margin:0px auto;background:"
#~ "white;border:1px solid #e1e1e1;\">\n"
#~ " <tbody>\n"
#~ " <tr>\n"
#~ " <td colspan=\"2\" style=\"padding:15px 20px "
#~ "0px 20px; font-size:16px;\">\n"
#~ " <p>\n"
#~ " Olá, ${object.partner_id.name|safe}\n"
#~ " </p>\n"
#~ " <p>\n"
#~ " Contactámos, para solicitar o seu "
#~ "consentimento explícito, à inclusão dos seus dados numa atividade de "
#~ "processamento de dados, chamada\n"
#~ " <b>${object.activity_id.display_name|"
#~ "safe}</b>, propriedade de\n"
#~ " <i>${object.activity_id.controller_id."
#~ "display_name|safe}</i>\n"
#~ " </p>\n"
#~ " ${object.description or \"\"}\n"
#~ " <p>\n"
#~ " % if object.state == \"answered\":\n"
#~ " A última vez que nos respondeu, "
#~ "você\n"
#~ " % elif object.state == \"sent\":\n"
#~ " Se nada fizer, assumimos que "
#~ "você\n"
#~ " % endif\n"
#~ "\n"
#~ " % if object.accepted:\n"
#~ " <b>aceitou</b>\n"
#~ " % else:\n"
#~ " <b>rejeitou</b>\n"
#~ " % endif\n"
#~ " esse processamento de dados.\n"
#~ " </p>\n"
#~ " <p>\n"
#~ " Pode atualizar as suas preferências "
#~ "abaixo:\n"
#~ " </p>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <tr>\n"
#~ " <td style=\"padding:15px 20px 0px 20px; font-"
#~ "size:16px; text-align:right;\">\n"
#~ " <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"
#~ " Aceito\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td style=\"padding:15px 20px 0px 20px; font-"
#~ "size:16px; text-align:left;\">\n"
#~ " <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"
#~ " Rejeito\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <tr>\n"
#~ " <td colspan=\"2\" style=\"padding:15px 20px "
#~ "15px 20px; font-size:16px;\">\n"
#~ " <p>\n"
#~ " Se necessitar de mais informação, por "
#~ "favor responda a este email e nós trataremos de esclarecer assim que "
#~ "possível.\n"
#~ " </p>\n"
#~ " <p>\n"
#~ " Obrigado!\n"
#~ " </p>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </tbody>\n"
#~ " </table>\n"
#~ " <table style=\"width:600px;margin:0px auto;text-align:"
#~ "center;\">\n"
#~ " <tbody>\n"
#~ " <tr>\n"
#~ " <td style=\"padding-top:10px;font-size: 12px;"
#~ "\">\n"
#~ " <p>\n"
#~ " Enviado por\n"
#~ " <a href=\"/\" style=\"color:#717188;"
#~ "\">${object.activity_id.controller_id.display_name|safe}</a>.\n"
#~ " </p>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </tbody>\n"
#~ " </table>\n"
#~ " </div>\n"
#~ " "