diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/mass_mailing_event | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/mass_mailing_event')
82 files changed, 3378 insertions, 0 deletions
diff --git a/addons/mass_mailing_event/__init__.py b/addons/mass_mailing_event/__init__.py new file mode 100644 index 00000000..dc5e6b69 --- /dev/null +++ b/addons/mass_mailing_event/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import models diff --git a/addons/mass_mailing_event/__manifest__.py b/addons/mass_mailing_event/__manifest__.py new file mode 100644 index 00000000..e064e1f1 --- /dev/null +++ b/addons/mass_mailing_event/__manifest__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + 'name': 'Mass mailing on attendees', + 'category': 'Hidden', + 'version': '1.0', + 'description': + """ +Mass mail event attendees +========================= + +Bridge module adding UX requirements to ease mass mailing of event attendees. + """, + 'depends': ['event', 'mass_mailing'], + 'data': [ + 'views/event_views.xml' + ], + 'auto_install': True, + 'license': 'LGPL-3', +} diff --git a/addons/mass_mailing_event/i18n/af.po b/addons/mass_mailing_event/i18n/af.po new file mode 100644 index 00000000..5c2879ad --- /dev/null +++ b/addons/mass_mailing_event/i18n/af.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/am.po b/addons/mass_mailing_event/i18n/am.po new file mode 100644 index 00000000..3053adcf --- /dev/null +++ b/addons/mass_mailing_event/i18n/am.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Amharic (https://www.transifex.com/odoo/teams/41243/am/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: am\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/ar.po b/addons/mass_mailing_event/i18n/ar.po new file mode 100644 index 00000000..35672bb7 --- /dev/null +++ b/addons/mass_mailing_event/i18n/ar.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Mustafa Rawi <mustafa@cubexco.com>, 2020 +# Osama Ahmaro <osamaahmaro@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Osama Ahmaro <osamaahmaro@gmail.com>, 2020\n" +"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "الاسم المعروض" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "الفعالية" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "المُعرف" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "دعوة" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" diff --git a/addons/mass_mailing_event/i18n/az.po b/addons/mass_mailing_event/i18n/az.po new file mode 100644 index 00000000..6a7115b4 --- /dev/null +++ b/addons/mass_mailing_event/i18n/az.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-08-24 09:20+0000\n" +"Language-Team: Azerbaijani (https://www.transifex.com/odoo/teams/41243/az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "<span class=\"o_stat_text\">Mail Attendees</span>" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_mail_mass_mailing +msgid "Mass Mailing" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/bg.po b/addons/mass_mailing_event/i18n/bg.po new file mode 100644 index 00000000..8cdb395f --- /dev/null +++ b/addons/mass_mailing_event/i18n/bg.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# Albena Mincheva <albena_vicheva@abv.bg>, 2020 +# Maria Boyadjieva <marabo2000@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Maria Boyadjieva <marabo2000@gmail.com>, 2020\n" +"Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Събитие" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Поканете" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Последно променено на" diff --git a/addons/mass_mailing_event/i18n/bn.po b/addons/mass_mailing_event/i18n/bn.po new file mode 100644 index 00000000..cb08e72d --- /dev/null +++ b/addons/mass_mailing_event/i18n/bn.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2021 +# Abu Zafar <azmikbal@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Abu Zafar <azmikbal@gmail.com>, 2021\n" +"Language-Team: Bengali (https://www.transifex.com/odoo/teams/41243/bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "প্রদর্শন নাম" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "ইভেন্ট" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "আইডি " + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "সর্বশেষ সংশোধিত" diff --git a/addons/mass_mailing_event/i18n/bs.po b/addons/mass_mailing_event/i18n/bs.po new file mode 100644 index 00000000..8a219860 --- /dev/null +++ b/addons/mass_mailing_event/i18n/bs.po @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-09-18 09:49+0000\n" +"Last-Translator: Martin Trigaux, 2018\n" +"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "<span class=\"o_stat_text\">Mail Attendees</span>" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Dogadaj" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_mail_mass_mailing +msgid "Mass Mailing" +msgstr "Masovno slanje pošte" diff --git a/addons/mass_mailing_event/i18n/ca.po b/addons/mass_mailing_event/i18n/ca.po new file mode 100644 index 00000000..b53a9880 --- /dev/null +++ b/addons/mass_mailing_event/i18n/ca.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# Quim - eccit <quim@eccit.com>, 2020 +# Manel Fernandez Ramirez <manelfera@outlook.com>, 2020 +# jabelchi, 2021 +# José Cabrera Lozano <jose.cabrera@edukative.es>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: José Cabrera Lozano <jose.cabrera@edukative.es>, 2021\n" +"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Contactar amb els assistents" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Nom mostrat" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Esdeveniment" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Invitar" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Última modificació el " diff --git a/addons/mass_mailing_event/i18n/ckb.po b/addons/mass_mailing_event/i18n/ckb.po new file mode 100644 index 00000000..326f6358 --- /dev/null +++ b/addons/mass_mailing_event/i18n/ckb.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020\n" +"Language-Team: Central Kurdish (https://www.transifex.com/odoo/teams/41243/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "پیشاندانی ناو" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ناسنامە" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "بانگێشت" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "دواین دەستکاری لە" diff --git a/addons/mass_mailing_event/i18n/cs.po b/addons/mass_mailing_event/i18n/cs.po new file mode 100644 index 00000000..e878aeaa --- /dev/null +++ b/addons/mass_mailing_event/i18n/cs.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# Jan Horzinka <jan.horzinka@centrum.cz>, 2020 +# Jiří Podhorecký, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Jiří Podhorecký, 2020\n" +"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Kontaktujte účastníky" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Zobrazované jméno" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Událost" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Pozvat" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Naposled změněno" diff --git a/addons/mass_mailing_event/i18n/da.po b/addons/mass_mailing_event/i18n/da.po new file mode 100644 index 00000000..a5fa36f5 --- /dev/null +++ b/addons/mass_mailing_event/i18n/da.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Morten Schou <ms@msteknik.dk>, 2020 +# Jesper Carstensen <jc@danodoo.dk>, 2020 +# Sanne Kristensen <sanne@vkdata.dk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Sanne Kristensen <sanne@vkdata.dk>, 2020\n" +"Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Kontakt deltagere" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Arrangement" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Inviter" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" diff --git a/addons/mass_mailing_event/i18n/de.po b/addons/mass_mailing_event/i18n/de.po new file mode 100644 index 00000000..6d309868 --- /dev/null +++ b/addons/mass_mailing_event/i18n/de.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Veranstaltung" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Einladen" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" diff --git a/addons/mass_mailing_event/i18n/el.po b/addons/mass_mailing_event/i18n/el.po new file mode 100644 index 00000000..31050d44 --- /dev/null +++ b/addons/mass_mailing_event/i18n/el.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# Kostas Goutoudis <goutoudis@gmail.com>, 2020 +# Alexandros Kapetanios <alexandros@gnugr.org>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Alexandros Kapetanios <alexandros@gnugr.org>, 2021\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Επικοινωνία με τις επαφές" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Συμβάν" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "Κωδικός" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Προσκαλέστε" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Τελευταία τροποποίηση στις" diff --git a/addons/mass_mailing_event/i18n/en_GB.po b/addons/mass_mailing_event/i18n/en_GB.po new file mode 100644 index 00000000..5222c086 --- /dev/null +++ b/addons/mass_mailing_event/i18n/en_GB.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/eo.po b/addons/mass_mailing_event/i18n/eo.po new file mode 100644 index 00000000..d4db9e88 --- /dev/null +++ b/addons/mass_mailing_event/i18n/eo.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Language-Team: Esperanto (https://www.transifex.com/odoo/teams/41243/eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/es.po b/addons/mass_mailing_event/i18n/es.po new file mode 100644 index 00000000..23ca574e --- /dev/null +++ b/addons/mass_mailing_event/i18n/es.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# VivianMontana23 <vivianpvm@gmail.com>, 2020 +# Osiris Román <osiris.roman@yachaytech.edu.ec>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Osiris Román <osiris.roman@yachaytech.edu.ec>, 2020\n" +"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Contactar con los asistentes" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Evento" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Invitar" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Última modificación el" diff --git a/addons/mass_mailing_event/i18n/es_BO.po b/addons/mass_mailing_event/i18n/es_BO.po new file mode 100644 index 00000000..bbe2fd94 --- /dev/null +++ b/addons/mass_mailing_event/i18n/es_BO.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/es_BO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_BO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/es_CL.po b/addons/mass_mailing_event/i18n/es_CL.po new file mode 100644 index 00000000..58816137 --- /dev/null +++ b/addons/mass_mailing_event/i18n/es_CL.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/es_CL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/es_CO.po b/addons/mass_mailing_event/i18n/es_CO.po new file mode 100644 index 00000000..2486469a --- /dev/null +++ b/addons/mass_mailing_event/i18n/es_CO.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/teams/41243/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/es_CR.po b/addons/mass_mailing_event/i18n/es_CR.po new file mode 100644 index 00000000..93b668d9 --- /dev/null +++ b/addons/mass_mailing_event/i18n/es_CR.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/teams/41243/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/es_DO.po b/addons/mass_mailing_event/i18n/es_DO.po new file mode 100644 index 00000000..a9618bc5 --- /dev/null +++ b/addons/mass_mailing_event/i18n/es_DO.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/teams/41243/es_DO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_DO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/es_EC.po b/addons/mass_mailing_event/i18n/es_EC.po new file mode 100644 index 00000000..5b739bf1 --- /dev/null +++ b/addons/mass_mailing_event/i18n/es_EC.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/es_MX.po b/addons/mass_mailing_event/i18n/es_MX.po new file mode 100644 index 00000000..f4b69f67 --- /dev/null +++ b/addons/mass_mailing_event/i18n/es_MX.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Cécile Collart <cco@odoo.com>, 2021 +# Patricia Gutiérrez Capetillo <pagc@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Patricia Gutiérrez Capetillo <pagc@odoo.com>, 2021\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/odoo/teams/41243/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Contactar a los asistentes" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Nombre en pantalla" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Evento" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Invitar" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Última modificación el" diff --git a/addons/mass_mailing_event/i18n/es_PE.po b/addons/mass_mailing_event/i18n/es_PE.po new file mode 100644 index 00000000..db152329 --- /dev/null +++ b/addons/mass_mailing_event/i18n/es_PE.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/es_PE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/es_PY.po b/addons/mass_mailing_event/i18n/es_PY.po new file mode 100644 index 00000000..309ee8b9 --- /dev/null +++ b/addons/mass_mailing_event/i18n/es_PY.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/teams/41243/es_PY/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PY\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/es_VE.po b/addons/mass_mailing_event/i18n/es_VE.po new file mode 100644 index 00000000..247f46a6 --- /dev/null +++ b/addons/mass_mailing_event/i18n/es_VE.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/teams/41243/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/et.po b/addons/mass_mailing_event/i18n/et.po new file mode 100644 index 00000000..bd7146e3 --- /dev/null +++ b/addons/mass_mailing_event/i18n/et.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Triine Aavik <triine@avalah.ee>, 2020 +# Rivo Zängov <eraser@eraser.ee>, 2020 +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Kuva nimi" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Sündmus" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Kutsu" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud (millal)" diff --git a/addons/mass_mailing_event/i18n/eu.po b/addons/mass_mailing_event/i18n/eu.po new file mode 100644 index 00000000..21c3a130 --- /dev/null +++ b/addons/mass_mailing_event/i18n/eu.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2021 +# Eneko <eastigarraga@codesyntax.com>, 2021 +# Mikel Lizarralde <mikellizarralde@gmail.com>, 2021 +# 61590936fa9bf290362ee306eeabf363_944dd10 <a8bfd5a0b49b9c8455f33fc521764cc3_680674>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: 61590936fa9bf290362ee306eeabf363_944dd10 <a8bfd5a0b49b9c8455f33fc521764cc3_680674>, 2021\n" +"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Gertakizuna" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Gonbidatu " + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Azken aldaketa" diff --git a/addons/mass_mailing_event/i18n/fa.po b/addons/mass_mailing_event/i18n/fa.po new file mode 100644 index 00000000..886ac245 --- /dev/null +++ b/addons/mass_mailing_event/i18n/fa.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Zahed Alfak <tamass4116@gmail.com>, 2020 +# Martin Trigaux, 2020 +# Hamid Darabi, 2020 +# Hamed Mohammadi <hamed@dehongi.com>, 2020 +# Mohsen Mohammadi <iammohsen.123@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Mohsen Mohammadi <iammohsen.123@gmail.com>, 2021\n" +"Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "مخاطبان شرکت کننده" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "رویداد" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "شناسه" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "دعوت" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "آخرین تغییر در" diff --git a/addons/mass_mailing_event/i18n/fi.po b/addons/mass_mailing_event/i18n/fi.po new file mode 100644 index 00000000..abb3d18c --- /dev/null +++ b/addons/mass_mailing_event/i18n/fi.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# Kari Lindgren <kari.lindgren@emsystems.fi>, 2020 +# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2020 +# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020\n" +"Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Ole yhteydessä osallistujiin" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Näyttönimi" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Tapahtuma" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "Tunniste (ID)" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Kutsu" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" diff --git a/addons/mass_mailing_event/i18n/fo.po b/addons/mass_mailing_event/i18n/fo.po new file mode 100644 index 00000000..ce052abc --- /dev/null +++ b/addons/mass_mailing_event/i18n/fo.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/fr.po b/addons/mass_mailing_event/i18n/fr.po new file mode 100644 index 00000000..924ca5a8 --- /dev/null +++ b/addons/mass_mailing_event/i18n/fr.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# Aurélien Pillevesse <aurelienpillevesse@hotmail.fr>, 2020 +# Cécile Collart <cco@odoo.com>, 2020 +# Gilles Mangin <gilles.mangin@phidias.fr>, 2020 +# Julien Goergen <jgo@odoo.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Julien Goergen <jgo@odoo.com>, 2020\n" +"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Contacter les Participants" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Événement" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Inviter" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" diff --git a/addons/mass_mailing_event/i18n/fr_CA.po b/addons/mass_mailing_event/i18n/fr_CA.po new file mode 100644 index 00000000..2cae9b40 --- /dev/null +++ b/addons/mass_mailing_event/i18n/fr_CA.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CA\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/gl.po b/addons/mass_mailing_event/i18n/gl.po new file mode 100644 index 00000000..80af0dab --- /dev/null +++ b/addons/mass_mailing_event/i18n/gl.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/gu.po b/addons/mass_mailing_event/i18n/gu.po new file mode 100644 index 00000000..49733b57 --- /dev/null +++ b/addons/mass_mailing_event/i18n/gu.po @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-08-24 09:04+0000\n" +"PO-Revision-Date: 2018-08-24 09:04+0000\n" +"Last-Translator: Martin Trigaux, 2018\n" +"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "<span class=\"o_stat_text\">Mail Attendees</span>" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "ઘટના" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_mail_mass_mailing +msgid "Mass Mailing" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/he.po b/addons/mass_mailing_event/i18n/he.po new file mode 100644 index 00000000..730984af --- /dev/null +++ b/addons/mass_mailing_event/i18n/he.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Yihya Hugirat <hugirat@gmail.com>, 2020 +# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020\n" +"Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "צור קשר עם המשתתפים" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "שם תצוגה" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "אירוע" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "מזהה" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "הזמן" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "שונה לאחרונה ב - " diff --git a/addons/mass_mailing_event/i18n/hi.po b/addons/mass_mailing_event/i18n/hi.po new file mode 100644 index 00000000..55957eef --- /dev/null +++ b/addons/mass_mailing_event/i18n/hi.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Language-Team: Hindi (https://www.transifex.com/odoo/teams/41243/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/hr.po b/addons/mass_mailing_event/i18n/hr.po new file mode 100644 index 00000000..28caaaaa --- /dev/null +++ b/addons/mass_mailing_event/i18n/hr.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# Bole <bole@dajmi5.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Bole <bole@dajmi5.com>, 2021\n" +"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Kontaktiraj prisutne" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Događaj" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Pozovi" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Zadnja promjena" diff --git a/addons/mass_mailing_event/i18n/hu.po b/addons/mass_mailing_event/i18n/hu.po new file mode 100644 index 00000000..dedde5ba --- /dev/null +++ b/addons/mass_mailing_event/i18n/hu.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2021 +# krnkris, 2021 +# Tamás Németh <ntomasz81@gmail.com>, 2021 +# Ákos Nagy <akos.nagy@oregional.hu>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Ákos Nagy <akos.nagy@oregional.hu>, 2021\n" +"Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Esemény" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "Azonosító" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Meghívás" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Legutóbb módosítva" diff --git a/addons/mass_mailing_event/i18n/id.po b/addons/mass_mailing_event/i18n/id.po new file mode 100644 index 00000000..c9c8064a --- /dev/null +++ b/addons/mass_mailing_event/i18n/id.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# William Surya Permana <zarambie_game@yahoo.com>, 2020 +# Wahyu Setiawan <wahyusetiaaa@gmail.com>, 2020 +# Abdul Munif Hanafi <amunifhanafi@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Abdul Munif Hanafi <amunifhanafi@gmail.com>, 2021\n" +"Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Hubungi Peserta" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Acara" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Undang" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Terakhir diubah pada" diff --git a/addons/mass_mailing_event/i18n/is.po b/addons/mass_mailing_event/i18n/is.po new file mode 100644 index 00000000..1bd420e7 --- /dev/null +++ b/addons/mass_mailing_event/i18n/is.po @@ -0,0 +1,36 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2018 +# Bjorn Ingvarsson <boi@exigo.is>, 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-08-24 09:20+0000\n" +"Last-Translator: Bjorn Ingvarsson <boi@exigo.is>, 2018\n" +"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "<span class=\"o_stat_text\">Mail Attendees</span>" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Event" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_mail_mass_mailing +msgid "Mass Mailing" +msgstr "Fjöldapóstur" diff --git a/addons/mass_mailing_event/i18n/it.po b/addons/mass_mailing_event/i18n/it.po new file mode 100644 index 00000000..d0cb0f6b --- /dev/null +++ b/addons/mass_mailing_event/i18n/it.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Sergio Zanchetta <primes2h@gmail.com>, 2020 +# Paolo Valier, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Paolo Valier, 2020\n" +"Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Contatta partecipanti" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Evento" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Invita" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" diff --git a/addons/mass_mailing_event/i18n/ja.po b/addons/mass_mailing_event/i18n/ja.po new file mode 100644 index 00000000..842d5a08 --- /dev/null +++ b/addons/mass_mailing_event/i18n/ja.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Shunho Kin <s-kin@shonan-innovation.co.jp>, 2020 +# Martin Trigaux, 2020 +# Yoshi Tashiro <tashiro@roomsfor.hk>, 2020 +# Noma Yuki, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Noma Yuki, 2020\n" +"Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "参加者に連絡する" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "イベント" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "招待" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "最終更新日" diff --git a/addons/mass_mailing_event/i18n/ka.po b/addons/mass_mailing_event/i18n/ka.po new file mode 100644 index 00000000..60c4be71 --- /dev/null +++ b/addons/mass_mailing_event/i18n/ka.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Mari Khomeriki <mari.khomeriki@maxinai.com>, 2021 +# Temur, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Temur, 2021\n" +"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "სახელი" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "მოვლენა" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "იდენტიფიკატორი/ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "ბოლოს განახლებულია" diff --git a/addons/mass_mailing_event/i18n/kab.po b/addons/mass_mailing_event/i18n/kab.po new file mode 100644 index 00000000..2efae6e2 --- /dev/null +++ b/addons/mass_mailing_event/i18n/kab.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: kab\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/km.po b/addons/mass_mailing_event/i18n/km.po new file mode 100644 index 00000000..acf60071 --- /dev/null +++ b/addons/mass_mailing_event/i18n/km.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Sengtha Chay <sengtha@gmail.com>, 2020 +# Samkhann Seang <seangsamkhann@gmail.com>, 2020 +# Lux Sok <sok.lux@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2020\n" +"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "ឈ្មោះសំរាប់បង្ហាញ" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "ព្រិត្តិការណ៍" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "អត្តសញ្ញាណ" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "សូមអញ្ជើញ" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ" diff --git a/addons/mass_mailing_event/i18n/ko.po b/addons/mass_mailing_event/i18n/ko.po new file mode 100644 index 00000000..7f0ceaa6 --- /dev/null +++ b/addons/mass_mailing_event/i18n/ko.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# JH CHOI <hwangtog@gmail.com>, 2020 +# Linkup <link-up@naver.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Linkup <link-up@naver.com>, 2020\n" +"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "참석자 문의" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "이름 표시" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "행사" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "초대" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "최근 수정" diff --git a/addons/mass_mailing_event/i18n/lb.po b/addons/mass_mailing_event/i18n/lb.po new file mode 100644 index 00000000..f9812d3b --- /dev/null +++ b/addons/mass_mailing_event/i18n/lb.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-23 11:32+0000\n" +"PO-Revision-Date: 2019-08-26 09:11+0000\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_mailing_mailing +msgid "Mass Mailing" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/lo.po b/addons/mass_mailing_event/i18n/lo.po new file mode 100644 index 00000000..915cdf72 --- /dev/null +++ b/addons/mass_mailing_event/i18n/lo.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lo\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/lt.po b/addons/mass_mailing_event/i18n/lt.po new file mode 100644 index 00000000..db70d246 --- /dev/null +++ b/addons/mass_mailing_event/i18n/lt.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2021 +# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2021 +# digitouch UAB <digitouchagencyeur@gmail.com>, 2021 +# Linas Versada <linaskrisiukenas@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2021\n" +"Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Rodomas pavadinimas" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Renginys" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Kviesti" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" diff --git a/addons/mass_mailing_event/i18n/lv.po b/addons/mass_mailing_event/i18n/lv.po new file mode 100644 index 00000000..17a9f8dc --- /dev/null +++ b/addons/mass_mailing_event/i18n/lv.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Arnis Putniņš <arnis@allegro.lv>, 2020 +# JanisJanis <jbojars@gmail.com>, 2020 +# ievaputnina <ievai.putninai@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: ievaputnina <ievai.putninai@gmail.com>, 2020\n" +"Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Attēlotais nosaukums" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Notikums" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Uzaicināt" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Pēdējoreiz modificēts" diff --git a/addons/mass_mailing_event/i18n/mass_mailing_event.pot b/addons/mass_mailing_event/i18n/mass_mailing_event.pot new file mode 100644 index 00000000..0b196bf7 --- /dev/null +++ b/addons/mass_mailing_event/i18n/mass_mailing_event.pot @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-01 07:29+0000\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: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/mk.po b/addons/mass_mailing_event/i18n/mk.po new file mode 100644 index 00000000..2503b8af --- /dev/null +++ b/addons/mass_mailing_event/i18n/mk.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/mn.po b/addons/mass_mailing_event/i18n/mn.po new file mode 100644 index 00000000..26698f03 --- /dev/null +++ b/addons/mass_mailing_event/i18n/mn.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Дэлгэрэнгүй нэр" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Арга хэмжээ" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Урих" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Сүүлд зассан огноо" diff --git a/addons/mass_mailing_event/i18n/nb.po b/addons/mass_mailing_event/i18n/nb.po new file mode 100644 index 00000000..045ac287 --- /dev/null +++ b/addons/mass_mailing_event/i18n/nb.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# Marius Stedjan <marius@stedjan.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Marius Stedjan <marius@stedjan.com>, 2020\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Kontakt deltakere" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Visningsnavn" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Arrangement" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Inviter" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Sist endret" diff --git a/addons/mass_mailing_event/i18n/ne.po b/addons/mass_mailing_event/i18n/ne.po new file mode 100644 index 00000000..7bb799de --- /dev/null +++ b/addons/mass_mailing_event/i18n/ne.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/nl.po b/addons/mass_mailing_event/i18n/nl.po new file mode 100644 index 00000000..925e31e8 --- /dev/null +++ b/addons/mass_mailing_event/i18n/nl.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Yenthe Van Ginneken <yenthespam@gmail.com>, 2020 +# Martin Trigaux, 2020 +# Erwin van der Ploeg <erwin@odooexperts.nl>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2020\n" +"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Neem contact op met deelnemers" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Evenement" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Uitnodigen" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" diff --git a/addons/mass_mailing_event/i18n/nl_BE.po b/addons/mass_mailing_event/i18n/nl_BE.po new file mode 100644 index 00000000..b9254f63 --- /dev/null +++ b/addons/mass_mailing_event/i18n/nl_BE.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/odoo/teams/41243/nl_BE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_BE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/pl.po b/addons/mass_mailing_event/i18n/pl.po new file mode 100644 index 00000000..6ffad39f --- /dev/null +++ b/addons/mass_mailing_event/i18n/pl.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# Dariusz Żbikowski <darek@krokus.com.pl>, 2020 +# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020\n" +"Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Nazwa wyświetlana" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Wydarzenie" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Zaproś" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Data ostatniej modyfikacji" diff --git a/addons/mass_mailing_event/i18n/pt.po b/addons/mass_mailing_event/i18n/pt.po new file mode 100644 index 00000000..0563f1fc --- /dev/null +++ b/addons/mass_mailing_event/i18n/pt.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# Manuela Silva <manuelarodsilva@gmail.com>, 2020 +# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2020 +# Pedro Filipe <pedro2.10@hotmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Pedro Filipe <pedro2.10@hotmail.com>, 2020\n" +"Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Nome" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Evento" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Convidar" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Última Modificação em" diff --git a/addons/mass_mailing_event/i18n/pt_BR.po b/addons/mass_mailing_event/i18n/pt_BR.po new file mode 100644 index 00000000..66176c7b --- /dev/null +++ b/addons/mass_mailing_event/i18n/pt_BR.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Rodrigo de Almeida Sottomaior Macedo <rmsolucoeseminformatica@protonmail.com>, 2020 +# Martin Trigaux, 2020 +# Mateus Lopes <mateus1@gmail.com>, 2020 +# André Augusto Firmino Cordeiro <a.cordeito@gmail.com>, 2020 +# Lucas Rabelo <lucas.rabelo@nextsolucoes.net.br>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Lucas Rabelo <lucas.rabelo@nextsolucoes.net.br>, 2020\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/teams/41243/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Contato dos Participantes" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Nome exibido" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Evento" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Convidar" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Última modificação em" diff --git a/addons/mass_mailing_event/i18n/ro.po b/addons/mass_mailing_event/i18n/ro.po new file mode 100644 index 00000000..bf440768 --- /dev/null +++ b/addons/mass_mailing_event/i18n/ro.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Nume afișat" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Eveniment" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Invită" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Ultima modificare la" diff --git a/addons/mass_mailing_event/i18n/ru.po b/addons/mass_mailing_event/i18n/ru.po new file mode 100644 index 00000000..57f434cc --- /dev/null +++ b/addons/mass_mailing_event/i18n/ru.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# ILMIR <karamov@it-projects.info>, 2020 +# Irina Fedulova <istartlin@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Irina Fedulova <istartlin@gmail.com>, 2020\n" +"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Отображаемое имя" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Событие" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "Идентификатор" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Приглашение" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Последнее изменение" diff --git a/addons/mass_mailing_event/i18n/si.po b/addons/mass_mailing_event/i18n/si.po new file mode 100644 index 00000000..13eeb9bb --- /dev/null +++ b/addons/mass_mailing_event/i18n/si.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Language-Team: Sinhala (https://www.transifex.com/odoo/teams/41243/si/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: si\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/sk.po b/addons/mass_mailing_event/i18n/sk.po new file mode 100644 index 00000000..4dfc5517 --- /dev/null +++ b/addons/mass_mailing_event/i18n/sk.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# Matus Krnac <matus.krnac@gmail.com>, 2020 +# Rastislav Brencic <rastislav.brencic@azet.sk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Rastislav Brencic <rastislav.brencic@azet.sk>, 2020\n" +"Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Kontakt účastníkov" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Zobrazovaný názov" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Udalosť" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Pozvať" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Posledná úprava" diff --git a/addons/mass_mailing_event/i18n/sl.po b/addons/mass_mailing_event/i18n/sl.po new file mode 100644 index 00000000..56fbdca7 --- /dev/null +++ b/addons/mass_mailing_event/i18n/sl.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2021 +# Matjaz Mozetic <m.mozetic@matmoz.si>, 2021 +# matjaz k <matjaz@mentis.si>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: matjaz k <matjaz@mentis.si>, 2021\n" +"Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Dogodek" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Povabi" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" diff --git a/addons/mass_mailing_event/i18n/sq.po b/addons/mass_mailing_event/i18n/sq.po new file mode 100644 index 00000000..b133e0b9 --- /dev/null +++ b/addons/mass_mailing_event/i18n/sq.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Albanian (https://www.transifex.com/odoo/teams/41243/sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/sr.po b/addons/mass_mailing_event/i18n/sr.po new file mode 100644 index 00000000..2d408cfb --- /dev/null +++ b/addons/mass_mailing_event/i18n/sr.po @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-09-18 09:49+0000\n" +"Last-Translator: Martin Trigaux, 2018\n" +"Language-Team: Serbian (https://www.transifex.com/odoo/teams/41243/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "<span class=\"o_stat_text\">Mail Attendees</span>" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Događaj" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_mail_mass_mailing +msgid "Mass Mailing" +msgstr "Masovno slanje pošte" diff --git a/addons/mass_mailing_event/i18n/sr@latin.po b/addons/mass_mailing_event/i18n/sr@latin.po new file mode 100644 index 00000000..f2217958 --- /dev/null +++ b/addons/mass_mailing_event/i18n/sr@latin.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Događaj" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Mail Attendees" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/sv.po b/addons/mass_mailing_event/i18n/sv.po new file mode 100644 index 00000000..86e6053b --- /dev/null +++ b/addons/mass_mailing_event/i18n/sv.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Kristoffer Grundström <lovaren@gmail.com>, 2021 +# Martin Trigaux, 2021 +# Anders Wallenquist <anders.wallenquist@vertel.se>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Anders Wallenquist <anders.wallenquist@vertel.se>, 2021\n" +"Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Kontakta deltagare" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Evenemang" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Bjud in" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" diff --git a/addons/mass_mailing_event/i18n/th.po b/addons/mass_mailing_event/i18n/th.po new file mode 100644 index 00000000..97939493 --- /dev/null +++ b/addons/mass_mailing_event/i18n/th.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# Khwunchai Jaengsawang <khwunchai.j@ku.th>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Khwunchai Jaengsawang <khwunchai.j@ku.th>, 2020\n" +"Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "เหตุการณ์" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "รหัส" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "เชิญ" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" diff --git a/addons/mass_mailing_event/i18n/tr.po b/addons/mass_mailing_event/i18n/tr.po new file mode 100644 index 00000000..51873419 --- /dev/null +++ b/addons/mass_mailing_event/i18n/tr.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Ediz Duman <neps1192@gmail.com>, 2020 +# Levent Karakaş <levent@mektup.at>, 2020 +# Murat Kaplan <muratk@projetgrup.com>, 2020 +# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2020 +# Metin Akın <aknmetin@gmail.com>, 2020 +# Yedigen, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Yedigen, 2020\n" +"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Katılımcılarla İletişim" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Görünüm Adı" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Etkinlik" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Davet Et" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Son Düzenleme" diff --git a/addons/mass_mailing_event/i18n/uk.po b/addons/mass_mailing_event/i18n/uk.po new file mode 100644 index 00000000..2100d053 --- /dev/null +++ b/addons/mass_mailing_event/i18n/uk.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# Alina Lisnenko <alinasemeniuk1@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2021\n" +"Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Зв'язатися з учасником" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Відобразити назву" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Подія" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Запросити" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Останні зміни" diff --git a/addons/mass_mailing_event/i18n/ur.po b/addons/mass_mailing_event/i18n/ur.po new file mode 100644 index 00000000..bfc46b1a --- /dev/null +++ b/addons/mass_mailing_event/i18n/ur.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Language-Team: Urdu (https://www.transifex.com/odoo/teams/41243/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "" diff --git a/addons/mass_mailing_event/i18n/vi.po b/addons/mass_mailing_event/i18n/vi.po new file mode 100644 index 00000000..37207ae5 --- /dev/null +++ b/addons/mass_mailing_event/i18n/vi.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# fanha99 <fanha99@hotmail.com>, 2020 +# Nancy Momoland <thanhnguyen.icsc@gmail.com>, 2020 +# Duy BQ <duybq86@gmail.com>, 2020 +# Trần Hà <tranthuha13590@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: Trần Hà <tranthuha13590@gmail.com>, 2021\n" +"Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "Contact Attendees" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "Sự kiện" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "Mời" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" diff --git a/addons/mass_mailing_event/i18n/zh_CN.po b/addons/mass_mailing_event/i18n/zh_CN.po new file mode 100644 index 00000000..0884cd90 --- /dev/null +++ b/addons/mass_mailing_event/i18n/zh_CN.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# Martin Trigaux, 2020 +# Jeffery CHEN Fan <jeffery9@gmail.com>, 2020 +# Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020 +# liAnGjiA <liangjia@qq.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: liAnGjiA <liangjia@qq.com>, 2021\n" +"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "联系与会者" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "活动" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "邀请" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "最后修改日" diff --git a/addons/mass_mailing_event/i18n/zh_TW.po b/addons/mass_mailing_event/i18n/zh_TW.po new file mode 100644 index 00000000..4ef58d24 --- /dev/null +++ b/addons/mass_mailing_event/i18n/zh_TW.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_event +# +# Translators: +# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:14+0000\n" +"Last-Translator: 敬雲 林 <chingyun@yuanchih-consult.com>, 2020\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Contact Attendees" +msgstr "聯繫活動參加者" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: mass_mailing_event +#: model:ir.model,name:mass_mailing_event.model_event_event +msgid "Event" +msgstr "活動" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id +msgid "ID" +msgstr "ID" + +#. module: mass_mailing_event +#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing +msgid "Invite" +msgstr "邀請" + +#. module: mass_mailing_event +#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event____last_update +msgid "Last Modified on" +msgstr "最後修改於" diff --git a/addons/mass_mailing_event/models/__init__.py b/addons/mass_mailing_event/models/__init__.py new file mode 100644 index 00000000..80862024 --- /dev/null +++ b/addons/mass_mailing_event/models/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import event diff --git a/addons/mass_mailing_event/models/event.py b/addons/mass_mailing_event/models/event.py new file mode 100644 index 00000000..648a9007 --- /dev/null +++ b/addons/mass_mailing_event/models/event.py @@ -0,0 +1,31 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import models, _ + + +class Event(models.Model): + _inherit = "event.event" + + def action_mass_mailing_attendees(self): + return { + 'name': 'Mass Mail Attendees', + 'type': 'ir.actions.act_window', + 'res_model': 'mailing.mailing', + 'view_mode': 'form', + 'target': 'current', + 'context': { + 'default_mailing_model_id': self.env.ref('event.model_event_registration').id, + 'default_mailing_domain': repr([('event_id', 'in', self.ids)]) + }, + } + + def action_invite_contacts(self): + return { + 'name': 'Mass Mail Invitation', + 'type': 'ir.actions.act_window', + 'res_model': 'mailing.mailing', + 'view_mode': 'form', + 'target': 'current', + 'context': {'default_mailing_model_id': self.env.ref('base.model_res_partner').id}, + } diff --git a/addons/mass_mailing_event/views/event_views.xml b/addons/mass_mailing_event/views/event_views.xml new file mode 100644 index 00000000..15127418 --- /dev/null +++ b/addons/mass_mailing_event/views/event_views.xml @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<odoo> + <record id="event_event_view_form_inherit_mass_mailing" model="ir.ui.view"> + <field name="name">event.event.view.form.inherit.mass.mailing</field> + <field name="model">event.event</field> + <field name="priority" eval="4"/> + <field name="inherit_id" ref="event.view_event_form"/> + <field name="arch" type="xml"> + <xpath expr="//field[@name='stage_id']" position="before"> + <field name="event_registrations_open" invisible="1"/> + <button name="action_invite_contacts" type="object" string="Invite" + class="btn btn-primary" + groups="mass_mailing.group_mass_mailing_user" + attrs="{'invisible': [('event_registrations_open', '=', False)]}"/> + <button name="action_invite_contacts" type="object" string="Invite" + class="btn btn-secondary" + groups="mass_mailing.group_mass_mailing_user" + attrs="{'invisible': [('event_registrations_open', '=', True)]}"/> + <button name="action_mass_mailing_attendees" type="object" string="Contact Attendees" + groups="mass_mailing.group_mass_mailing_user" + attrs="{'invisible': [('seats_expected', '=', 0)]}"/> + </xpath> + </field> + </record> +</odoo> |
