diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/calendar_sms | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/calendar_sms')
84 files changed, 5970 insertions, 0 deletions
diff --git a/addons/calendar_sms/__init__.py b/addons/calendar_sms/__init__.py new file mode 100644 index 00000000..dc5e6b69 --- /dev/null +++ b/addons/calendar_sms/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import models diff --git a/addons/calendar_sms/__manifest__.py b/addons/calendar_sms/__manifest__.py new file mode 100644 index 00000000..ef596133 --- /dev/null +++ b/addons/calendar_sms/__manifest__.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + 'name': "Calendar - SMS", + 'summary': 'Send text messages as event reminders', + 'description': "Send text messages as event reminders", + 'category': 'Hidden', + 'version': '1.0', + 'depends': ['calendar', 'sms'], + 'data': [ + 'security/sms_security.xml', + 'data/sms_data.xml', + 'views/calendar_views.xml', + ], + 'application': False, + 'auto_install': True, + 'license': 'LGPL-3', +} diff --git a/addons/calendar_sms/data/sms_data.xml b/addons/calendar_sms/data/sms_data.xml new file mode 100644 index 00000000..89000475 --- /dev/null +++ b/addons/calendar_sms/data/sms_data.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" ?> +<odoo> + <data noupdate="1"> + <record id="sms_template_data_calendar_reminder" model="sms.template"> + <field name="name">Calendar Event: Reminder</field> + <field name="model_id" ref="calendar.model_calendar_event"/> + <field name="body">Event reminder: ${object.name}, ${object.display_time}</field> + </record> + </data> +</odoo> diff --git a/addons/calendar_sms/i18n/af.po b/addons/calendar_sms/i18n/af.po new file mode 100644 index 00000000..73421d7c --- /dev/null +++ b/addons/calendar_sms/i18n/af.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Andre de Kock <adekock11@gmail.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+0000\n" +"Last-Translator: Andre de Kock <adekock11@gmail.com>, 2017\n" +"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "calendar.alarm_manager" diff --git a/addons/calendar_sms/i18n/am.po b/addons/calendar_sms/i18n/am.po new file mode 100644 index 00000000..0d4cca08 --- /dev/null +++ b/addons/calendar_sms/i18n/am.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+0000\n" +"Language-Team: Amharic (https://www.transifex.com/odoo/teams/41243/am/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: am\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/ar.po b/addons/calendar_sms/i18n/ar.po new file mode 100644 index 00000000..6ad15619 --- /dev/null +++ b/addons/calendar_sms/i18n/ar.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Mustafa Rawi <mustafa@cubexco.com>, 2020 +# Ghaith Gammar <g.gammar@saharaifs.net>, 2020 +# Osama Ahmaro <osamaahmaro@gmail.com>, 2020 +# Tasneem Sarhan <tsa@odoo.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Tasneem Sarhan <tsa@odoo.com>, 2020\n" +"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "حدث التقويم" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "الاسم المعروض" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "تنبيه الفعالية" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "إدارة تنبيه الفعالية" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "المُعرف" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "رسالة نصية قصيرة" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "إرسال رسالة نصية قصيرة للحضور" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "النوع" diff --git a/addons/calendar_sms/i18n/az.po b/addons/calendar_sms/i18n/az.po new file mode 100644 index 00000000..be1f1288 --- /dev/null +++ b/addons/calendar_sms/i18n/az.po @@ -0,0 +1,68 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-08-24 09:17+0000\n" +"Language-Team: Azerbaijani (https://www.transifex.com/odoo/teams/41243/az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: selection:calendar.alarm,type:0 +msgid "Email" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: selection:calendar.alarm,type:0 +msgid "Notification" +msgstr "" + +#. module: calendar_sms +#: selection:calendar.alarm,type:0 +msgid "SMS Text Message" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__type +msgid "Type" +msgstr "" diff --git a/addons/calendar_sms/i18n/bg.po b/addons/calendar_sms/i18n/bg.po new file mode 100644 index 00000000..51c330cc --- /dev/null +++ b/addons/calendar_sms/i18n/bg.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Rosen Vladimirov <vladimirov.rosen@gmail.com>, 2020 +# Igor Sheludko <igor.sheludko@gmail.com>, 2020 +# Albena Mincheva <albena_vicheva@abv.bg>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Albena Mincheva <albena_vicheva@abv.bg>, 2020\n" +"Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Календар Събитие" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Събитие - Аларма" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Събитие - управление аларми" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Последно променено на" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "Тексови съобщения" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Изпрати SMS на присъстващите" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Вид" diff --git a/addons/calendar_sms/i18n/bn.po b/addons/calendar_sms/i18n/bn.po new file mode 100644 index 00000000..81e0b3f8 --- /dev/null +++ b/addons/calendar_sms/i18n/bn.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Abu Zafar <azmikbal@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Abu Zafar <azmikbal@gmail.com>, 2021\n" +"Language-Team: Bengali (https://www.transifex.com/odoo/teams/41243/bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "প্রদর্শন নাম" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "আইডি " + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "সর্বশেষ সংশোধিত" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "ধরণ" diff --git a/addons/calendar_sms/i18n/bs.po b/addons/calendar_sms/i18n/bs.po new file mode 100644 index 00000000..b6f7fcab --- /dev/null +++ b/addons/calendar_sms/i18n/bs.po @@ -0,0 +1,72 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2018 +# Boško Stojaković <bluesoft83@gmail.com>, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Boško Stojaković <bluesoft83@gmail.com>, 2018\n" +"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: calendar_sms +#: selection:calendar.alarm,type:0 +msgid "Email" +msgstr "E-Mail" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "Dogadaj" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: selection:calendar.alarm,type:0 +msgid "Notification" +msgstr "Obavještenje" + +#. module: calendar_sms +#: selection:calendar.alarm,type:0 +msgid "SMS Text Message" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__type +msgid "Type" +msgstr "Tip" diff --git a/addons/calendar_sms/i18n/ca.po b/addons/calendar_sms/i18n/ca.po new file mode 100644 index 00000000..c3f329b4 --- /dev/null +++ b/addons/calendar_sms/i18n/ca.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Arnau Ros, 2020 +# Josep Anton Belchi, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Josep Anton Belchi, 2021\n" +"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Nom mostrat" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Alarma d'esdeveniment" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Gestor d'alarmes d'esdeveniment" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Última modificació el " + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "Missatge de text SMS" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Tipus" diff --git a/addons/calendar_sms/i18n/calendar_sms.pot b/addons/calendar_sms/i18n/calendar_sms.pot new file mode 100644 index 00000000..1048cb2c --- /dev/null +++ b/addons/calendar_sms/i18n/calendar_sms.pot @@ -0,0 +1,83 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-01 07:28+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "" diff --git a/addons/calendar_sms/i18n/ckb.po b/addons/calendar_sms/i18n/ckb.po new file mode 100644 index 00000000..9a52974e --- /dev/null +++ b/addons/calendar_sms/i18n/ckb.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020\n" +"Language-Team: Central Kurdish (https://www.transifex.com/odoo/teams/41243/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "ڕووداوی ڕۆژمێر" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "ڕووداوی ڕۆژمێر: بیرخەرەوە" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "پیشاندانی ناو" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "زەنگی ڕووداو" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "بەڕێوەبەری زەنگی ڕووداو" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "بیرخەرەوەی ڕووداو: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "بیرخەرەوەی ڕووداو: %(name)s، %(time)s." + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ناسنامە" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "دواین دەستکاری لە" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "ناردنی کورتەنامەی دەق" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "ناردنی کورتەنامە بۆ ئامادەبووان" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "جۆر" diff --git a/addons/calendar_sms/i18n/cs.po b/addons/calendar_sms/i18n/cs.po new file mode 100644 index 00000000..c521a848 --- /dev/null +++ b/addons/calendar_sms/i18n/cs.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Jan Horzinka <jan.horzinka@centrum.cz>, 2020 +# trendspotter, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: trendspotter, 2021\n" +"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Událost kalendáře" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "Událost kalendáře: Připomenutí" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Zobrazované jméno" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Alarm událostí" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Správce alarmů událostí" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "Připomenutí události: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "Připomenutí události: %(name)s, %(time)s." + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Naposled změněno" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "SMS textová zpráva" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Poslat SMS účastníkům" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Typ" diff --git a/addons/calendar_sms/i18n/da.po b/addons/calendar_sms/i18n/da.po new file mode 100644 index 00000000..afba2f05 --- /dev/null +++ b/addons/calendar_sms/i18n/da.po @@ -0,0 +1,93 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Morten Schou <ms@msteknik.dk>, 2020 +# Jesper Carstensen <jc@danodoo.dk>, 2020 +# Sanne Kristensen <sanne@vkdata.dk>, 2020 +# lhmflexerp <lhm@flexerp.dk>, 2020 +# Mads Søndergaard, 2020 +# Mads Søndergaard <mads@vkdata.dk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Mads Søndergaard <mads@vkdata.dk>, 2020\n" +"Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Kalender begivenhed" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "Kalender begivenhed: Påmindelse" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Arrangements notifikation" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Arrangements notifikations ansvarlig" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "Begivenheds påmindelse: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "Begivenheds påmindelse: %(name)s, %(time)s." + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "SMS besked" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Send SMS til deltagere" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Type" diff --git a/addons/calendar_sms/i18n/de.po b/addons/calendar_sms/i18n/de.po new file mode 100644 index 00000000..2104100e --- /dev/null +++ b/addons/calendar_sms/i18n/de.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Sebastian <shu@odoo.com>, 2020 +# Jérôme JEK <jek@odoo.com>, 2020 +# Chris Egal <sodaswed@web.de>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Chris Egal <sodaswed@web.de>, 2021\n" +"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Kalender Veranstaltung" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "Kalender Veranstaltung: Erinnerung" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Event Alarm" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Event Alarm Manager" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "Veranstaltung Erinnerung: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "Erinnerung an die Veranstaltung: %(name)s, %(time)s." + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "SMS Text Nachricht " + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "SMS an Teilnehmer senden" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Typ" diff --git a/addons/calendar_sms/i18n/el.po b/addons/calendar_sms/i18n/el.po new file mode 100644 index 00000000..90954e43 --- /dev/null +++ b/addons/calendar_sms/i18n/el.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Kostas Goutoudis <goutoudis@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Kostas Goutoudis <goutoudis@gmail.com>, 2020\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "Κωδικός" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Τελευταία τροποποίηση στις" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "Κείμενο SMS" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Αποστολή SMS στους συμμετέχοντες" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Τύπος" diff --git a/addons/calendar_sms/i18n/en_GB.po b/addons/calendar_sms/i18n/en_GB.po new file mode 100644 index 00000000..34e28897 --- /dev/null +++ b/addons/calendar_sms/i18n/en_GB.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+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: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/eo.po b/addons/calendar_sms/i18n/eo.po new file mode 100644 index 00000000..4d1ddc54 --- /dev/null +++ b/addons/calendar_sms/i18n/eo.po @@ -0,0 +1,83 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Language-Team: Esperanto (https://www.transifex.com/odoo/teams/41243/eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "" diff --git a/addons/calendar_sms/i18n/es.po b/addons/calendar_sms/i18n/es.po new file mode 100644 index 00000000..0a2d9332 --- /dev/null +++ b/addons/calendar_sms/i18n/es.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# José Cabrera Lozano <jose.cabrera@edukative.es>, 2021 +# Daniela Cervantes <dace@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Daniela Cervantes <dace@odoo.com>, 2021\n" +"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Calendario de eventos" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "Evento de calendario: recordatorio" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Alerta de evento" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Gestor de alertas de eventos" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "Recordatorio: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "Recordatorio de evento: %(name)s, %(time)s." + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "Identificación" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "Mensaje de texto SMS" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Enviar SMS a asistentes" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Tipo" diff --git a/addons/calendar_sms/i18n/es_BO.po b/addons/calendar_sms/i18n/es_BO.po new file mode 100644 index 00000000..25ebcf71 --- /dev/null +++ b/addons/calendar_sms/i18n/es_BO.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+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: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/es_CL.po b/addons/calendar_sms/i18n/es_CL.po new file mode 100644 index 00000000..1ce35e42 --- /dev/null +++ b/addons/calendar_sms/i18n/es_CL.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+0000\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/es_CL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/es_CO.po b/addons/calendar_sms/i18n/es_CO.po new file mode 100644 index 00000000..2866e4b9 --- /dev/null +++ b/addons/calendar_sms/i18n/es_CO.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+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: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/es_CR.po b/addons/calendar_sms/i18n/es_CR.po new file mode 100644 index 00000000..a0db671a --- /dev/null +++ b/addons/calendar_sms/i18n/es_CR.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+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: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/es_DO.po b/addons/calendar_sms/i18n/es_DO.po new file mode 100644 index 00000000..39d2ecc3 --- /dev/null +++ b/addons/calendar_sms/i18n/es_DO.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+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: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/es_EC.po b/addons/calendar_sms/i18n/es_EC.po new file mode 100644 index 00000000..59fe3314 --- /dev/null +++ b/addons/calendar_sms/i18n/es_EC.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+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: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/es_MX.po b/addons/calendar_sms/i18n/es_MX.po new file mode 100644 index 00000000..ef2c94b7 --- /dev/null +++ b/addons/calendar_sms/i18n/es_MX.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Cécile Collart <cco@odoo.com>, 2021 +# Daniela Cervantes <dace@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Daniela Cervantes <dace@odoo.com>, 2021\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/odoo/teams/41243/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Calendario de eventos" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "Evento de calendario: recordatorio" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Nombre en pantalla" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Alerta de evento" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Gestor de alertas de eventos" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "Recordatorio: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "Recordatorio de evento: %(name)s, %(time)s." + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "Mensaje de texto SMS" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Enviar SMS a asistentes" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Tipo" diff --git a/addons/calendar_sms/i18n/es_PE.po b/addons/calendar_sms/i18n/es_PE.po new file mode 100644 index 00000000..5f80197a --- /dev/null +++ b/addons/calendar_sms/i18n/es_PE.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+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: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/es_PY.po b/addons/calendar_sms/i18n/es_PY.po new file mode 100644 index 00000000..bb084d6d --- /dev/null +++ b/addons/calendar_sms/i18n/es_PY.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+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: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/es_VE.po b/addons/calendar_sms/i18n/es_VE.po new file mode 100644 index 00000000..9b0cd0d6 --- /dev/null +++ b/addons/calendar_sms/i18n/es_VE.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+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: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/et.po b/addons/calendar_sms/i18n/et.po new file mode 100644 index 00000000..cb00954f --- /dev/null +++ b/addons/calendar_sms/i18n/et.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# atriine <triine@avalah.ee>, 2020 +# Arma Gedonsky <armagedonsky@hot.ee>, 2020 +# Algo Kärp <algokarp@gmail.com>, 2020 +# Piia Paurson <piia@avalah.ee>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Piia Paurson <piia@avalah.ee>, 2020\n" +"Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Kalendrisündmus" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "Kalender: sündmuse meeldetuletus" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Kuva nimi" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Sündmuse teade" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud (millal)" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "SMS tekstisõnum" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Saada osalejatele SMS." + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Tüüp" diff --git a/addons/calendar_sms/i18n/eu.po b/addons/calendar_sms/i18n/eu.po new file mode 100644 index 00000000..9171e3c2 --- /dev/null +++ b/addons/calendar_sms/i18n/eu.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2021 +# Eneko <eastigarraga@codesyntax.com>, 2021 +# a5d9527cb9e88454d1daff5f6ff082dc, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: a5d9527cb9e88454d1daff5f6ff082dc, 2021\n" +"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Azken aldaketa" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "SMS Mezua" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Mota" diff --git a/addons/calendar_sms/i18n/fa.po b/addons/calendar_sms/i18n/fa.po new file mode 100644 index 00000000..13b9a5af --- /dev/null +++ b/addons/calendar_sms/i18n/fa.po @@ -0,0 +1,91 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Hamid Darabi, 2020 +# سید محمد آذربرا <mohammadazarbara98@gmail.com>, 2020 +# Hamed Mohammadi <hamed@dehongi.com>, 2020 +# Mohsen Mohammadi <iammohsen.123@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Mohsen Mohammadi <iammohsen.123@gmail.com>, 2021\n" +"Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "رخداد گاهشمار" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "اطلاع رسانی رویداد" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "مدیریت اطلاع رسانی رویداد" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "شناسه" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "آخرین تغییر در" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "پیام متنی" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "ارسال پیامک به حاضرین" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "نوع" diff --git a/addons/calendar_sms/i18n/fi.po b/addons/calendar_sms/i18n/fi.po new file mode 100644 index 00000000..35296362 --- /dev/null +++ b/addons/calendar_sms/i18n/fi.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Kari Lindgren <kari.lindgren@emsystems.fi>, 2020 +# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2020 +# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020\n" +"Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Kalenteritapahtuma" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Näyttönimi" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Tapahtuman hälytys" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "Tunniste (ID)" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "Tekstiviesti" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Tyyppi" diff --git a/addons/calendar_sms/i18n/fo.po b/addons/calendar_sms/i18n/fo.po new file mode 100644 index 00000000..ffb12fcd --- /dev/null +++ b/addons/calendar_sms/i18n/fo.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+0000\n" +"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/fr.po b/addons/calendar_sms/i18n/fr.po new file mode 100644 index 00000000..f719781f --- /dev/null +++ b/addons/calendar_sms/i18n/fr.po @@ -0,0 +1,92 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Nicolas Roussey <nro@odoo.com>, 2020 +# Aurélien Pillevesse <aurelienpillevesse@hotmail.fr>, 2020 +# Cécile Collart <cco@odoo.com>, 2020 +# Gilles Mangin <gilles.mangin@phidias.fr>, 2020 +# Alexandra Jubert <aju@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Alexandra Jubert <aju@odoo.com>, 2021\n" +"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Calendrier de l'événement" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "Evénement calendrier : Rappel" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Rappel d'événement" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Gestionnaire de rappel d'événements" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "Rappel d'événement: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "Rappel d'événement: %(name)s, %(time)s." + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "SMS" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Envoyer un SMS aux participants" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Type" diff --git a/addons/calendar_sms/i18n/fr_CA.po b/addons/calendar_sms/i18n/fr_CA.po new file mode 100644 index 00000000..3bb7f09f --- /dev/null +++ b/addons/calendar_sms/i18n/fr_CA.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+0000\n" +"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CA\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/gl.po b/addons/calendar_sms/i18n/gl.po new file mode 100644 index 00000000..e32155f9 --- /dev/null +++ b/addons/calendar_sms/i18n/gl.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+0000\n" +"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/gu.po b/addons/calendar_sms/i18n/gu.po new file mode 100644 index 00000000..19e7e7d9 --- /dev/null +++ b/addons/calendar_sms/i18n/gu.po @@ -0,0 +1,71 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Martin Trigaux, 2018\n" +"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: selection:calendar.alarm,type:0 +msgid "Email" +msgstr "ઈ-મેઈલ" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "ઘટના" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: selection:calendar.alarm,type:0 +msgid "Notification" +msgstr "" + +#. module: calendar_sms +#: selection:calendar.alarm,type:0 +msgid "SMS Text Message" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__type +msgid "Type" +msgstr "પ્રકાર" diff --git a/addons/calendar_sms/i18n/he.po b/addons/calendar_sms/i18n/he.po new file mode 100644 index 00000000..97d758ea --- /dev/null +++ b/addons/calendar_sms/i18n/he.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Yihya Hugirat <hugirat@gmail.com>, 2020 +# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020\n" +"Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "אירוע לוח שנה" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "אירוע לוח שנה: תזכורת" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "שם תצוגה" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "התראת אירוע" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "מנהל התראות אירוע" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "תזכורת אירוע: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "מזהה" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "שונה לאחרונה ב - " + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "הודעת SMS" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "שלח SMS למשתתפים" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "סוג" diff --git a/addons/calendar_sms/i18n/hi.po b/addons/calendar_sms/i18n/hi.po new file mode 100644 index 00000000..c14ed1f7 --- /dev/null +++ b/addons/calendar_sms/i18n/hi.po @@ -0,0 +1,83 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Language-Team: Hindi (https://www.transifex.com/odoo/teams/41243/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "" diff --git a/addons/calendar_sms/i18n/hr.po b/addons/calendar_sms/i18n/hr.po new file mode 100644 index 00000000..18a395f7 --- /dev/null +++ b/addons/calendar_sms/i18n/hr.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Bole <bole@dajmi5.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Bole <bole@dajmi5.com>, 2021\n" +"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Događaj na kalendaru" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Podsjetnik događaja" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Upravljanje podsjetnicima događaja" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Zadnja promjena" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "SMS poruka" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Pošalji SMS svim polaznicima" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Vrsta" diff --git a/addons/calendar_sms/i18n/hu.po b/addons/calendar_sms/i18n/hu.po new file mode 100644 index 00000000..71d370dd --- /dev/null +++ b/addons/calendar_sms/i18n/hu.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# krnkris, 2021 +# Tamás Németh <ntomasz81@gmail.com>, 2021 +# Ákos Nagy <akos.nagy@oregional.hu>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Ákos Nagy <akos.nagy@oregional.hu>, 2021\n" +"Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Naptári esemény" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "Naptári esemény: emlékeztető" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Esemény riasztás" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Esemény riasztás kezelő" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "Esemény emlékeztető: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "Azonosító" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Legutóbb módosítva" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "SMS üzenet" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "SMS küldése a résztvevőknek" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Típus" diff --git a/addons/calendar_sms/i18n/id.po b/addons/calendar_sms/i18n/id.po new file mode 100644 index 00000000..a68d80f7 --- /dev/null +++ b/addons/calendar_sms/i18n/id.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Ryanto The <ry.the77@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Ryanto The <ry.the77@gmail.com>, 2020\n" +"Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Terakhir diubah pada" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "SMS Pesan Teks" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Tipe" diff --git a/addons/calendar_sms/i18n/is.po b/addons/calendar_sms/i18n/is.po new file mode 100644 index 00000000..d7436ade --- /dev/null +++ b/addons/calendar_sms/i18n/is.po @@ -0,0 +1,73 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2018 +# Bjorn Ingvarsson <boi@exigo.is>, 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-08-24 09:17+0000\n" +"Last-Translator: Bjorn Ingvarsson <boi@exigo.is>, 2018\n" +"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#. module: calendar_sms +#: selection:calendar.alarm,type:0 +msgid "Email" +msgstr "Tölvupóstur" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "Event" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: selection:calendar.alarm,type:0 +msgid "Notification" +msgstr "" + +#. module: calendar_sms +#: selection:calendar.alarm,type:0 +msgid "SMS Text Message" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__type +msgid "Type" +msgstr "Gerð" diff --git a/addons/calendar_sms/i18n/it.po b/addons/calendar_sms/i18n/it.po new file mode 100644 index 00000000..ea13ed11 --- /dev/null +++ b/addons/calendar_sms/i18n/it.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# efraimbiffi <eab@odoo.com>, 2020 +# Sergio Zanchetta <primes2h@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2020\n" +"Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Evento in calendario" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "Evento in calendario - Promemoria" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Avviso evento" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Gestore avvisi evento" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "Promemoria evento: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "Promemoria evento: %(name)s, %(time)s." + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "Messaggio SMS" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Invia SMS ai partecipanti" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Tipologia" diff --git a/addons/calendar_sms/i18n/ja.po b/addons/calendar_sms/i18n/ja.po new file mode 100644 index 00000000..3d180118 --- /dev/null +++ b/addons/calendar_sms/i18n/ja.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Shunho Kin <s-kin@shonan-innovation.co.jp>, 2020 +# Yoshi Tashiro <tashiro@roomsfor.hk>, 2020 +# Noma Yuki, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Noma Yuki, 2020\n" +"Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "カレンダーイベント" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "出席者にSMS配信" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "タイプ" diff --git a/addons/calendar_sms/i18n/ka.po b/addons/calendar_sms/i18n/ka.po new file mode 100644 index 00000000..ab636151 --- /dev/null +++ b/addons/calendar_sms/i18n/ka.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Mari Khomeriki <mari.khomeriki@maxinai.com>, 2021 +# Martin Trigaux, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Martin Trigaux, 2021\n" +"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "სახელი" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "იდენტიფიკატორი/ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "ბოლოს განახლებულია" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "ტიპი" diff --git a/addons/calendar_sms/i18n/kab.po b/addons/calendar_sms/i18n/kab.po new file mode 100644 index 00000000..7f9fc055 --- /dev/null +++ b/addons/calendar_sms/i18n/kab.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+0000\n" +"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: kab\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/km.po b/addons/calendar_sms/i18n/km.po new file mode 100644 index 00000000..d2dda837 --- /dev/null +++ b/addons/calendar_sms/i18n/km.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Sengtha Chay <sengtha@gmail.com>, 2020 +# Chan Nath <channath@gmail.com>, 2020 +# Lux Sok <sok.lux@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2020\n" +"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "ឈ្មោះសំរាប់បង្ហាញ" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "ការជូនដំណឹងព្រឹត្ដិការណ៍" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "កម្មវិធីគ្រប់គ្រងការជូនដំណឹងព្រឹត្តិការណ៍" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "អត្តសញ្ញាណ" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "អត្ថបទសារ SMS" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "ផ្ញើសារទៅអ្នកចូលរួម" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "ប្រភេទ" diff --git a/addons/calendar_sms/i18n/ko.po b/addons/calendar_sms/i18n/ko.po new file mode 100644 index 00000000..b310a0a1 --- /dev/null +++ b/addons/calendar_sms/i18n/ko.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Link Up링크업 <linkup.way@gmail.com>, 2020 +# JH CHOI <hwangtog@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: JH CHOI <hwangtog@gmail.com>, 2021\n" +"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "행사 일정표" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "일정표 행사 : 미리 알림" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "이름 표시" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "일정 알림" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "일정 알림 관리자" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "행사 미리 알림: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "행사 미리 알림 : %(name)s, %(time)s." + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "SMS 문자 메시지" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "참석자에게 문자메시지 전송" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "유형" diff --git a/addons/calendar_sms/i18n/lb.po b/addons/calendar_sms/i18n/lb.po new file mode 100644 index 00000000..7fb5addc --- /dev/null +++ b/addons/calendar_sms/i18n/lb.po @@ -0,0 +1,64 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-08-26 08:16+0000\n" +"PO-Revision-Date: 2019-08-26 09:09+0000\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "" +"Event reminder: ${object.name} on ${object.start_datetime or " +"object.start_date}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "" diff --git a/addons/calendar_sms/i18n/lo.po b/addons/calendar_sms/i18n/lo.po new file mode 100644 index 00000000..c4741929 --- /dev/null +++ b/addons/calendar_sms/i18n/lo.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+0000\n" +"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lo\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/lt.po b/addons/calendar_sms/i18n/lt.po new file mode 100644 index 00000000..bbe1f4c7 --- /dev/null +++ b/addons/calendar_sms/i18n/lt.po @@ -0,0 +1,91 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2021 +# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2021 +# Silvija Butko <silvija.butko@gmail.com>, 2021 +# Linas Versada <linaskrisiukenas@gmail.com>, 2021 +# Gailius Kazlauskas <gailius@vialaurea.lt>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Gailius Kazlauskas <gailius@vialaurea.lt>, 2021\n" +"Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Įvykis kalendoriuje" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Rodomas pavadinimas" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Renginio signalas" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Renginio signalo valdytojas" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "SMS žinutė" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Siųsti dalyviams SMS" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Tipas" diff --git a/addons/calendar_sms/i18n/lv.po b/addons/calendar_sms/i18n/lv.po new file mode 100644 index 00000000..f93adf13 --- /dev/null +++ b/addons/calendar_sms/i18n/lv.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Arnis Putniņš <arnis@allegro.lv>, 2020 +# ievaputnina <ievai.putninai@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: ievaputnina <ievai.putninai@gmail.com>, 2020\n" +"Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Attēlotais nosaukums" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Pēdējoreiz modificēts" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Tips" diff --git a/addons/calendar_sms/i18n/mk.po b/addons/calendar_sms/i18n/mk.po new file mode 100644 index 00000000..78eee307 --- /dev/null +++ b/addons/calendar_sms/i18n/mk.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+0000\n" +"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/mn.po b/addons/calendar_sms/i18n/mn.po new file mode 100644 index 00000000..39087618 --- /dev/null +++ b/addons/calendar_sms/i18n/mn.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Batmunkh Ganbat <batmunkh.g@bumanit.mn>, 2020 +# tserendavaa tsogtoo <tseegii011929@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: tserendavaa tsogtoo <tseegii011929@gmail.com>, 2020\n" +"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Календарийн арга хэмжээ" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Дэлгэрэнгүй нэр" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Арга хэмжээний анхааруулга" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Арга хэмжээний анхааруулгын Менежер" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Сүүлд зассан огноо" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "SMS Текст мессеж" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Оролцогчдод SMS илгээх" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Төрөл" diff --git a/addons/calendar_sms/i18n/nb.po b/addons/calendar_sms/i18n/nb.po new file mode 100644 index 00000000..12f83980 --- /dev/null +++ b/addons/calendar_sms/i18n/nb.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Marius Stedjan <marius@stedjan.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Marius Stedjan <marius@stedjan.com>, 2020\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Kalenderhendelse" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Visningsnavn" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Hendelsesalarm" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Hendelse Alarm Styring" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Sist endret" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "SMS-melding" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Send SMS til deltakere" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Type" diff --git a/addons/calendar_sms/i18n/ne.po b/addons/calendar_sms/i18n/ne.po new file mode 100644 index 00000000..a68dba85 --- /dev/null +++ b/addons/calendar_sms/i18n/ne.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+0000\n" +"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/nl.po b/addons/calendar_sms/i18n/nl.po new file mode 100644 index 00000000..0af8a86f --- /dev/null +++ b/addons/calendar_sms/i18n/nl.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Yenthe Van Ginneken <yenthespam@gmail.com>, 2020 +# Charles Vervaecke <cvk@odoo.com>, 2020 +# Erwin van der Ploeg <erwin@odooexperts.nl>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2020\n" +"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Agenda gebeurtenis" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "Kalender gebeurtenis: Herinnering" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Evenement alarm" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Evenement alarm manager" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "Evenement herinnering: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "Evenement herinnering: %(name)s, %(time)s." + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "SMS tekstbericht" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Verzend SMS aan deelnemers" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Soort" diff --git a/addons/calendar_sms/i18n/nl_BE.po b/addons/calendar_sms/i18n/nl_BE.po new file mode 100644 index 00000000..db98d2b2 --- /dev/null +++ b/addons/calendar_sms/i18n/nl_BE.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+0000\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/odoo/teams/41243/nl_BE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_BE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/pl.po b/addons/calendar_sms/i18n/pl.po new file mode 100644 index 00000000..d77a2c3d --- /dev/null +++ b/addons/calendar_sms/i18n/pl.po @@ -0,0 +1,92 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Judyta Kaźmierczak <judyta.kazmierczak@openglobe.pl>, 2020 +# Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2020 +# Tomasz Leppich <t.leppich@gmail.com>, 2020 +# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020 +# Natalia Gros <nag@odoo.com>, 2020 +# Piotr Strębski <strebski@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Piotr Strębski <strebski@gmail.com>, 2021\n" +"Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Wydarzenie w kalendarzu" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "Wydarzenie w kalendarzu: Przypomnienie" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Nazwa wyświetlana" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Alarm wydarzenia" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Manager alarmu wydarzenia" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "Przypomnienie o wydarzeniu: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "Przypomnienie o wydarzeniu: %(name)s, %(time)s." + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Data ostatniej modyfikacji" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "Wiadomość SMS" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Wyślij sms do uczestników" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Typ" diff --git a/addons/calendar_sms/i18n/pt.po b/addons/calendar_sms/i18n/pt.po new file mode 100644 index 00000000..836ba918 --- /dev/null +++ b/addons/calendar_sms/i18n/pt.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Manuela Silva <manuelarodsilva@gmail.com>, 2020 +# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2020 +# Pedro Filipe <pedro2.10@hotmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Pedro Filipe <pedro2.10@hotmail.com>, 2020\n" +"Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Evento do Calendário" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "Lembrete do Evento do Calendário" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Nome" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Alarme do Evento" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Gestor de Alarmes do Evento" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "Lembrete do evento: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "Mensagem de Texto SMS" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Enviar SMS aos participantes" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Tipo" diff --git a/addons/calendar_sms/i18n/pt_BR.po b/addons/calendar_sms/i18n/pt_BR.po new file mode 100644 index 00000000..b1df245a --- /dev/null +++ b/addons/calendar_sms/i18n/pt_BR.po @@ -0,0 +1,93 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Rodrigo de Almeida Sottomaior Macedo <rmsolucoeseminformatica@protonmail.com>, 2020 +# Mateus Lopes <mateus1@gmail.com>, 2020 +# André Augusto Firmino Cordeiro <a.cordeito@gmail.com>, 2020 +# Marcelo Costa <marcelo@comdesk.com.br>, 2020 +# Luciano Giacomazzi <lucianogiacomazzi@gmail.com>, 2020 +# Kevin Harrings <kha@odoo.com>, 2020 +# Éder Brito <britoederr@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Éder Brito <britoederr@gmail.com>, 2021\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/teams/41243/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Evento Calendário" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "Evento Calendário: Lembrete" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Nome exibido" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Alarme do Evento" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Gerenciamento de Alarme do Evento" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "Lembrete de Evento: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "Lembrete de evento: %(name)s, %(time)s." + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Última modificação em" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "Enviar SMS" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Enviar mensagem de texto SMS para os participantes" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Tipo" diff --git a/addons/calendar_sms/i18n/ro.po b/addons/calendar_sms/i18n/ro.po new file mode 100644 index 00000000..7cd20c3c --- /dev/null +++ b/addons/calendar_sms/i18n/ro.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Dorin Hongu <dhongu@gmail.com>, 2020 +# Foldi Robert <foldirobert@nexterp.ro>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Foldi Robert <foldirobert@nexterp.ro>, 2021\n" +"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Eveniment Calendar" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Nume afișat" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Alarmă eveniment" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Manager alarmă eveniment" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Ultima modificare la" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "Mesaj text SMS" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Trimite SMS la participanți" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Tip" diff --git a/addons/calendar_sms/i18n/ru.po b/addons/calendar_sms/i18n/ru.po new file mode 100644 index 00000000..e1f81f5f --- /dev/null +++ b/addons/calendar_sms/i18n/ru.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Irina Fedulova <istartlin@gmail.com>, 2020 +# Ivan Yelizariev // IEL <yelizariev@itpp.dev>, 2020 +# ILMIR <karamov@it-projects.info>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: ILMIR <karamov@it-projects.info>, 2021\n" +"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Событие в календаре" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Отображаемое имя" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Уведомление о событии" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Менеджер оповещения о событии" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "Идентификатор" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Последнее изменение" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "Смска" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Отправьте SMS участникам" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Тип" diff --git a/addons/calendar_sms/i18n/si.po b/addons/calendar_sms/i18n/si.po new file mode 100644 index 00000000..3b1d26d6 --- /dev/null +++ b/addons/calendar_sms/i18n/si.po @@ -0,0 +1,83 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Language-Team: Sinhala (https://www.transifex.com/odoo/teams/41243/si/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: si\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "" diff --git a/addons/calendar_sms/i18n/sk.po b/addons/calendar_sms/i18n/sk.po new file mode 100644 index 00000000..e2bb4d66 --- /dev/null +++ b/addons/calendar_sms/i18n/sk.po @@ -0,0 +1,91 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Jaroslav Bosansky <jaro.bosansky@ekoenergo.sk>, 2020 +# Stefan Stieranka <stieranka@itec.sk>, 2020 +# Jan Prokop, 2020 +# Rastislav Brencic <rastislav.brencic@azet.sk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Rastislav Brencic <rastislav.brencic@azet.sk>, 2020\n" +"Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Udalosť kalendára" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "Udalosť kalendára: Pripomenutie" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Zobrazovaný názov" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Upozornenie udalosti" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Správca upozornenia udalostí" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "Pripomienka udalosti: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "Pripomienka udalosti:%(name)s, %(time)s." + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Posledná úprava" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "Text SMS" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Zaslať SMS účastníkom" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Typ" diff --git a/addons/calendar_sms/i18n/sl.po b/addons/calendar_sms/i18n/sl.po new file mode 100644 index 00000000..7364f013 --- /dev/null +++ b/addons/calendar_sms/i18n/sl.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Matjaz Mozetic <m.mozetic@matmoz.si>, 2021 +# matjaz k <matjaz@mentis.si>, 2021 +# Jasmina Macur <jasmina@hbs.si>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Jasmina Macur <jasmina@hbs.si>, 2021\n" +"Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Pošljite SMS udeležencem" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Tip" diff --git a/addons/calendar_sms/i18n/sq.po b/addons/calendar_sms/i18n/sq.po new file mode 100644 index 00000000..ff672245 --- /dev/null +++ b/addons/calendar_sms/i18n/sq.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+0000\n" +"Language-Team: Albanian (https://www.transifex.com/odoo/teams/41243/sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/sr.po b/addons/calendar_sms/i18n/sr.po new file mode 100644 index 00000000..2ceccc36 --- /dev/null +++ b/addons/calendar_sms/i18n/sr.po @@ -0,0 +1,71 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Martin Trigaux, 2018\n" +"Language-Team: Serbian (https://www.transifex.com/odoo/teams/41243/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: calendar_sms +#: selection:calendar.alarm,type:0 +msgid "Email" +msgstr "E-mail" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "Događaj" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: selection:calendar.alarm,type:0 +msgid "Notification" +msgstr "" + +#. module: calendar_sms +#: selection:calendar.alarm,type:0 +msgid "SMS Text Message" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__type +msgid "Type" +msgstr "Tip" diff --git a/addons/calendar_sms/i18n/sr@latin.po b/addons/calendar_sms/i18n/sr@latin.po new file mode 100644 index 00000000..e59ed5b2 --- /dev/null +++ b/addons/calendar_sms/i18n/sr@latin.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 11:33+0000\n" +"PO-Revision-Date: 2017-09-20 11:33+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Event" +msgstr "Događaj" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event alarm" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:23 +#, python-format +msgid "Event reminder: %s on %s." +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:24 +#, python-format +msgid "SMS text message reminder sent !" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.sms_message_send_action_mutli +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "calendar.alarm_manager" +msgstr "" diff --git a/addons/calendar_sms/i18n/sv.po b/addons/calendar_sms/i18n/sv.po new file mode 100644 index 00000000..e1f1f02c --- /dev/null +++ b/addons/calendar_sms/i18n/sv.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2021 +# Anders Wallenquist <anders.wallenquist@vertel.se>, 2021 +# Mikael Holm <mikael.holm@vertel.se>, 2021 +# Han Wong <han.wong@vertel.se>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Han Wong <han.wong@vertel.se>, 2021\n" +"Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Kalenderhändelse" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "SMS Text Meddelande" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Typ" diff --git a/addons/calendar_sms/i18n/th.po b/addons/calendar_sms/i18n/th.po new file mode 100644 index 00000000..d2e41814 --- /dev/null +++ b/addons/calendar_sms/i18n/th.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Khwunchai Jaengsawang <khwunchai.j@ku.th>, 2020 +# Odoo Thaidev <odoothaidev@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Odoo Thaidev <odoothaidev@gmail.com>, 2020\n" +"Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "ปฎิทินกิจกรรม" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "รหัส" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "ประเภท" diff --git a/addons/calendar_sms/i18n/tr.po b/addons/calendar_sms/i18n/tr.po new file mode 100644 index 00000000..9b08ac86 --- /dev/null +++ b/addons/calendar_sms/i18n/tr.po @@ -0,0 +1,93 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Ediz Duman <neps1192@gmail.com>, 2020 +# Levent Karakaş <levent@mektup.at>, 2020 +# Murat Kaplan <muratk@projetgrup.com>, 2020 +# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2020 +# Umur Akın <umura@projetgrup.com>, 2020 +# Tugay Hatıl <tugayh@projetgrup.com>, 2020 +# Nadir Gazioglu <nadirgazioglu@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Nadir Gazioglu <nadirgazioglu@gmail.com>, 2021\n" +"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Takvim Etkinliği" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "Takvim Etkinliği: Hatırlatma" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Görünüm Adı" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Etkinlik Alarmı" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Etkinlik Alarmı Yöneticisi" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "Etkinlik hatırlatma: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "Event reminder: %(name)s, %(time)s." + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Son Düzenleme" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "SMS Metin Mesajı" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Katılımcılara SMS gönderin" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Tür" diff --git a/addons/calendar_sms/i18n/uk.po b/addons/calendar_sms/i18n/uk.po new file mode 100644 index 00000000..9ca7e703 --- /dev/null +++ b/addons/calendar_sms/i18n/uk.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020\n" +"Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Календар подій" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "Календар подій: Нагадування" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Відобразити назву" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Сповіщення про подію" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Менеджер сповіщення про подію" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "Нагадування про подію: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "Нагадування про подію: %(name)s, %(time)s." + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Останні зміни" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "Текст SMS-повідомлення " + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Відправте SMS учасникам" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Тип" diff --git a/addons/calendar_sms/i18n/ur.po b/addons/calendar_sms/i18n/ur.po new file mode 100644 index 00000000..21c227a9 --- /dev/null +++ b/addons/calendar_sms/i18n/ur.po @@ -0,0 +1,83 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Language-Team: Urdu (https://www.transifex.com/odoo/teams/41243/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "" diff --git a/addons/calendar_sms/i18n/vi.po b/addons/calendar_sms/i18n/vi.po new file mode 100644 index 00000000..4534e707 --- /dev/null +++ b/addons/calendar_sms/i18n/vi.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Duy BQ <duybq86@gmail.com>, 2020 +# Nancy Momoland <thanhnguyen.icsc@gmail.com>, 2020 +# Trần Hà <tranthuha13590@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Trần Hà <tranthuha13590@gmail.com>, 2021\n" +"Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "Lịch sự kiện" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "Calendar Event: Reminder" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "Cảnh báo sự kiện" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "Quản lý cảnh báo sự kiện" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "Event reminder: ${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "Event reminder: %(name)s, %(time)s." + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "Thông điệp SMS" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "Gửi SMS tới người tham dự" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "Loại" diff --git a/addons/calendar_sms/i18n/zh_CN.po b/addons/calendar_sms/i18n/zh_CN.po new file mode 100644 index 00000000..443a8fd9 --- /dev/null +++ b/addons/calendar_sms/i18n/zh_CN.po @@ -0,0 +1,94 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# Martin Trigaux, 2020 +# Jeffery CHEN Fan <jeffery9@gmail.com>, 2020 +# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020 +# boho wong <wbh924@126.com>, 2020 +# Jeanphy <hzh0292@qq.com>, 2020 +# Manga Tsang <mts@odoo.com>, 2020 +# Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020 +# 稀饭~~ <wangwhai@qq.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: 稀饭~~ <wangwhai@qq.com>, 2020\n" +"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "日历事件" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "日历活动:提醒" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "活动提醒" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "活动提醒管理" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "事件提醒:${object.name}, ${object.display_time}" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "事件提醒:%(name)s,%(time)s。" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "最后修改日" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "短信" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "向参与者发送 SMS" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "类型" diff --git a/addons/calendar_sms/i18n/zh_TW.po b/addons/calendar_sms/i18n/zh_TW.po new file mode 100644 index 00000000..d0c7e4de --- /dev/null +++ b/addons/calendar_sms/i18n/zh_TW.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * calendar_sms +# +# Translators: +# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: 敬雲 林 <chingyun@yuanchih-consult.com>, 2020\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_event +msgid "Calendar Event" +msgstr "日曆活動" + +#. module: calendar_sms +#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder +msgid "Calendar Event: Reminder" +msgstr "日曆:活動提醒" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm +msgid "Event Alarm" +msgstr "活動提醒" + +#. module: calendar_sms +#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager +msgid "Event Alarm Manager" +msgstr "活動提醒管理" + +#. module: calendar_sms +#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder +msgid "Event reminder: ${object.name}, ${object.display_time}" +msgstr "" + +#. module: calendar_sms +#: code:addons/calendar_sms/models/calendar.py:0 +#, python-format +msgid "Event reminder: %(name)s, %(time)s." +msgstr "" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id +msgid "ID" +msgstr "ID" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager____last_update +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event____last_update +msgid "Last Modified on" +msgstr "最後修改於" + +#. module: calendar_sms +#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms +msgid "SMS Text Message" +msgstr "短信" + +#. module: calendar_sms +#: model:ir.actions.act_window,name:calendar_sms.calendar_event_act_window_sms_composer_single +msgid "Send SMS to attendees" +msgstr "向參與者發送 SMS" + +#. module: calendar_sms +#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type +msgid "Type" +msgstr "類型" diff --git a/addons/calendar_sms/models/__init__.py b/addons/calendar_sms/models/__init__.py new file mode 100644 index 00000000..a71750ab --- /dev/null +++ b/addons/calendar_sms/models/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import calendar diff --git a/addons/calendar_sms/models/calendar.py b/addons/calendar_sms/models/calendar.py new file mode 100644 index 00000000..433c7218 --- /dev/null +++ b/addons/calendar_sms/models/calendar.py @@ -0,0 +1,72 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +import logging + +from odoo import api, fields, models, _ + +_logger = logging.getLogger(__name__) + + +class CalendarEvent(models.Model): + _inherit = 'calendar.event' + + def _sms_get_default_partners(self): + """ Method overridden from mail.thread (defined in the sms module). + SMS text messages will be sent to attendees that haven't declined the event(s). + """ + return self.mapped('attendee_ids').filtered(lambda att: att.state != 'declined').mapped('partner_id') + + def _do_sms_reminder(self): + """ Send an SMS text reminder to attendees that haven't declined the event """ + for event in self: + event._message_sms_with_template( + template_xmlid='calendar_sms.sms_template_data_calendar_reminder', + template_fallback=_("Event reminder: %(name)s, %(time)s.", name=event.name, time=event.display_time), + partner_ids=self._sms_get_default_partners().ids, + put_in_queue=False + ) + + +class CalendarAlarm(models.Model): + _inherit = 'calendar.alarm' + + alarm_type = fields.Selection(selection_add=[ + ('sms', 'SMS Text Message') + ], ondelete={'sms': 'set default'}) + + +class AlarmManager(models.AbstractModel): + _inherit = 'calendar.alarm_manager' + + @api.model + def get_next_mail(self): + """ Cron method, overridden here to send SMS reminders as well + """ + result = super(AlarmManager, self).get_next_mail() + + cron = self.env.ref('calendar.ir_cron_scheduler_alarm', raise_if_not_found=False) + if not cron: + # Like the super method, do nothing if cron doesn't exist anymore + return result + + now = fields.Datetime.to_string(fields.Datetime.now()) + last_sms_cron = cron.lastcall + + interval_to_second = { + "weeks": 7 * 24 * 60 * 60, + "days": 24 * 60 * 60, + "hours": 60 * 60, + "minutes": 60, + "seconds": 1 + } + + cron_interval = cron.interval_number * interval_to_second[cron.interval_type] + events_data = self._get_next_potential_limit_alarm('sms', seconds=cron_interval) + + for event in self.env['calendar.event'].browse(events_data): + max_delta = events_data[event.id]['max_duration'] + event_start = fields.Datetime.from_string(event.start) + for alert in self.do_check_alarm_for_one_date(event_start, event, max_delta, 0, 'sms', after=last_sms_cron, missing=True): + event.browse(alert['event_id'])._do_sms_reminder() + return result diff --git a/addons/calendar_sms/security/sms_security.xml b/addons/calendar_sms/security/sms_security.xml new file mode 100644 index 00000000..30714c2c --- /dev/null +++ b/addons/calendar_sms/security/sms_security.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <record id="ir_rule_sms_template_system" model="ir.rule"> + <field name="name">SMS Template: unnecessary rule for system group</field> + <field name="model_id" ref="sms.model_sms_template"/> + <field name="groups" eval="[(4, ref('base.group_system'))]"/> + <!-- TDE NOTE: remove me in master, broken fix from odoo/odoo#64626 --> + <field name="domain_force">[(1, '=', 1)]</field> + <field name="perm_read" eval="False"/> + </record> +</odoo> diff --git a/addons/calendar_sms/views/calendar_views.xml b/addons/calendar_sms/views/calendar_views.xml new file mode 100644 index 00000000..3a6e1866 --- /dev/null +++ b/addons/calendar_sms/views/calendar_views.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<odoo> + + <!-- Add action entry in the Action Menu for Events --> + <record id="calendar_event_act_window_sms_composer_single" model="ir.actions.act_window"> + <field name="name">Send SMS to attendees</field> + <field name="res_model">sms.composer</field> + <field name="view_mode">form</field> + <field name="target">new</field> + <field name="context">{ + 'sms_composition_mode': 'guess', + 'default_res_id': active_id, + 'default_res_ids': active_ids, + }</field> + <field name="binding_model_id" ref="model_calendar_event"/> + </record> + +</odoo> |
