19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:31:39 +01:00
parent 5df8c07b59
commit daa394e8b0
2114 changed files with 564841 additions and 299642 deletions

View file

@ -15,38 +15,15 @@ pip install odoo-bringout-oca-ocb-mass_mailing_event
## Dependencies
This addon depends on:
- event
- mass_mailing
## Manifest Information
- **Name**: Mass mailing on attendees
- **Version**: 1.0
- **Category**: Hidden
- **License**: LGPL-3
- **Installable**: False
## Source
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `mass_mailing_event`.
- Repository: https://github.com/OCA/OCB
- Branch: 19.0
- Path: addons/mass_mailing_event
## License
This package maintains the original LGPL-3 license from the upstream Odoo project.
## Documentation
- Overview: doc/OVERVIEW.md
- Architecture: doc/ARCHITECTURE.md
- Models: doc/MODELS.md
- Controllers: doc/CONTROLLERS.md
- Wizards: doc/WIZARDS.md
- Reports: doc/REPORTS.md
- Security: doc/SECURITY.md
- Install: doc/INSTALL.md
- Usage: doc/USAGE.md
- Configuration: doc/CONFIGURATION.md
- Dependencies: doc/DEPENDENCIES.md
- Troubleshooting: doc/TROUBLESHOOTING.md
- FAQ: doc/FAQ.md
This package preserves the original LGPL-3 license.

View file

@ -3,7 +3,7 @@
{
'name': 'Mass mailing on attendees',
'category': 'Hidden',
'category': 'Marketing/Email Marketing',
'version': '1.0',
'description':
"""
@ -17,5 +17,6 @@ Bridge module adding UX requirements to ease mass mailing of event attendees.
'views/event_views.xml'
],
'auto_install': True,
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}

View file

@ -1,18 +1,18 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Language-Team: Afrikaans (https://app.transifex.com/odoo/teams/41243/af/)\n"
"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n"
"Language: 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

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
@ -9,10 +9,10 @@ msgstr ""
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/am/)\n"
"Language: 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

View file

@ -1,29 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Malaz Abuidris <msea@odoo.com>, 2022
# Martin Trigaux, 2022
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 13:40+0000\n"
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
"Language-Team: Arabic <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/ar/>\n"
"Language: 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"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 5.12.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 "التواصل مع الحاضرين "
msgstr "التواصل مع الحاضرين"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "اسم العرض"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
@ -33,7 +42,19 @@ msgstr "الفعالية"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
msgstr "التسجيل للفعالية "
msgstr "التسجيل للفعالية"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "الفعالية: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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

View file

@ -1,22 +1,22 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
# Translators:
# erpgo translator <jumshud@erpgo.az>, 2022
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: erpgo translator <jumshud@erpgo.az>, 2022\n"
"Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/az/)\n"
"Language: 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
@ -24,6 +24,12 @@ msgstr ""
msgid "Contact Attendees"
msgstr "İştirakçılar ilə əlaqə saxlayın"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -34,6 +40,18 @@ msgstr "Tədbir"
msgid "Event Registration"
msgstr "Tədbir qeydiyyatı"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,23 +1,23 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
# Translators:
# Albena Mincheva <albena_vicheva@abv.bg>, 2023
# Maria Boyadjieva <marabo2000@gmail.com>, 2023
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Maria Boyadjieva <marabo2000@gmail.com>, 2023\n"
"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
"Language: 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
@ -25,6 +25,12 @@ msgstr ""
msgid "Contact Attendees"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -35,6 +41,18 @@ msgstr "Събитие"
msgid "Event Registration"
msgstr "Регистрация на събитие"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,40 +1,58 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2021-07-12 07:50+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"POT-Creation-Date: 2026-01-25 18:36+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"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \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"
# taken from hr.po
#. 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"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
# taken from hr.po
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
msgstr "Dogadaj"
# taken from hr.po
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
msgstr "<span class=\"o_stat_text\">Mail učesnici</span>"
msgstr ""
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__id
msgid "ID"
msgstr ""
# taken from hr.po
#. 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"
msgstr ""

View file

@ -1,31 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# jabelchi, 2022
# Manel Fernandez Ramirez <manelfera@outlook.com>, 2022
# Quim - eccit <quim@eccit.com>, 2022
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Quim - eccit <quim@eccit.com>, 2022\n"
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 02:34+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Catalan <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/ca/>\n"
"Language: 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"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.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 "Contactar amb els assistents"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -36,7 +44,19 @@ msgstr "Esdeveniment"
msgid "Event Registration"
msgstr "Registre esdeveniment"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "Esdeveniment: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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 "Invitar"
msgstr "Convidar"

View file

@ -1,30 +1,41 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Jiří Podhorecký, 2022
# Martin Trigaux, 2022
#
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Marta (wacm)" <wacm@odoo.com>, 2026.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2026-02-25 14:45+0000\n"
"Last-Translator: \"Marta (wacm)\" <wacm@odoo.com>\n"
"Language-Team: Czech <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/cs/>\n"
"Language: 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"
"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"
"X-Generator: Weblate 5.14.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
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "Zobrazovaný název"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -33,7 +44,19 @@ msgstr "Událost"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
msgstr "Registrace události"
msgstr "Registrace na událost"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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

View file

@ -1,29 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2022
#
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-14 21:10+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Danish <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/da/>\n"
"Language: 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"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.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 "Kontakt deltagere"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "Vis navn"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -34,6 +43,18 @@ msgstr "Arrangement"
msgid "Event Registration"
msgstr "Tillmelding til arrangement"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,29 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2023
#
# Martin Trigaux, 2022
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Larissa Manderfeld (lman)" <lman@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2023\n"
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-31 12:49+0000\n"
"Last-Translator: \"Larissa Manderfeld (lman)\" <lman@odoo.com>\n"
"Language-Team: German <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/de/>\n"
"Language: 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"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.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 "Teilnehmer kontaktieren"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "Anzeigename"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -32,7 +42,19 @@ msgstr "Veranstaltung"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
msgstr "Veranstaltungsanmeldung"
msgstr "Veranstaltungsregistrierung"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "Veranstaltung: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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

View file

@ -1,26 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
# Translators:
# Kostas Goutoudis <goutoudis@gmail.com>, 2018
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
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: Kostas Goutoudis <goutoudis@gmail.com>, 2018\n"
"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-24 19:22+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Greek <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/el/>\n"
"Language: 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"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.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>"
msgid "Contact Attendees"
msgstr "Επικοινωνία με τις επαφές"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
@ -29,6 +38,23 @@ msgid "Event"
msgstr "Συμβάν"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_mail_mass_mailing
msgid "Mass Mailing"
msgstr "Ομαδική Αλληλογραφία"
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
msgstr "Εγγραφή Εκδήλωσης"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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 "Προσκαλέστε"

View file

@ -1,26 +0,0 @@
# 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 ""

View file

@ -1,30 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2022
# Wil Odoo, 2024
#
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-14 21:08+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Spanish <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/es/>\n"
"Language: 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=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == "
"0) ? 1 : 2);\n"
"X-Generator: Weblate 5.12.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 "Contactar a los asistentes"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "Nombre para mostrar"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -35,6 +44,18 @@ msgstr "Evento"
msgid "Event Registration"
msgstr "Inscripción al evento"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "Evento: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -0,0 +1,59 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Fernanda Alvarez (mfar)" <mfar@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-30 17:05+0000\n"
"Last-Translator: \"Fernanda Alvarez (mfar)\" <mfar@odoo.com>\n"
"Language-Team: Spanish (Latin America) <https://translate.odoo.com/projects/"
"odoo-19/mass_mailing_event/es_419/>\n"
"Language: es_419\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.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 "Contactar a los asistentes"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "Mostrar nombre"
#. 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,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
msgstr "Registro al evento"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "Evento: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,26 +0,0 @@
# 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 ""

View file

@ -1,26 +1,36 @@
# 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"
"POT-Creation-Date: 2021-07-12 07:50+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"
"Language: 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_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_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing
msgid "Mail Attendees"
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
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 ""

View file

@ -1,26 +0,0 @@
# 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 ""

View file

@ -1,26 +0,0 @@
# 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 ""

View file

@ -1,26 +0,0 @@
# 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 ""

View file

@ -1,26 +0,0 @@
# 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 ""

View file

@ -1,40 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2022
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Spanish (Mexico) (https://app.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=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 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 "Contactar a los asistentes"
#. 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,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
msgstr "Registro al evento"
#. 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"

View file

@ -1,26 +0,0 @@
# 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 ""

View file

@ -1,26 +0,0 @@
# 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 ""

View file

@ -1,26 +0,0 @@
# 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 ""

View file

@ -1,24 +1,24 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
# Translators:
# Martin Trigaux, 2022
# Rivo Zängov <eraser@eraser.ee>, 2022
# Anna, 2023
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Anna, 2023\n"
"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
"Language: 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
@ -26,6 +26,12 @@ msgstr ""
msgid "Contact Attendees"
msgstr "Massmeilid ja SMS osalejatele"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -36,6 +42,18 @@ msgstr "Sündmus"
msgid "Event Registration"
msgstr "Sündmuse registreerimine"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,26 +1,36 @@
# 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"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n"
"Language: 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,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"
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
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 ""

View file

@ -1,25 +1,25 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
# Translators:
# Hanna Kheradroosta, 2023
# Martin Trigaux, 2023
# Hamed Mohammadi <hamed@dehongi.com>, 2023
# Zahed Alfak <tamass4116@gmail.com>, 2023
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Zahed Alfak <tamass4116@gmail.com>, 2023\n"
"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
"Language: 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
@ -27,6 +27,12 @@ msgstr ""
msgid "Contact Attendees"
msgstr "تماس با شرکت کنندگان"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -37,6 +43,18 @@ msgstr "رویداد"
msgid "Event Registration"
msgstr "ثبت نام رویداد"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,30 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2022
# Martin Trigaux, 2022
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 15:25+0000\n"
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
"Language-Team: Finnish <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/fi/>\n"
"Language: 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"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.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 "Ole yhteydessä osallistujiin"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"
@ -35,6 +43,18 @@ msgstr "Tapahtuma"
msgid "Event Registration"
msgstr "Tapahtuman ilmoittautuminen"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "Tapahtuma: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__id
msgid "ID"
msgstr "Tunnus"
#. module: mass_mailing_event
#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing
msgid "Invite"

View file

@ -1,26 +1,36 @@
# 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"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n"
"Language: 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_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_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing
msgid "Mail Attendees"
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
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 ""

View file

@ -1,30 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2022
# Jolien De Paepe, 2023
#
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Jolien De Paepe, 2023\n"
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-14 21:12+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: French <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/fr/>\n"
"Language: 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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
"1000000 == 0) ? 1 : 2);\n"
"X-Generator: Weblate 5.12.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 "Contacter les participants"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "Nom d'affichage"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -35,6 +45,18 @@ msgstr "Événement"
msgid "Event Registration"
msgstr "Inscription à l'événement"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "Événement : %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,26 +1,36 @@
# 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"
"POT-Creation-Date: 2021-07-12 07:50+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"
"Language: 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_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_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing
msgid "Mail Attendees"
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
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 ""

View file

@ -1,26 +1,36 @@
# 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"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n"
"Language: 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_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_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing
msgid "Mail Attendees"
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
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 ""

View file

@ -1,18 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/gu/)\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"
"Language: 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
@ -23,7 +26,7 @@ msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
msgstr ""
msgstr "ઘટના"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_registration

View file

@ -1,30 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Yihya Hugirat <hugirat@gmail.com>, 2022
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2022
#
# or balmas <or@laylinetech.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2022\n"
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-29 02:31+0000\n"
"Last-Translator: or balmas <or@laylinetech.com>\n"
"Language-Team: Hebrew <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/he/>\n"
"Language: 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=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n"
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
"n % 10 == 0) ? 2 : 3));\n"
"X-Generator: Weblate 5.12.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
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -35,6 +44,18 @@ msgstr "אירוע"
msgid "Event Registration"
msgstr "הרשמה לאירוע"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,25 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Language-Team: Hindi (https://app.transifex.com/odoo/teams/41243/hi/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2024-09-26 08:55+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \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"
"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
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -30,6 +37,18 @@ msgstr ""
msgid "Event Registration"
msgstr ""
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,30 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
# Translators:
# Bole <bole@dajmi5.com>, 2022
# Martin Trigaux, 2022
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n"
"Language: 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"
"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
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -35,6 +42,18 @@ msgstr "Događaj"
msgid "Event Registration"
msgstr "Organizacija događaja"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,24 +1,24 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
# Translators:
# krnkris, 2022
# Tamás Németh <ntomasz81@gmail.com>, 2022
# Martin Trigaux, 2022
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
"Language: 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
@ -26,6 +26,12 @@ msgstr ""
msgid "Contact Attendees"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -36,6 +42,18 @@ msgstr "Esemény"
msgid "Event Registration"
msgstr "Esemény regisztráció"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,36 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Language-Team: Armenian (https://app.transifex.com/odoo/teams/41243/hy/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hy\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_event_registration
msgid "Event Registration"
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 ""

View file

@ -1,29 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2022
#
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 02:33+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Indonesian <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/id/>\n"
"Language: 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"
"X-Generator: Weblate 5.12.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 "Hubungi Peserta"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "Nama Tampilan"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -34,6 +43,18 @@ msgstr "Acara"
msgid "Event Registration"
msgstr "Pendaftaran acara"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "Acara: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,18 +1,18 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Language-Team: Icelandic (https://app.transifex.com/odoo/teams/41243/is/)\n"
"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n"
"Language: 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
@ -23,7 +23,7 @@ msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
msgstr ""
msgstr "Event"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_registration

View file

@ -1,29 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2022
#
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-14 21:18+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Italian <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/it/>\n"
"Language: 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=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == "
"0) ? 1 : 2);\n"
"X-Generator: Weblate 5.12.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 "Contatta partecipanti"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "Nome visualizzato"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -34,6 +44,18 @@ msgstr "Evento"
msgid "Event Registration"
msgstr "Registrazione evento"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "Evento: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,29 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2022
# Ryoko Tsuda <ryoko@quartile.co>, 2023
#
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Ryoko Tsuda <ryoko@quartile.co>, 2023\n"
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-14 21:09+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Japanese <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/ja/>\n"
"Language: 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"
"X-Generator: Weblate 5.12.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 "参加者に連絡"
msgstr "参加者に連絡する"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "表示名"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
@ -35,6 +43,18 @@ msgstr "イベント"
msgid "Event Registration"
msgstr "イベント登録"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "イベント: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,26 +1,36 @@
# 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"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n"
"Language: 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=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,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"
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
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 ""

View file

@ -1,26 +1,54 @@
# 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"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n"
"Language: 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_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
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing
msgid "Mail Attendees"
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
msgstr ""
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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 ""

View file

@ -1,23 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Samkhann Seang <seangsamkhann@gmail.com>, 2023
# Lux Sok <sok.lux@gmail.com>, 2023
#
# Samkhann Seang <seangsamkhann@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2023\n"
"Language-Team: Khmer (https://app.transifex.com/odoo/teams/41243/km/)\n"
"PO-Revision-Date: 2018-09-18 09:49+0000\n"
"Last-Translator: Samkhann Seang <seangsamkhann@gmail.com>, 2018\n"
"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n"
"Language: 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
@ -33,9 +31,9 @@ msgstr "ព្រិត្តិការណ៍"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
msgstr "ការចុះឈ្មោះព្រឹត្តិការណ៍"
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 "សូមអញ្ជើញ"
msgstr ""

View file

@ -1,29 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2022
#
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 04:40+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Korean <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/ko/>\n"
"Language: 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"
"X-Generator: Weblate 5.12.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
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "표시명"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -34,6 +43,18 @@ msgstr "행사"
msgid "Event Registration"
msgstr "행사 등록"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "행사: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,25 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Language-Team: Belarusian (https://app.transifex.com/odoo/teams/41243/be/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2024-09-26 08:55+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: be\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"
"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
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -30,6 +37,18 @@ msgstr ""
msgid "Event Registration"
msgstr ""
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,18 +1,18 @@
# 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"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2019-08-26 09:11+0000\n"
"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n"
"Language: 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
@ -26,6 +26,11 @@ msgid "Event"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_mailing_mailing
msgid "Mass Mailing"
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
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 ""

View file

@ -1,22 +1,18 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# Translators:
# ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 2023
#
# * mass_mailing_event
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 2023\n"
"Language-Team: Lao (https://app.transifex.com/odoo/teams/41243/lo/)\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n"
"Language: 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
@ -27,7 +23,7 @@ msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
msgstr "ເຫດການ"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_registration

View file

@ -1,31 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Linas Versada <linaskrisiukenas@gmail.com>, 2022
# digitouch UAB <digitouchagencyeur@gmail.com>, 2022
# Gailius Kazlauskas <gailius@vialaurea.lt>, 2024
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Gailius Kazlauskas <gailius@vialaurea.lt>, 2024\n"
"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 18:36+0000\n"
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
"Language-Team: Lithuanian <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/lt/>\n"
"Language: 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"
"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"
"X-Generator: Weblate 5.12.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 "Susisiekite su dalyviais"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "Rodomas pavadinimas"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -36,6 +45,18 @@ msgstr "Renginys"
msgid "Event Registration"
msgstr "Renginio registracija"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,31 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
# Translators:
# Arnis Putniņš <arnis@allegro.lv>, 2022
# Martin Trigaux, 2022
# JanisJanis <jbojars@gmail.com>, 2022
# ievaputnina <ievai.putninai@gmail.com>, 2023
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: ievaputnina <ievai.putninai@gmail.com>, 2023\n"
"Last-Translator: JanisJanis <jbojars@gmail.com>, 2022\n"
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
"Language: 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"
"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 "Sazinieties ar dalībniekiem"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
@ -37,6 +43,18 @@ msgstr "Notikums"
msgid "Event Registration"
msgstr "Pasākuma reģistrācija"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2021-07-12 07:50+0000\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2026-01-25 18:36+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -20,6 +20,12 @@ msgstr ""
msgid "Contact Attendees"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -30,6 +36,18 @@ msgstr ""
msgid "Event Registration"
msgstr ""
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,26 +1,36 @@
# 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"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n"
"Language: 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_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_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing
msgid "Mail Attendees"
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
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 ""

View file

@ -1,41 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# Translators:
# Niyas Raphy, 2023
# Nikhil Krishnan, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Nikhil Krishnan, 2023\n"
"Language-Team: Malayalam (https://app.transifex.com/odoo/teams/41243/ml/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ml\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_event_registration
msgid "Event Registration"
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 "ക്ഷണിക്കുക"

View file

@ -1,22 +1,22 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
# Translators:
# Martin Trigaux, 2022
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n"
"Language: 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
@ -24,6 +24,12 @@ msgstr ""
msgid "Contact Attendees"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -34,6 +40,18 @@ msgstr "Арга хэмжээ"
msgid "Event Registration"
msgstr "Арга хэмжээний бүртгэл"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,40 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# Translators:
# Mehjabin Farsana, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Mehjabin Farsana, 2023\n"
"Language-Team: Malay (https://app.transifex.com/odoo/teams/41243/ms/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ms\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,name:mass_mailing_event.model_event_event
msgid "Event"
msgstr "Peristiwa"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
msgstr "Pendaftaran Acara"
#. module: mass_mailing_event
#: model_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing
msgid "Invite"
msgstr ""

View file

@ -1,25 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Language-Team: Swahili (https://app.transifex.com/odoo/teams/41243/sw/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2024-09-26 08:55+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sw\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\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
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -30,6 +37,18 @@ msgstr ""
msgid "Event Registration"
msgstr ""
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,30 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2022
# Marius Stedjan <marius@stedjan.com>, 2022
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Marius Stedjan <marius@stedjan.com>, 2022\n"
"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 18:36+0000\n"
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
"Language-Team: Norwegian Bokmål <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/nb_NO/>\n"
"Language: 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"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.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 "Kontakt deltakere"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "Visningsnavn"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -35,6 +43,18 @@ msgstr "Arrangement"
msgid "Event Registration"
msgstr "Arrangementregistrering"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,26 +1,36 @@
# 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"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n"
"Language: 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_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_terms:ir.ui.view,arch_db:mass_mailing_event.event_event_view_form_inherit_mass_mailing
msgid "Mail Attendees"
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
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 ""

View file

@ -1,29 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2022
#
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# Bren Driesen <brdri@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-21 05:27+0000\n"
"Last-Translator: Bren Driesen <brdri@odoo.com>\n"
"Language-Team: Dutch <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/nl/>\n"
"Language: 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"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.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 "Neem contact op met deelnemers"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "Weergavenaam"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -34,6 +44,18 @@ msgstr "Evenement"
msgid "Event Registration"
msgstr "Evenementinschrijving"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "Evenement: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,36 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Language-Team: Norwegian (https://app.transifex.com/odoo/teams/41243/no/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: no\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_event_registration
msgid "Event Registration"
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 ""

View file

@ -1,31 +1,41 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Dawid Prus, 2022
# Dariusz Żbikowski <darek@krokus.com.pl>, 2022
# Martin Trigaux, 2022
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 10:04+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Polish <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/pl/>\n"
"Language: 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"
"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"
"X-Generator: Weblate 5.12.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 "Skontaktuj się z uczestnikami"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"
@ -36,6 +46,18 @@ msgstr "Wydarzenie"
msgid "Event Registration"
msgstr "Rejestracja wydarzenia"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "Wydarzenie: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,31 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Manuela Silva <mmsrs@sky.com>, 2022
# Martin Trigaux, 2022
# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2022
# cafonso <cafonso62@gmail.com>, 2024
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: cafonso <cafonso62@gmail.com>, 2024\n"
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 18:36+0000\n"
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
"Language-Team: Portuguese <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/pt/>\n"
"Language: 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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
"1000000 == 0) ? 1 : 2);\n"
"X-Generator: Weblate 5.12.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 "Contato dos Participantes"
msgstr "Contatar participantes"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
@ -37,6 +45,18 @@ msgstr "Evento"
msgid "Event Registration"
msgstr "Registos no Evento"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,28 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2022
#
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 10:04+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Portuguese (Brazil) <https://translate.odoo.com/projects/"
"odoo-19/mass_mailing_event/pt_BR/>\n"
"Language: 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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
"1000000 == 0) ? 1 : 2);\n"
"X-Generator: Weblate 5.12.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 "Contato dos Participantes"
msgstr "Contatar participantes"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "Nome exibido"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
@ -32,7 +42,19 @@ msgstr "Evento"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
msgstr "Inscrição no Evento"
msgstr "Inscrição no evento"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "Evento: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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

View file

@ -1,30 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
# Translators:
# Martin Trigaux, 2022
# Claudia Baisan, 2023
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Claudia Baisan, 2023\n"
"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n"
"Language: 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"
"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 "Contactați participanții"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -35,6 +42,18 @@ msgstr "Eveniment"
msgid "Event Registration"
msgstr "Înregistrare eveniment"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,30 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2022
# Сергей Шебанин <sergey@shebanin.ru>, 2022
# alenafairy, 2023
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Anastasiia Koroleva (koan)" <koan@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: alenafairy, 2023\n"
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-12-03 08:33+0000\n"
"Last-Translator: \"Anastasiia Koroleva (koan)\" <koan@odoo.com>\n"
"Language-Team: Russian <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/ru/>\n"
"Language: 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"
"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"
"X-Generator: Weblate 5.14.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 "Связаться с участниками"
msgstr "Контактные лица"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
@ -34,7 +42,19 @@ msgstr "Событие"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
msgstr "Регистрация события"
msgstr "Регистрация событий"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "Мероприятие: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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

View file

@ -1,29 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
# Translators:
# Martin Trigaux, 2022
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
"Language: 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"
"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
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -34,6 +41,18 @@ msgstr "Udalosť"
msgid "Event Registration"
msgstr "Registrácia udalosti"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,30 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2022
# Aleš Pipan, 2024
#
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Aleš Pipan, 2024\n"
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 21:25+0000\n"
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
"Language-Team: Slovenian <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/sl/>\n"
"Language: 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"
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
"n%100==4 ? 2 : 3;\n"
"X-Generator: Weblate 5.12.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 "Sporočilo udeležencem"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "Prikazani naziv"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -35,6 +44,18 @@ msgstr "Dogodek"
msgid "Event Registration"
msgstr "Registracija dogodka"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,25 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Language-Team: Albanian (https://app.transifex.com/odoo/teams/41243/sq/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-12-30 18:37+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \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"
"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
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -30,6 +37,18 @@ msgstr ""
msgid "Event Registration"
msgstr ""
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,40 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# Translators:
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2022
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2022\n"
"Language-Team: Serbian (https://app.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 "Contact Attendees"
msgstr "Kontaktiraj učesnike"
#. 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_event_registration
msgid "Event Registration"
msgstr "Registracija za događaj"
#. 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"

View file

@ -1,22 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2022
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Project-Id-Version: Odoo Server saas~14.4\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"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, "
"2022\n"
"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n"
"Language: sr\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"
"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 učesnike"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
@ -24,6 +38,23 @@ 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"
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
msgstr "Registracija za događaj"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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 "Pozovi"

View file

@ -1,41 +1,61 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Chrille Hedberg <hedberg.chrille@gmail.com>, 2022
# Anders Wallenquist <anders.wallenquist@vertel.se>, 2022
# Kristoffer Grundström <lovaren@gmail.com>, 2022
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Kristoffer Grundström <lovaren@gmail.com>, 2022\n"
"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 21:36+0000\n"
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
"Language-Team: Swedish <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/sv/>\n"
"Language: 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"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.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 "Kontakta deltagare"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "Visningsnamn"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
msgstr "Event"
msgstr "Evenemang"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
msgstr "Anmälan"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "Evenemang: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,36 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Language-Team: Tamil (https://app.transifex.com/odoo/teams/41243/ta/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ta\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_event_registration
msgid "Event Registration"
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 ""

View file

@ -1,30 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Wichanon Jamwutthipreecha, 2022
# Martin Trigaux, 2022
#
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 21:33+0000\n"
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
"Language-Team: Thai <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/th/>\n"
"Language: 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"
"X-Generator: Weblate 5.12.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
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "แสดงชื่อ"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -35,6 +44,18 @@ msgstr "อีเวนต์"
msgid "Event Registration"
msgstr "การลงทะเบียนอีเวนต์"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "กิจกรรม: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,32 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Yedigen, 2022
# Metin Akın <aknmetin@gmail.com>, 2022
# Martin Trigaux, 2022
# Ediz Duman <neps1192@gmail.com>, 2022
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
# DeepL <noreply-mt-deepl@weblate.org>, 2025.
# Odoo Turkish Import <dyki+tr@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Ediz Duman <neps1192@gmail.com>, 2022\n"
"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-21 14:45+0000\n"
"Last-Translator: Odoo Turkish Import <dyki+tr@odoo.com>\n"
"Language-Team: Turkish <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/tr/>\n"
"Language: 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"
"X-Generator: Weblate 5.12.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 "Katılımcılarla İletişim"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "İsim Göster"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -37,6 +47,18 @@ msgstr "Etkinlik"
msgid "Event Registration"
msgstr "Etkinlik Kaydı"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "Etkinlik: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,29 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
# Translators:
# Martin Trigaux, 2022
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
"Language: 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"
"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
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -34,6 +43,18 @@ msgstr "Подія"
msgid "Event Registration"
msgstr "Реєстрація події"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr ""
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -0,0 +1,70 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
#
# Translated by:
# Deepvision - info@deepvision.uz | +998 77-093-0007
# Amon Olimov - amon.bars@gmail.com
# Jonibek Yorqulov - j.yorqulov@deepvision.uz
# Mirzohidkhon Ulugkhujaev ulugkhujayevmirzohidxon@gmail.com
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: uz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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
#, fuzzy
msgid "Contact Attendees"
msgstr "Ishtirokchilar bilan aloqa"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
#, fuzzy
msgid "Display Name"
msgstr "Korsatiladigan nom"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
#, fuzzy
msgid "Event"
msgstr "Tadbir"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_registration
#, fuzzy
msgid "Event Registration"
msgstr "Tadbirga royxatdan otish"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
#, fuzzy
msgid "Event: %s"
msgstr "Tadbir: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__id
#, fuzzy
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
#, fuzzy
msgid "Invite"
msgstr "Taklif etish"

View file

@ -1,29 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2022
#
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 04:40+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Vietnamese <https://translate.odoo.com/projects/odoo-19/"
"mass_mailing_event/vi/>\n"
"Language: 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"
"X-Generator: Weblate 5.12.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 "Contact Attendees"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__display_name
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"
@ -32,7 +41,19 @@ msgstr "Sự kiện"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
msgstr "Đăng ký Sự kiện"
msgstr "Đăng ký sự kiện"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "Sự kiện: %s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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

View file

@ -1,29 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2022
#
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 15:25+0000\n"
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
"Language-Team: Chinese (Simplified Han script) <https://translate.odoo.com/"
"projects/odoo-19/mass_mailing_event/zh_Hans/>\n"
"Language: 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"
"X-Generator: Weblate 5.12.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
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "显示名称"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -34,6 +43,18 @@ msgstr "活动"
msgid "Event Registration"
msgstr "活动登记"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "活动:%s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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"

View file

@ -1,29 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_event
#
# * mass_mailing_event
#
# Translators:
# Martin Trigaux, 2022
#
# Wil Odoo, 2025
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Project-Id-Version: Odoo Server saas~18.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-16 08:10+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Chinese (Traditional Han script) <https://translate.odoo.com/"
"projects/odoo-19/mass_mailing_event/zh_Hant/>\n"
"Language: 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"
"X-Generator: Weblate 5.12.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
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__display_name
msgid "Display Name"
msgstr "顯示名稱"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_event
msgid "Event"
@ -32,7 +41,19 @@ msgstr "活動"
#. module: mass_mailing_event
#: model:ir.model,name:mass_mailing_event.model_event_registration
msgid "Event Registration"
msgstr "活動登記"
msgstr "活動報名"
#. module: mass_mailing_event
#. odoo-python
#: code:addons/mass_mailing_event/models/event_event.py:0
msgid "Event: %s"
msgstr "活動:%s"
#. module: mass_mailing_event
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_event__id
#: model:ir.model.fields,field_description:mass_mailing_event.field_event_registration__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

View file

@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import models
from odoo import models, _
class Event(models.Model):
class EventEvent(models.Model):
_inherit = "event.event"
def action_mass_mailing_attendees(self):
@ -16,7 +16,8 @@ class Event(models.Model):
'target': 'current',
'context': {
'default_mailing_model_id': self.env.ref('event.model_event_registration').id,
'default_mailing_domain': repr([('event_id', 'in', self.ids), ('state', '!=', 'cancel')])
'default_mailing_domain': repr([('event_id', 'in', self.ids), ('state', 'not in', ['cancel', 'draft'])]),
'default_subject': _("Event: %s", self.name),
},
}
@ -27,5 +28,8 @@ class Event(models.Model):
'res_model': 'mailing.mailing',
'view_mode': 'form',
'target': 'current',
'context': {'default_mailing_model_id': self.env.ref('base.model_res_partner').id},
'context': {
'default_mailing_model_id': self.env.ref('base.model_res_partner').id,
'default_subject': _("Event: %s", self.name),
},
}

View file

@ -11,8 +11,8 @@ class EventRegistration(models.Model):
_mailing_enabled = True
def _mailing_get_default_domain(self, mailing):
default_domain = [('state', 'not in', ['cancel', 'draft'])]
default_mailing_model_id = self.env.context.get('default_mailing_model_id')
if mailing.mailing_model_id.id == default_mailing_model_id and self.env.context.get('default_mailing_domain'):
return ast.literal_eval(self.env.context['default_mailing_domain'])
return default_domain
default_mailing_domain = self.env.context.get('default_mailing_domain')
if default_mailing_model_id and mailing.mailing_model_id.id == default_mailing_model_id and default_mailing_domain:
return ast.literal_eval(default_mailing_domain)
return [('state', 'not in', ['cancel', 'draft'])]

View file

@ -11,14 +11,14 @@
<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)]}"/>
invisible="is_finished or not event_registrations_open"/>
<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)]}"/>
invisible="is_finished or event_registrations_open"/>
<button name="action_mass_mailing_attendees" type="object" string="Contact Attendees"
groups="mass_mailing.group_mass_mailing_user"
attrs="{'invisible': [('seats_expected', '=', 0)]}"/>
invisible="seats_taken == 0"/>
</xpath>
</field>
</record>

View file

@ -1,13 +1,15 @@
[project]
name = "odoo-bringout-oca-ocb-mass_mailing_event"
version = "16.0.0"
description = "Mass mailing on attendees - Odoo addon"
description = "Mass mailing on attendees -
Odoo addon
"
authors = [
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
]
dependencies = [
"odoo-bringout-oca-ocb-event>=16.0.0",
"odoo-bringout-oca-ocb-mass_mailing>=16.0.0",
"odoo-bringout-oca-ocb-event>=19.0.0",
"odoo-bringout-oca-ocb-mass_mailing>=19.0.0",
"requests>=2.25.1"
]
readme = "README.md"
@ -17,7 +19,7 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Office/Business",
]