From 291b35c043a1d64cb33e900ae16018f79250db9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=82=D0=B0=D1=80=D0=BA=D0=BE=D0=B2=20=D0=95=D0=B2?= =?UTF-8?q?=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A4=D0=B5=D0=B4=D0=BE=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=B8=D1=87?= Date: Tue, 21 May 2024 15:09:16 +0300 Subject: [PATCH] odoo replaced to talisman --- __init__.py | 2 +- __manifest__.py | 2 +- controllers/__init__.py | 2 +- controllers/main.py | 2 +- data/mail_template_data.xml | 8 +++--- i18n/af.po | 14 ++++----- i18n/am.po | 14 ++++----- i18n/ar.po | 18 ++++++------ i18n/az.po | 14 ++++----- i18n/bg.po | 16 +++++------ i18n/bn.po | 14 ++++----- i18n/bs.po | 14 ++++----- i18n/ca.po | 16 +++++------ i18n/calendar.pot | 16 +++++------ i18n/cs.po | 20 ++++++------- i18n/da.po | 24 ++++++++-------- i18n/de.po | 30 ++++++++++---------- i18n/el.po | 14 ++++----- i18n/en_GB.po | 14 ++++----- i18n/es.po | 30 ++++++++++---------- i18n/es_419.po | 30 ++++++++++---------- i18n/es_BO.po | 14 ++++----- i18n/es_CL.po | 14 ++++----- i18n/es_CO.po | 14 ++++----- i18n/es_CR.po | 14 ++++----- i18n/es_DO.po | 14 ++++----- i18n/es_EC.po | 14 ++++----- i18n/es_PE.po | 14 ++++----- i18n/es_PY.po | 14 ++++----- i18n/es_VE.po | 14 ++++----- i18n/et.po | 16 +++++------ i18n/eu.po | 14 ++++----- i18n/fa.po | 16 +++++------ i18n/fi.po | 28 +++++++++--------- i18n/fo.po | 14 ++++----- i18n/fr.po | 30 ++++++++++---------- i18n/fr_BE.po | 14 ++++----- i18n/fr_CA.po | 14 ++++----- i18n/gl.po | 14 ++++----- i18n/gu.po | 14 ++++----- i18n/he.po | 16 +++++------ i18n/hi.po | 14 ++++----- i18n/hr.po | 14 ++++----- i18n/hu.po | 16 +++++------ i18n/hy.po | 16 +++++------ i18n/id.po | 30 ++++++++++---------- i18n/is.po | 16 +++++------ i18n/it.po | 30 ++++++++++---------- i18n/ja.po | 18 ++++++------ i18n/ka.po | 14 ++++----- i18n/kab.po | 14 ++++----- i18n/km.po | 14 ++++----- i18n/ko.po | 30 ++++++++++---------- i18n/lb.po | 14 ++++----- i18n/lo.po | 14 ++++----- i18n/lt.po | 16 +++++------ i18n/lv.po | 16 +++++------ i18n/mk.po | 14 ++++----- i18n/mn.po | 14 ++++----- i18n/nb.po | 14 ++++----- i18n/ne.po | 14 ++++----- i18n/nl.po | 30 ++++++++++---------- i18n/pl.po | 20 ++++++------- i18n/pt.po | 14 ++++----- i18n/pt_BR.po | 22 +++++++------- i18n/ro.po | 14 ++++----- i18n/ru.po | 22 +++++++------- i18n/sk.po | 14 ++++----- i18n/sl.po | 14 ++++----- i18n/sq.po | 14 ++++----- i18n/sr.po | 16 +++++------ i18n/sr@latin.po | 14 ++++----- i18n/sv.po | 22 +++++++------- i18n/th.po | 14 ++++----- i18n/tr.po | 14 ++++----- i18n/uk.po | 14 ++++----- i18n/vi.po | 26 ++++++++--------- i18n/zh_CN.po | 14 ++++----- i18n/zh_TW.po | 22 +++++++------- models/__init__.py | 2 +- models/calendar_alarm.py | 2 +- models/calendar_alarm_manager.py | 2 +- models/calendar_attendee.py | 2 +- models/calendar_event.py | 4 +-- models/calendar_event_type.py | 2 +- models/calendar_filter.py | 2 +- models/calendar_recurrence.py | 2 +- models/ir_http.py | 2 +- models/mail_activity.py | 2 +- models/mail_activity_mixin.py | 2 +- models/mail_activity_type.py | 2 +- models/onboarding_onboarding.py | 2 +- models/onboarding_onboarding_step.py | 2 +- models/res_partner.py | 2 +- models/res_users.py | 2 +- populate/__init__.py | 2 +- populate/calendar_alarm.py | 2 +- populate/data.py | 2 +- tests/__init__.py | 2 +- tests/test_access_rights.py | 6 ++-- tests/test_attendees.py | 4 +-- tests/test_calendar.py | 12 ++++---- tests/test_calendar_controller.py | 2 +- tests/test_calendar_recurrent_event_case2.py | 4 +-- tests/test_event_notifications.py | 2 +- tests/test_event_recurrence.py | 2 +- tests/test_mail_activity_mixin.py | 2 +- tests/test_res_partner.py | 2 +- views/calendar_views.xml | 4 +-- wizard/__init__.py | 2 +- wizard/calendar_popover_delete_wizard.py | 2 +- wizard/calendar_provider_config.py | 2 +- wizard/mail_activity_schedule.py | 2 +- 113 files changed, 691 insertions(+), 691 deletions(-) diff --git a/__init__.py b/__init__.py index 48dadfa..ec0ad14 100644 --- a/__init__.py +++ b/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from . import controllers from . import models diff --git a/__manifest__.py b/__manifest__.py index d1eb6d1..4a0cd0b 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. { 'name': 'Calendar', diff --git a/controllers/__init__.py b/controllers/__init__.py index 5d4b25d..06b98e6 100644 --- a/controllers/__init__.py +++ b/controllers/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from . import main diff --git a/controllers/main.py b/controllers/main.py index bbab790..50f59b8 100644 --- a/controllers/main.py +++ b/controllers/main.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. import odoo.http as http diff --git a/data/mail_template_data.xml b/data/mail_template_data.xml index e9866a0..a6be83a 100644 --- a/data/mail_template_data.xml +++ b/data/mail_template_data.xml @@ -94,7 +94,7 @@
  • How to Join: - Join with Odoo Discuss + Join with Talisman Discuss Join at
    www.mycompany.com/calendar/join_videocall/xyz
  • @@ -225,7 +225,7 @@
  • How to Join: - Join with Odoo Discuss + Join with Talisman Discuss Join at
    www.mycompany.com/calendar/join_videocall/xyz
  • @@ -332,7 +332,7 @@
  • How to Join: - Join with Odoo Discuss + Join with Talisman Discuss Join at
    www.mycompany.com/calendar/join_videocall/xyz
  • @@ -411,7 +411,7 @@
  • How to Join: - Join with Odoo Discuss + Join with Talisman Discuss Join at
    www.mycompany.com/calendar/join_videocall/xyz
  • diff --git a/i18n/af.po b/i18n/af.po index 43e1dde..1771dd9 100644 --- a/i18n/af.po +++ b/i18n/af.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -7,7 +7,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0beta\n" +"Project-Id-Version: Talisman Server 16.0beta\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2022-09-22 05:45+0000\n" @@ -152,7 +152,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -223,7 +223,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -372,7 +372,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -467,7 +467,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -497,7 +497,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/am.po b/i18n/am.po index 49abd2a..bb9b280 100644 --- a/i18n/am.po +++ b/i18n/am.po @@ -1,10 +1,10 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0\n" +"Project-Id-Version: Talisman Server 16.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2022-09-22 05:45+0000\n" @@ -148,7 +148,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -219,7 +219,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -368,7 +368,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -463,7 +463,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -493,7 +493,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/ar.po b/i18n/ar.po index ad45298..3215243 100644 --- a/i18n/ar.po +++ b/i18n/ar.po @@ -1,14 +1,14 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # # Translators: -# Wil Odoo, 2024 +# Wil Talisman , 2024 # Malaz Abuidris , 2024 # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -155,7 +155,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -340,7 +340,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -569,7 +569,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -794,7 +794,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -917,12 +917,12 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr " اجتماع أودو " #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr " اجتماع أودو " #. module: calendar diff --git a/i18n/az.po b/i18n/az.po index 97851f8..cdf890f 100644 --- a/i18n/az.po +++ b/i18n/az.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -8,7 +8,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0\n" +"Project-Id-Version: Talisman Server 16.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2022-09-22 05:45+0000\n" @@ -153,7 +153,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -224,7 +224,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -373,7 +373,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -468,7 +468,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -498,7 +498,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/bg.po b/i18n/bg.po index f5183ce..3d3098a 100644 --- a/i18n/bg.po +++ b/i18n/bg.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -16,7 +16,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -161,7 +161,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -232,7 +232,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -381,7 +381,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -476,7 +476,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -507,12 +507,12 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/bn.po b/i18n/bn.po index e1f3e10..e1143a7 100644 --- a/i18n/bn.po +++ b/i18n/bn.po @@ -1,11 +1,11 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # # Translators: msgid "" msgstr "" -"Project-Id-Version: Odoo 9.0\n" +"Project-Id-Version: Talisman 9.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2016-01-21 10:31+0000\n" @@ -150,7 +150,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -221,7 +221,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -370,7 +370,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -465,7 +465,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -495,7 +495,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/bs.po b/i18n/bs.po index 2ee6306..bf93136 100644 --- a/i18n/bs.po +++ b/i18n/bs.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -8,7 +8,7 @@ # Bole , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" +"Project-Id-Version: Talisman Server saas~11.5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2018-09-21 13:18+0000\n" @@ -153,7 +153,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -224,7 +224,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -373,7 +373,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -468,7 +468,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -498,7 +498,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/ca.po b/i18n/ca.po index 09284fb..4be26df 100644 --- a/i18n/ca.po +++ b/i18n/ca.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -30,7 +30,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -177,7 +177,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -248,7 +248,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -397,7 +397,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -492,7 +492,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -525,12 +525,12 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/calendar.pot b/i18n/calendar.pot index a21c011..e9be0fb 100644 --- a/i18n/calendar.pot +++ b/i18n/calendar.pot @@ -1,10 +1,10 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2024-01-05 12:31+0000\n" @@ -148,7 +148,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -219,7 +219,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -368,7 +368,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -463,7 +463,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -494,12 +494,12 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/cs.po b/i18n/cs.po index ab95fdb..8181d44 100644 --- a/i18n/cs.po +++ b/i18n/cs.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -8,15 +8,15 @@ # Jakub Smolka, 2023 # Ivana Bartonkova, 2023 # Aleš Fiala , 2023 -# Wil Odoo, 2024 +# Wil Talisman , 2024 # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" -"Last-Translator: Wil Odoo, 2024\n" +"Last-Translator: Wil Talisman , 2024\n" "Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -159,7 +159,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -230,7 +230,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -379,7 +379,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -474,7 +474,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -507,12 +507,12 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/da.po b/i18n/da.po index 13991d2..8747901 100644 --- a/i18n/da.po +++ b/i18n/da.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -11,7 +11,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -158,7 +158,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -273,7 +273,7 @@ msgstr "" " \n" "
  • \n" " Sådan deltager du:\n" -" Deltag med Odoo Beskeder\n" +" Deltag med Talisman Beskeder\n" " Deltag via
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -343,7 +343,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -424,7 +424,7 @@ msgstr "" " \n" "
  • \n" " Sådan deltager du:\n" -" Deltag med Odoo Beskeder\n" +" Deltag med Talisman Beskeder\n" " Deltag via
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -571,7 +571,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -701,7 +701,7 @@ msgstr "" " \n" "
  • \n" " Sådan deltager du:\n" -" Deltag med Odoo Beskeder\n" +" Deltag med Talisman Beskeder\n" " Deltag via
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -795,7 +795,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -886,7 +886,7 @@ msgstr "" " \n" "
  • \n" " Sådan deltager du:\n" -" Deltag med with Odoo Beskeder\n" +" Deltag med with Talisman Beskeder\n" " Deltag via
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -918,12 +918,12 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/de.po b/i18n/de.po index 654ca00..d66868b 100644 --- a/i18n/de.po +++ b/i18n/de.po @@ -1,16 +1,16 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # # Translators: # Michael Hofer, 2023 # Martin Trigaux, 2023 -# Wil Odoo, 2024 +# Wil Talisman , 2024 # Larissa Manderfeld, 2024 # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -157,7 +157,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -272,7 +272,7 @@ msgstr "" " \n" "
  • \n" " So können Sie teilnehmen:\n" -" Mit Odoo Dialog\n" +" Mit Talisman Dialog\n" " Per Klick auf folgenden Link
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -342,7 +342,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -423,7 +423,7 @@ msgstr "" " \n" "
  • \n" " Wie Sie beitreten:\n" -" Mit Odoo Dialog beitreten\n" +" Mit Talisman Dialog beitreten\n" " Beitreten über
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -571,7 +571,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -702,7 +702,7 @@ msgstr "" " \n" "
  • \n" " So können Sie teilnehmen:\n" -" Mit Odoo Dialog\n" +" Mit Talisman Dialog\n" " Per Klick auf
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -796,7 +796,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -887,7 +887,7 @@ msgstr "" " \n" "
  • \n" " So können Sie teilnehmen:\n" -" Mit Odoo Dialog\n" +" Mit Talisman Dialog\n" " Per Klick auf
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -919,13 +919,13 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" -msgstr " Odoo-Meeting" +msgid " Talisman meeting" +msgstr " Talisman -Meeting" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" -msgstr " Odoo-Meeting" +msgid " Talisman meeting" +msgstr " Talisman -Meeting" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form diff --git a/i18n/el.po b/i18n/el.po index 242fd46..027564d 100644 --- a/i18n/el.po +++ b/i18n/el.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -9,7 +9,7 @@ # George Tarasidis , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" +"Project-Id-Version: Talisman Server saas~11.5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2018-09-21 13:18+0000\n" @@ -154,7 +154,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -225,7 +225,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -374,7 +374,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -469,7 +469,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -499,7 +499,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/en_GB.po b/i18n/en_GB.po index a65f89a..082d605 100644 --- a/i18n/en_GB.po +++ b/i18n/en_GB.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/es.po b/i18n/es.po index 734c36d..c49dd8c 100644 --- a/i18n/es.po +++ b/i18n/es.po @@ -1,17 +1,17 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # # Translators: # Martin Trigaux, 2023 # Lucia Pacheco, 2024 -# Wil Odoo, 2024 +# Wil Talisman , 2024 # Larissa Manderfeld, 2024 # Pedro M. Baeza , 2024 # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -158,7 +158,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -273,7 +273,7 @@ msgstr "" " \n" "
  • \n" " Cómo unirse:\n" -" Unirse con Conversaciones de Odoo\n" +" Unirse con Conversaciones de Talisman \n" " Unirse a través de
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -343,7 +343,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -424,7 +424,7 @@ msgstr "" " \n" "
  • \n" " Cómo unirse:\n" -" Unirse con Conversaciones de Odoo\n" +" Unirse con Conversaciones de Talisman \n" " Unirse a través de
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -572,7 +572,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -703,7 +703,7 @@ msgstr "" " \n" "
  • \n" " Cómo unirse:\n" -" Unirse con Conversaciones de Odoo\n" +" Unirse con Conversaciones de Talisman \n" " Unirse en
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -797,7 +797,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -888,7 +888,7 @@ msgstr "" " \n" "
  • \n" " Cómo unirse:\n" -" Unirse con Conversaciones de Odoo\n" +" Unirse con Conversaciones de Talisman \n" " Unirse en
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -920,13 +920,13 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" -msgstr " Reunión de Odoo" +msgid " Talisman meeting" +msgstr " Reunión de Talisman " #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" -msgstr " Reunión de Odoo" +msgid " Talisman meeting" +msgstr " Reunión de Talisman " #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form diff --git a/i18n/es_419.po b/i18n/es_419.po index af6309b..962880e 100644 --- a/i18n/es_419.po +++ b/i18n/es_419.po @@ -1,16 +1,16 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # # Translators: # Iran Villalobos López, 2024 -# Wil Odoo, 2024 +# Wil Talisman , 2024 # Patricia Gutiérrez Capetillo , 2024 # Fernanda Alvarez, 2024 # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -157,7 +157,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -272,7 +272,7 @@ msgstr "" " \n" "
  • \n" " Cómo unirse:\n" -" Unirse con Conversaciones de Odoo\n" +" Unirse con Conversaciones de Talisman \n" " Unirse a través de
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -342,7 +342,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -423,7 +423,7 @@ msgstr "" " \n" "
  • \n" " Cómo unirse:\n" -" Unirse con Conversaciones de Odoo\n" +" Unirse con Conversaciones de Talisman \n" " Unirse a través de
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -571,7 +571,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -702,7 +702,7 @@ msgstr "" " \n" "
  • \n" " Cómo unirse:\n" -" Unirse con Conversaciones de Odoo\n" +" Unirse con Conversaciones de Talisman \n" " Unirse a través de
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -796,7 +796,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -887,7 +887,7 @@ msgstr "" " \n" "
  • \n" " Cómo unirse:\n" -" Unirse con Conversaciones de Odoo\n" +" Unirse con Conversaciones de Talisman \n" " Unirse a través de
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -919,13 +919,13 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" -msgstr " Reunión de Odoo" +msgid " Talisman meeting" +msgstr " Reunión de Talisman " #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" -msgstr " Reunión de Odoo" +msgid " Talisman meeting" +msgstr " Reunión de Talisman " #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form diff --git a/i18n/es_BO.po b/i18n/es_BO.po index 9942b20..7db5df8 100644 --- a/i18n/es_BO.po +++ b/i18n/es_BO.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/es_CL.po b/i18n/es_CL.po index 0c919da..7ee8d10 100644 --- a/i18n/es_CL.po +++ b/i18n/es_CL.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/es_CO.po b/i18n/es_CO.po index e564310..fa43931 100644 --- a/i18n/es_CO.po +++ b/i18n/es_CO.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/es_CR.po b/i18n/es_CR.po index e466e80..440c6dd 100644 --- a/i18n/es_CR.po +++ b/i18n/es_CR.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/es_DO.po b/i18n/es_DO.po index b017d4c..74d7174 100644 --- a/i18n/es_DO.po +++ b/i18n/es_DO.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/es_EC.po b/i18n/es_EC.po index 2577ab5..699d3ad 100644 --- a/i18n/es_EC.po +++ b/i18n/es_EC.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/es_PE.po b/i18n/es_PE.po index f26fdb8..a1d9d9e 100644 --- a/i18n/es_PE.po +++ b/i18n/es_PE.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/es_PY.po b/i18n/es_PY.po index c74bbdc..45eac04 100644 --- a/i18n/es_PY.po +++ b/i18n/es_PY.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/es_VE.po b/i18n/es_VE.po index aa15255..517ffff 100644 --- a/i18n/es_VE.po +++ b/i18n/es_VE.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/et.po b/i18n/et.po index 597e1ca..1505aa9 100644 --- a/i18n/et.po +++ b/i18n/et.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -24,7 +24,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -171,7 +171,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -242,7 +242,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -391,7 +391,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -486,7 +486,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -519,12 +519,12 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/eu.po b/i18n/eu.po index 22d2b15..58b4410 100644 --- a/i18n/eu.po +++ b/i18n/eu.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/fa.po b/i18n/fa.po index 654bb5c..8c3ec57 100644 --- a/i18n/fa.po +++ b/i18n/fa.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -20,7 +20,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -167,7 +167,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -238,7 +238,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -387,7 +387,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -482,7 +482,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -515,12 +515,12 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/fi.po b/i18n/fi.po index 4488e00..55975f9 100644 --- a/i18n/fi.po +++ b/i18n/fi.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -25,7 +25,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -172,7 +172,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -287,7 +287,7 @@ msgstr "" " \n" "
  • \n" " Miten liittyä:\n" -" Liity Odoo Discussin avulla\n" +" Liity Talisman Discussin avulla\n" " Liity osoitteessa
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -357,7 +357,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -438,7 +438,7 @@ msgstr "" " \n" "
  • \n" " Miten osallistua:\n" -" Liity Odoo Discussin kautta\n" +" Liity Talisman Discussin kautta\n" " Liity osoitteessa
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -586,7 +586,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -717,7 +717,7 @@ msgstr "" " \n" "
  • \n" " Miten liittyä:\n" -" Liity Odoo Discussin avulla\n" +" Liity Talisman Discussin avulla\n" " Liity osoitteessa
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -811,7 +811,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -902,7 +902,7 @@ msgstr "" " \n" "
  • \n" " Miten liittyä:\n" -" Liity Odoo Discussin avulla\n" +" Liity Talisman Discussin avulla\n" " Liity osoitteessa
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -934,13 +934,13 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" -msgstr " Odoo-kokous" +msgid " Talisman meeting" +msgstr " Talisman -kokous" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" -msgstr " Odoo-kokous" +msgid " Talisman meeting" +msgstr " Talisman -kokous" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form diff --git a/i18n/fo.po b/i18n/fo.po index 2b79e58..6d6b0b9 100644 --- a/i18n/fo.po +++ b/i18n/fo.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/fr.po b/i18n/fr.po index fcf28b4..8873dce 100644 --- a/i18n/fr.po +++ b/i18n/fr.po @@ -1,14 +1,14 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # # Translators: -# Wil Odoo, 2024 +# Wil Talisman , 2024 # Jolien De Paepe, 2024 # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -155,7 +155,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -270,7 +270,7 @@ msgstr "" " \n" "
  • \n" " Comment rejoindre :\n" -" Rejoindre avec Odoo Discussion\n" +" Rejoindre avec Talisman Discussion\n" " Rejoindre via
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -340,7 +340,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -421,7 +421,7 @@ msgstr "" " \n" "
  • \n" " Comment rejoindre :\n" -" Rejoindre avec Odoo Discussion\n" +" Rejoindre avec Talisman Discussion\n" " Rejoindre via
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -569,7 +569,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -700,7 +700,7 @@ msgstr "" " \n" "
  • \n" " Comment rejoindre :\n" -" Rejoindre avec Odoo Discussion\n" +" Rejoindre avec Talisman Discussion\n" " Rejoindre via
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -794,7 +794,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -885,7 +885,7 @@ msgstr "" " \n" "
  • \n" " Comment rejoindre :\n" -" Rejoindre avec Odoo Discussion\n" +" Rejoindre avec Talisman Discussion\n" " Rejoindre via
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -917,13 +917,13 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" -msgstr " réunion Odoo" +msgid " Talisman meeting" +msgstr " réunion Talisman " #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" -msgstr "réunion Odoo" +msgid " Talisman meeting" +msgstr "réunion Talisman " #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form diff --git a/i18n/fr_BE.po b/i18n/fr_BE.po index 1be87c0..11b6c0a 100644 --- a/i18n/fr_BE.po +++ b/i18n/fr_BE.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux, 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo 9.0\n" +"Project-Id-Version: Talisman 9.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2016-06-13 12:01+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/fr_CA.po b/i18n/fr_CA.po index 0fdb73a..3638c35 100644 --- a/i18n/fr_CA.po +++ b/i18n/fr_CA.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/gl.po b/i18n/gl.po index a043852..6a3cd55 100644 --- a/i18n/gl.po +++ b/i18n/gl.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/gu.po b/i18n/gu.po index 2709637..c9f52b1 100644 --- a/i18n/gu.po +++ b/i18n/gu.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -7,7 +7,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0\n" +"Project-Id-Version: Talisman Server 16.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2022-09-22 05:45+0000\n" @@ -152,7 +152,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -223,7 +223,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -372,7 +372,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -467,7 +467,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -497,7 +497,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/he.po b/i18n/he.po index 156ad46..140f427 100644 --- a/i18n/he.po +++ b/i18n/he.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -22,7 +22,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -169,7 +169,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -240,7 +240,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -389,7 +389,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -484,7 +484,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -517,12 +517,12 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/hi.po b/i18n/hi.po index 9132b00..38d4dc2 100644 --- a/i18n/hi.po +++ b/i18n/hi.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Zeeshan Ali Khan , 2015 msgid "" msgstr "" -"Project-Id-Version: Odoo 9.0\n" +"Project-Id-Version: Talisman 9.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2016-06-03 04:50+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/hr.po b/i18n/hr.po index 4de09c2..0ec9f67 100644 --- a/i18n/hr.po +++ b/i18n/hr.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -18,7 +18,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0\n" +"Project-Id-Version: Talisman Server 16.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2022-09-22 05:45+0000\n" @@ -165,7 +165,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -236,7 +236,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -385,7 +385,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -480,7 +480,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -510,7 +510,7 @@ msgstr " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/hu.po b/i18n/hu.po index 73dc611..b9b33dd 100644 --- a/i18n/hu.po +++ b/i18n/hu.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -16,7 +16,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -163,7 +163,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -234,7 +234,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -383,7 +383,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -478,7 +478,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -511,12 +511,12 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/hy.po b/i18n/hy.po index 7ee2713..8d78144 100644 --- a/i18n/hy.po +++ b/i18n/hy.po @@ -1,10 +1,10 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -148,7 +148,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -219,7 +219,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -368,7 +368,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -463,7 +463,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -494,12 +494,12 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/id.po b/i18n/id.po index 9dccf17..8cd165d 100644 --- a/i18n/id.po +++ b/i18n/id.po @@ -1,14 +1,14 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # # Translators: -# Wil Odoo, 2024 +# Wil Talisman , 2024 # Abe Manyo, 2024 # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -155,7 +155,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -270,7 +270,7 @@ msgstr "" " \n" "
  • \n" " Cara Bergabung:\n" -" Bergabung dengan Odoo Discuss\n" +" Bergabung dengan Talisman Discuss\n" " Bergabung dengan
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -340,7 +340,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -421,7 +421,7 @@ msgstr "" " \n" "
  • \n" " Cara Bergabung:\n" -" Bergabung dengan Diskusi Odoo\n" +" Bergabung dengan Diskusi Talisman \n" " Bergabung dengan
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -569,7 +569,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -700,7 +700,7 @@ msgstr "" " \n" "
  • \n" " Cara Bergabung:\n" -" Bergabung dengan Odoo Discuss\n" +" Bergabung dengan Talisman Discuss\n" " Bergabung dengan
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -794,7 +794,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -885,7 +885,7 @@ msgstr "" " \n" "
  • \n" " Cara Bergabung:\n" -" Bergabung dengan Odoo Discuss\n" +" Bergabung dengan Talisman Discuss\n" " Bergabung dengan
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -917,13 +917,13 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" -msgstr " Odoo meeting" +msgid " Talisman meeting" +msgstr " Talisman meeting" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" -msgstr " Odoo meeting" +msgid " Talisman meeting" +msgstr " Talisman meeting" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form diff --git a/i18n/is.po b/i18n/is.po index a75f584..a4295a6 100644 --- a/i18n/is.po +++ b/i18n/is.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -8,7 +8,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -153,7 +153,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -224,7 +224,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -373,7 +373,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -468,7 +468,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -499,12 +499,12 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/it.po b/i18n/it.po index d23dd1b..0cf3fcb 100644 --- a/i18n/it.po +++ b/i18n/it.po @@ -1,15 +1,15 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # # Translators: # Sergio Zanchetta , 2024 -# Wil Odoo, 2024 +# Wil Talisman , 2024 # Marianna Ciofani, 2024 # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -156,7 +156,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -271,7 +271,7 @@ msgstr "" " \n" "
  • \n" " Come partecipare:\n" -" Odoo Discuti\n" +" Talisman Discuti\n" " Tramite link
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -341,7 +341,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -422,7 +422,7 @@ msgstr "" " \n" "
  • \n" " Come partecipare:\n" -" partecipa con Odoo Discuti\n" +" partecipa con Talisman Discuti\n" " partecipa usando il link
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -570,7 +570,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -701,7 +701,7 @@ msgstr "" " \n" "
  • \n" " Come partecipare:\n" -" partecipa con Odoo Discuti\n" +" partecipa con Talisman Discuti\n" " partecipa usando il link
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -795,7 +795,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -886,7 +886,7 @@ msgstr "" " \n" "
  • \n" " Come partecipare:\n" -" Odoo Discuti\n" +" Talisman Discuti\n" " tramite link
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -918,13 +918,13 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" -msgstr " Riunione Odoo" +msgid " Talisman meeting" +msgstr " Riunione Talisman " #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" -msgstr " Riunione Odoo" +msgid " Talisman meeting" +msgstr " Riunione Talisman " #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form diff --git a/i18n/ja.po b/i18n/ja.po index ad0360d..0538b97 100644 --- a/i18n/ja.po +++ b/i18n/ja.po @@ -1,15 +1,15 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # # Translators: # Yoshi Tashiro (Quartile) , 2023 -# Wil Odoo, 2024 +# Wil Talisman , 2024 # Junko Augias, 2024 # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -156,7 +156,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -341,7 +341,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -570,7 +570,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -795,7 +795,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -918,12 +918,12 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr " Odooミーティング" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr " Odooミーティング" #. module: calendar diff --git a/i18n/ka.po b/i18n/ka.po index 3e7dbf5..1f8ea04 100644 --- a/i18n/ka.po +++ b/i18n/ka.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/kab.po b/i18n/kab.po index 4ac56bb..a03d302 100644 --- a/i18n/kab.po +++ b/i18n/kab.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/km.po b/i18n/km.po index 93ee780..3a2801e 100644 --- a/i18n/km.po +++ b/i18n/km.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -8,7 +8,7 @@ # Samkhann Seang , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" +"Project-Id-Version: Talisman Server saas~11.5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2018-09-21 13:18+0000\n" @@ -153,7 +153,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -224,7 +224,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -373,7 +373,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -468,7 +468,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -498,7 +498,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/ko.po b/i18n/ko.po index e095c3d..f0d3559 100644 --- a/i18n/ko.po +++ b/i18n/ko.po @@ -1,16 +1,16 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # # Translators: # Martin Trigaux, 2023 # Daye Jeong, 2024 -# Wil Odoo, 2024 +# Wil Talisman , 2024 # Sarah Park, 2024 # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -157,7 +157,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -272,7 +272,7 @@ msgstr "" " \n" "
  • \n" " 참가 방법:\n" -" Odoo Discuss를 통한 참가\n" +" Talisman Discuss를 통한 참가\n" " 다음 링크를 통해 참가
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -342,7 +342,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -423,7 +423,7 @@ msgstr "" " \n" "
  • \n" " 참가 방법:\n" -" Odoo Discuss를 통한 참가\n" +" Talisman Discuss를 통한 참가\n" " 다음을 통해 참가
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -571,7 +571,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -702,7 +702,7 @@ msgstr "" " \n" "
  • \n" " 참석 방법:\n" -" Odoo Discuss를 통한 참석\n" +" Talisman Discuss를 통한 참석\n" " 다음 링크로 참석
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -796,7 +796,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -889,7 +889,7 @@ msgstr "" " \n" "
  • \n" " 참여 방법:\n" -" Odoo 메일 및 채팅을 통한 참여\n" +" Talisman 메일 및 채팅을 통한 참여\n" " 웹사이트에서 참여
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -921,13 +921,13 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" -msgstr " Odoo 미팅" +msgid " Talisman meeting" +msgstr " Talisman 미팅" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" -msgstr " Odoo 미팅" +msgid " Talisman meeting" +msgstr " Talisman 미팅" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form diff --git a/i18n/lb.po b/i18n/lb.po index 5c970ae..2f3ff74 100644 --- a/i18n/lb.po +++ b/i18n/lb.po @@ -1,10 +1,10 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # msgid "" msgstr "" -"Project-Id-Version: Odoo Server saas~12.5\n" +"Project-Id-Version: Talisman Server saas~12.5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2019-08-26 09:09+0000\n" @@ -148,7 +148,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -219,7 +219,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -368,7 +368,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -463,7 +463,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -493,7 +493,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/lo.po b/i18n/lo.po index 3e71137..56bd29a 100644 --- a/i18n/lo.po +++ b/i18n/lo.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/lt.po b/i18n/lt.po index bf55645..52a8798 100644 --- a/i18n/lt.po +++ b/i18n/lt.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -22,7 +22,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -167,7 +167,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -238,7 +238,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -387,7 +387,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -482,7 +482,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -515,12 +515,12 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/lv.po b/i18n/lv.po index d0c9c57..0657044 100644 --- a/i18n/lv.po +++ b/i18n/lv.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -13,7 +13,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -158,7 +158,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -229,7 +229,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -378,7 +378,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -473,7 +473,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -506,12 +506,12 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/mk.po b/i18n/mk.po index f9a4220..e4b0321 100644 --- a/i18n/mk.po +++ b/i18n/mk.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/mn.po b/i18n/mn.po index 252ee22..66be51b 100644 --- a/i18n/mn.po +++ b/i18n/mn.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -19,7 +19,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0\n" +"Project-Id-Version: Talisman Server 16.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2022-09-22 05:45+0000\n" @@ -164,7 +164,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -235,7 +235,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -384,7 +384,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -479,7 +479,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -509,7 +509,7 @@ msgstr " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/nb.po b/i18n/nb.po index 4e6bffe..e25f96b 100644 --- a/i18n/nb.po +++ b/i18n/nb.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -12,7 +12,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0\n" +"Project-Id-Version: Talisman Server 16.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2022-09-22 05:45+0000\n" @@ -157,7 +157,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -228,7 +228,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -377,7 +377,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -472,7 +472,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -502,7 +502,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/ne.po b/i18n/ne.po index c778532..7dc02d7 100644 --- a/i18n/ne.po +++ b/i18n/ne.po @@ -1,10 +1,10 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -148,7 +148,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -219,7 +219,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -368,7 +368,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -463,7 +463,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -493,7 +493,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/nl.po b/i18n/nl.po index bf404d7..52c1587 100644 --- a/i18n/nl.po +++ b/i18n/nl.po @@ -1,16 +1,16 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # # Translators: # Martin Trigaux, 2023 -# Wil Odoo, 2024 +# Wil Talisman , 2024 # Jolien De Paepe, 2024 # Erwin van der Ploeg , 2024 # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -157,7 +157,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -272,7 +272,7 @@ msgstr "" " \n" "
  • \n" " Hoe deelnemen:\n" -" Deelnemen met Odoo Chat\n" +" Deelnemen met Talisman Chat\n" " Deelnemen via
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -342,7 +342,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -423,7 +423,7 @@ msgstr "" " \n" "
  • \n" " Hoe deelnemen:\n" -" Deelnemen met Odoo Chat\n" +" Deelnemen met Talisman Chat\n" " Deelnemen via
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -571,7 +571,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -702,7 +702,7 @@ msgstr "" " \n" "
  • \n" " Hoe deelnemen:\n" -" Deelnemen met Odoo Chat\n" +" Deelnemen met Talisman Chat\n" " Deelnemen via
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -796,7 +796,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -887,7 +887,7 @@ msgstr "" " \n" "
  • \n" " Hoe deel te nemen:\n" -" Doe mee met Odoo Discuss\n" +" Doe mee met Talisman Discuss\n" " Neem deel via
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -919,13 +919,13 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" -msgstr " Odoo vergardering" +msgid " Talisman meeting" +msgstr " Talisman vergardering" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" -msgstr " Odoo vergadering" +msgid " Talisman meeting" +msgstr " Talisman vergadering" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form diff --git a/i18n/pl.po b/i18n/pl.po index c36e3ec..d141cd3 100644 --- a/i18n/pl.po +++ b/i18n/pl.po @@ -1,19 +1,19 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # # Translators: # Tadeusz Karpiński , 2023 # Dawid Prus, 2023 -# Wil Odoo, 2024 +# Wil Talisman , 2024 # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" -"Last-Translator: Wil Odoo, 2024\n" +"Last-Translator: Wil Talisman , 2024\n" "Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -156,7 +156,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -227,7 +227,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -376,7 +376,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -471,7 +471,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -504,12 +504,12 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/pt.po b/i18n/pt.po index 2695313..7c13164 100644 --- a/i18n/pt.po +++ b/i18n/pt.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -13,7 +13,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -158,7 +158,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -229,7 +229,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -378,7 +378,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -473,7 +473,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -511,7 +511,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/pt_BR.po b/i18n/pt_BR.po index 6ec7c40..667db82 100644 --- a/i18n/pt_BR.po +++ b/i18n/pt_BR.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -10,7 +10,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -157,7 +157,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -272,7 +272,7 @@ msgstr "" " \n" "
  • \n" " Como participar:\n" -" Entrar com o Odoo Mensagens\n" +" Entrar com o Talisman Mensagens\n" " Entrar em
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -342,7 +342,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -423,7 +423,7 @@ msgstr "" " \n" "
  • \n" " Como participar:\n" -" Entrar com o Odoo Mensagens\n" +" Entrar com o Talisman Mensagens\n" " Entrar em
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -571,7 +571,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -702,7 +702,7 @@ msgstr "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -796,7 +796,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -887,7 +887,7 @@ msgstr "" " \n" "
  • \n" " Como participar:\n" -" Entrar com o Odoo Mensagens\n" +" Entrar com o Talisman Mensagens\n" " Entrar em
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -924,7 +924,7 @@ msgstr " Reunião do Odoo" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr " Reunião do Odoo" #. module: calendar diff --git a/i18n/ro.po b/i18n/ro.po index ed2ccfc..970dcad 100644 --- a/i18n/ro.po +++ b/i18n/ro.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -12,7 +12,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0\n" +"Project-Id-Version: Talisman Server 16.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2022-09-22 05:45+0000\n" @@ -159,7 +159,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -230,7 +230,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -379,7 +379,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -474,7 +474,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -504,7 +504,7 @@ msgstr " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr " Adăugați o întâlnire Odoo" #. module: calendar diff --git a/i18n/ru.po b/i18n/ru.po index 6aaa3a0..02fa7a0 100644 --- a/i18n/ru.po +++ b/i18n/ru.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -19,7 +19,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -166,7 +166,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -281,7 +281,7 @@ msgstr "" " \n" "
  • \n" " Как присоединиться:\n" -" Регистрация с Odoo Discuss\n" +" Регистрация с Talisman Discuss\n" " Присоединяйтесь на
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -351,7 +351,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -432,7 +432,7 @@ msgstr "" " \n" "
  • \n" " Как присоединиться:\n" -" Присоединиться с помощью Odoo Discuss\n" +" Присоединиться с помощью Talisman Discuss\n" " Присоединяйтесь на
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -580,7 +580,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -711,7 +711,7 @@ msgstr "" " \n" "
  • \n" " Как присоединиться:\n" -" Регистрация в Odoo Discuss\n" +" Регистрация в Talisman Discuss\n" " Присоединяйтесь на
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -805,7 +805,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -896,7 +896,7 @@ msgstr "" " \n" "
  • \n" " Как присоединиться:\n" -" Регистрация с Odoo Discuss\n" +" Регистрация с Talisman Discuss\n" " Присоединяйтесь на
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -933,7 +933,7 @@ msgstr " Встреча Odoo" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr " Встреча Odoo" #. module: calendar diff --git a/i18n/sk.po b/i18n/sk.po index 5cccb8f..6671fb8 100644 --- a/i18n/sk.po +++ b/i18n/sk.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -11,7 +11,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -158,7 +158,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -229,7 +229,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -378,7 +378,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -473,7 +473,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -511,7 +511,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/sl.po b/i18n/sl.po index 1f03ae1..c48ec27 100644 --- a/i18n/sl.po +++ b/i18n/sl.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -18,7 +18,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -163,7 +163,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -234,7 +234,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -383,7 +383,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -478,7 +478,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -516,7 +516,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/sq.po b/i18n/sq.po index becb968..5485b95 100644 --- a/i18n/sq.po +++ b/i18n/sq.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -6,7 +6,7 @@ # Martin Trigaux , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -151,7 +151,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -222,7 +222,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -371,7 +371,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -466,7 +466,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -496,7 +496,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/sr.po b/i18n/sr.po index df52454..7795019 100644 --- a/i18n/sr.po +++ b/i18n/sr.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -12,7 +12,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -159,7 +159,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -230,7 +230,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -379,7 +379,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -474,7 +474,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -512,8 +512,8 @@ msgstr " Odoo sastanak" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" -msgstr " Odoo sastanak" +msgid " Talisman meeting" +msgstr " Talisman sastanak" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form diff --git a/i18n/sr@latin.po b/i18n/sr@latin.po index 7e37b14..41cbcdb 100644 --- a/i18n/sr@latin.po +++ b/i18n/sr@latin.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -9,7 +9,7 @@ # Djordje Marjanovic , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Talisman Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 13:48+0000\n" "PO-Revision-Date: 2017-11-30 13:12+0000\n" @@ -154,7 +154,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -225,7 +225,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -374,7 +374,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -469,7 +469,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -499,7 +499,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create -msgid " Add Odoo meeting" +msgid " Add Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/sv.po b/i18n/sv.po index a0aef55..22b48ad 100644 --- a/i18n/sv.po +++ b/i18n/sv.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -26,7 +26,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -173,7 +173,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -288,7 +288,7 @@ msgstr "" " \n" "
  • Gå med i Odoo Discuss\n" +" Gå med i Talisman Discuss\n" " Gå med på
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -439,7 +439,7 @@ msgstr "" " \n" "
  • Gå med i Odoo Discuss\n" +" Gå med i Talisman Discuss\n" " Gå med på
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -718,7 +718,7 @@ msgstr "" " \n" "
  • \n" " Hur man går med:\n" -" Gå med i Odoo Discuss\n" +" Gå med i Talisman Discuss\n" " Gå med på
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -903,7 +903,7 @@ msgstr "" " \n" "
  • Gå med i Odoo Discuss\n" +" Gå med i Talisman Discuss\n" " Gå med på
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • Odoo-möte" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr " Odoo-möte" #. module: calendar diff --git a/i18n/th.po b/i18n/th.po index 554efce..d745132 100644 --- a/i18n/th.po +++ b/i18n/th.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -8,7 +8,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -155,7 +155,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -226,7 +226,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -375,7 +375,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -470,7 +470,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -508,7 +508,7 @@ msgstr " การประชุม Odoo Odoo meeting" +msgid " Talisman meeting" msgstr " การประชุม Odoo" #. module: calendar diff --git a/i18n/tr.po b/i18n/tr.po index b042df5..d623827 100644 --- a/i18n/tr.po +++ b/i18n/tr.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -31,7 +31,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -178,7 +178,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -249,7 +249,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -398,7 +398,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -493,7 +493,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -531,7 +531,7 @@ msgstr "" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "" #. module: calendar diff --git a/i18n/uk.po b/i18n/uk.po index 2cb7d16..8f1610a 100644 --- a/i18n/uk.po +++ b/i18n/uk.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -9,7 +9,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -156,7 +156,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -341,7 +341,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -570,7 +570,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -795,7 +795,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -923,7 +923,7 @@ msgstr " Зустріч Odoo" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr " Зустріч Odoo" #. module: calendar diff --git a/i18n/vi.po b/i18n/vi.po index e7cb97e..6307daf 100644 --- a/i18n/vi.po +++ b/i18n/vi.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -9,7 +9,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -156,7 +156,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -271,7 +271,7 @@ msgstr "" " \n" "
  • \n" " Cách tham gia:\n" -" Tham gia bằng Odoo Thảo luận\n" +" Tham gia bằng Talisman Thảo luận\n" " Tham gia tại
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -341,7 +341,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -422,7 +422,7 @@ msgstr "" " \n" "
  • \n" " Cách tham gia:\n" -" Tham gia bằng Odoo Thảo luận\n" +" Tham gia bằng Talisman Thảo luận\n" " Tham gia tại
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -570,7 +570,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -701,7 +701,7 @@ msgstr "" " \n" "
  • \n" " Cách tham gia:\n" -" Tham gia bằng Odoo Thảo luận\n" +" Tham gia bằng Talisman Thảo luận\n" " Tham gia tại
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -795,7 +795,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -886,7 +886,7 @@ msgstr "" " \n" "
  • \n" " Cách tham gia:\n" -" Tham gia bằng Odoo Thảo luận\n" +" Tham gia bằng Talisman Thảo luận\n" " Tham gia tại
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -923,7 +923,7 @@ msgstr " Cuộc họp Odoo" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr " Cuộc họp Odoo" #. module: calendar @@ -2663,13 +2663,13 @@ msgstr "Chủ nhật" #: model_terms:ir.ui.view,arch_db:calendar.calendar_provider_config_view_form #: model_terms:ir.ui.view,arch_db:calendar.res_config_settings_view_form msgid "Synchronize your calendar with Google Calendar" -msgstr "Đồng bộ lịch của bạn trên Odoo với Lịch Google" +msgstr "Đồng bộ lịch của bạn trên Talisman với Lịch Google" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.calendar_provider_config_view_form #: model_terms:ir.ui.view,arch_db:calendar.res_config_settings_view_form msgid "Synchronize your calendar with Outlook" -msgstr "Đồng bộ lịch của bạn trên Odoo với Lịch Outlook" +msgstr "Đồng bộ lịch của bạn trên Talisman với Lịch Outlook" #. module: calendar #: model:ir.model.constraint,message:calendar.constraint_calendar_event_type_name_uniq diff --git a/i18n/zh_CN.po b/i18n/zh_CN.po index f2cfdc9..9f2283b 100644 --- a/i18n/zh_CN.po +++ b/i18n/zh_CN.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -11,7 +11,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -158,7 +158,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -343,7 +343,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -572,7 +572,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -797,7 +797,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -923,7 +923,7 @@ msgstr " Odoo 会议" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "Odoo 会议" #. module: calendar diff --git a/i18n/zh_TW.po b/i18n/zh_TW.po index 01f0a56..1508a26 100644 --- a/i18n/zh_TW.po +++ b/i18n/zh_TW.po @@ -1,4 +1,4 @@ -# Translation of Odoo Server. +# Translation of Talisman Server. # This file contains the translation of the following modules: # * calendar # @@ -9,7 +9,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" +"Project-Id-Version: Talisman Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:31+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" @@ -156,7 +156,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -271,7 +271,7 @@ msgstr "" " \n" "
  • \n" " 如何參加:\n" -" 使用 Odoo 聊天參加:\n" +" 使用 Talisman 聊天參加:\n" " 參與連結:
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -341,7 +341,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -422,7 +422,7 @@ msgstr "" " \n" "
  • \n" " 如何參加: \n" -" 使用 Odoo 聊天參加:\n" +" 使用 Talisman 聊天參加:\n" " 參與連結:
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -570,7 +570,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -701,7 +701,7 @@ msgstr "" " \n" "
  • \n" " 如何參加: \n" -" 使用 Odoo 聊天參加:\n" +" 使用 Talisman 聊天參加:\n" " 參與連結:
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -795,7 +795,7 @@ msgid "" " \n" "
  • \n" " How to Join:\n" -" Join with Odoo Discuss\n" +" Join with Talisman Discuss\n" " Join at
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -886,7 +886,7 @@ msgstr "" " \n" "
  • \n" " 如何參加: \n" -" 使用 Odoo 聊天參加:\n" +" 使用 Talisman 聊天參加:\n" " 參與連結:
    \n" " www.mycompany.com/calendar/join_videocall/xyz\n" "
  • \n" @@ -923,7 +923,7 @@ msgstr " Odoo 會議" #. module: calendar #: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form -msgid " Odoo meeting" +msgid " Talisman meeting" msgstr "Odoo 會議" #. module: calendar diff --git a/models/__init__.py b/models/__init__.py index 7f1847f..dd7cd78 100644 --- a/models/__init__.py +++ b/models/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from . import ir_http from . import res_partner diff --git a/models/calendar_alarm.py b/models/calendar_alarm.py index 55eceb1..31536c5 100644 --- a/models/calendar_alarm.py +++ b/models/calendar_alarm.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from odoo import api, fields, models diff --git a/models/calendar_alarm_manager.py b/models/calendar_alarm_manager.py index b21efc7..a3da95e 100644 --- a/models/calendar_alarm_manager.py +++ b/models/calendar_alarm_manager.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. import logging from datetime import timedelta, datetime diff --git a/models/calendar_attendee.py b/models/calendar_attendee.py index a9e106e..1ffb100 100644 --- a/models/calendar_attendee.py +++ b/models/calendar_attendee.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. import uuid import base64 import logging diff --git a/models/calendar_event.py b/models/calendar_event.py index 2b8f172..572fc39 100644 --- a/models/calendar_event.py +++ b/models/calendar_event.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. import logging import math @@ -1353,7 +1353,7 @@ class Meeting(models.Model): elif interval == 'minutes': delta = timedelta(minutes=duration) trigger.value = delta - valarm.add('DESCRIPTION').value = alarm.name or u'Odoo' + valarm.add('DESCRIPTION').value = alarm.name or u' Talisman ' for attendee in meeting.attendee_ids: attendee_add = event.add('attendee') attendee_add.value = u'MAILTO:' + (attendee.email or u'') diff --git a/models/calendar_event_type.py b/models/calendar_event_type.py index 16b7ccf..96fb2a5 100644 --- a/models/calendar_event_type.py +++ b/models/calendar_event_type.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from random import randint diff --git a/models/calendar_filter.py b/models/calendar_filter.py index d18a6b4..c23977f 100644 --- a/models/calendar_filter.py +++ b/models/calendar_filter.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from odoo import api, fields, models diff --git a/models/calendar_recurrence.py b/models/calendar_recurrence.py index 9434bfb..500baf0 100644 --- a/models/calendar_recurrence.py +++ b/models/calendar_recurrence.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from datetime import datetime, time import pytz diff --git a/models/ir_http.py b/models/ir_http.py index 93d77e1..a1ac47b 100644 --- a/models/ir_http.py +++ b/models/ir_http.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from werkzeug.exceptions import BadRequest diff --git a/models/mail_activity.py b/models/mail_activity.py index b8a71d4..5dd2421 100644 --- a/models/mail_activity.py +++ b/models/mail_activity.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from odoo import models, fields, tools, _ from odoo.tools import is_html_empty diff --git a/models/mail_activity_mixin.py b/models/mail_activity_mixin.py index e0f0eae..43566e7 100644 --- a/models/mail_activity_mixin.py +++ b/models/mail_activity_mixin.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from odoo import api, fields, models diff --git a/models/mail_activity_type.py b/models/mail_activity_type.py index 0ad7022..1dad2c3 100644 --- a/models/mail_activity_type.py +++ b/models/mail_activity_type.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from odoo import models, fields diff --git a/models/onboarding_onboarding.py b/models/onboarding_onboarding.py index 6e1406d..fb0e0d4 100644 --- a/models/onboarding_onboarding.py +++ b/models/onboarding_onboarding.py @@ -1,4 +1,4 @@ -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from odoo import api, models diff --git a/models/onboarding_onboarding_step.py b/models/onboarding_onboarding_step.py index e9d416d..09f2e3c 100644 --- a/models/onboarding_onboarding_step.py +++ b/models/onboarding_onboarding_step.py @@ -1,4 +1,4 @@ -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from odoo import api, models diff --git a/models/res_partner.py b/models/res_partner.py index d86878f..f5f3dff 100644 --- a/models/res_partner.py +++ b/models/res_partner.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from datetime import datetime diff --git a/models/res_users.py b/models/res_users.py index 6cd185d..8c8f6f7 100644 --- a/models/res_users.py +++ b/models/res_users.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. import datetime diff --git a/populate/__init__.py b/populate/__init__.py index 8c4f647..0b32e7c 100644 --- a/populate/__init__.py +++ b/populate/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from . import calendar_alarm from . import data diff --git a/populate/calendar_alarm.py b/populate/calendar_alarm.py index fb6654a..2c49083 100644 --- a/populate/calendar_alarm.py +++ b/populate/calendar_alarm.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from odoo import models from odoo.addons.calendar.populate import data diff --git a/populate/data.py b/populate/data.py index 68d7128..2c98cbe 100644 --- a/populate/data.py +++ b/populate/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. calendar_alarm = { "alarm_type": {"email": 0.9, "notification": 0.1}, diff --git a/tests/__init__.py b/tests/__init__.py index 1affae4..56d57f8 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from . import test_access_rights from . import test_attendees diff --git a/tests/test_access_rights.py b/tests/test_access_rights.py index 0a79a19..5864467 100644 --- a/tests/test_access_rights.py +++ b/tests/test_access_rights.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from datetime import datetime, timedelta @@ -138,7 +138,7 @@ class TestAccessRights(TransactionCase): self.read_event(self.portal, event, 'location') def test_meeting_edit_access_notification_handle_in_odoo(self): - # set notifications to "handle in Odoo" in Preferences for john, raoul, and george + # set notifications to "handle in Talisman " in Preferences for john, raoul, and george (self.john | self.raoul | self.george).write({'notification_type': 'inbox'}) # raoul creates a meeting for john, excluding themselves @@ -151,7 +151,7 @@ class TestAccessRights(TransactionCase): }) # george tries to modify the start date of the meeting to a future date - # this verifies that users with "handle in Odoo" notification setting can + # this verifies that users with "handle in Talisman " notification setting can # successfully edit meetings created by other users. If this write fails, # it indicates that there might be an issue with access rights for meeting attendees. meeting = meeting.with_user(self.george) diff --git a/tests/test_attendees.py b/tests/test_attendees.py index 24c95f5..d0c696b 100644 --- a/tests/test_attendees.py +++ b/tests/test_attendees.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from datetime import datetime from dateutil.relativedelta import relativedelta @@ -41,7 +41,7 @@ class TestEventNotifications(TransactionCase): def test_attendee_added_create_with_specific_states(self): """ When an event is created from an external calendar account (such as Google) which is not linked to an - Odoo account, attendee info such as email and state are given at sync. + Talisman account, attendee info such as email and state are given at sync. In this case, attendee_ids should be created accordingly. """ organizer_partner = self.env['res.partner'].create({'name': "orga", "email": "orga@google.com"}) diff --git a/tests/test_calendar.py b/tests/test_calendar.py index 60a6b9d..203b0c5 100644 --- a/tests/test_calendar.py +++ b/tests/test_calendar.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. import datetime from datetime import date, datetime, timedelta @@ -26,9 +26,9 @@ class TestCalendar(SavepointCaseWithUserDemo): 'privacy': 'private', 'start': '2011-04-30 16:00:00', 'stop': '2011-04-30 18:30:00', - 'description': 'The Technical Presentation will cover following topics:\n* Creating Odoo class\n* Views\n* Wizards\n* Workflows', + 'description': 'The Technical Presentation will cover following topics:\n* Creating Talisman class\n* Views\n* Wizards\n* Workflows', 'duration': 2.5, - 'location': 'Odoo S.A.', + 'location': ' Talisman S.A.', 'name': 'Technical Presentation' }) @@ -476,7 +476,7 @@ class TestCalendarTours(HttpCaseWithUserDemo): 'start': start.strftime("%Y-%m-%d %H:%M:%S"), 'stop': stop.strftime("%Y-%m-%d %H:%M:%S"), 'duration': 3, - 'location': 'Odoo S.A.', + 'location': ' Talisman S.A.', 'privacy': 'public', 'show_as': 'busy', }) @@ -500,7 +500,7 @@ class TestCalendarTours(HttpCaseWithUserDemo): 'start': start.strftime("%Y-%m-%d %H:%M:%S"), 'stop': stop.strftime("%Y-%m-%d %H:%M:%S"), 'duration': 3, - 'location': 'Odoo S.A.', + 'location': ' Talisman S.A.', 'privacy': 'public', 'show_as': 'busy', }) @@ -525,7 +525,7 @@ class TestCalendarTours(HttpCaseWithUserDemo): 'start': start.strftime("%Y-%m-%d %H:%M:%S"), 'stop': stop.strftime("%Y-%m-%d %H:%M:%S"), 'duration': 3, - 'location': 'Odoo S.A.', + 'location': ' Talisman S.A.', 'privacy': 'public', 'show_as': 'busy', }) diff --git a/tests/test_calendar_controller.py b/tests/test_calendar_controller.py index 4eb3e77..ab8d5ba 100644 --- a/tests/test_calendar_controller.py +++ b/tests/test_calendar_controller.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from datetime import datetime from odoo.tests.common import HttpCase, new_test_user, tagged diff --git a/tests/test_calendar_recurrent_event_case2.py b/tests/test_calendar_recurrent_event_case2.py index 2701f28..629e581 100644 --- a/tests/test_calendar_recurrent_event_case2.py +++ b/tests/test_calendar_recurrent_event_case2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from odoo.tests import common @@ -12,7 +12,7 @@ class TestRecurrentEvent(common.TransactionCase): self.CalendarEvent = self.env['calendar.event'] def test_recurrent_meeting1(self): - # In order to test recurrent meetings in Odoo, I create meetings with different recurrence using different test cases. + # In order to test recurrent meetings in Talisman , I create meetings with different recurrence using different test cases. # I create a recurrent meeting with daily recurrence and fixed amount of time. self.CalendarEvent.create({ 'count': 5, diff --git a/tests/test_event_notifications.py b/tests/test_event_notifications.py index a0c8114..103a25b 100644 --- a/tests/test_event_notifications.py +++ b/tests/test_event_notifications.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from unittest.mock import patch from datetime import datetime, date diff --git a/tests/test_event_recurrence.py b/tests/test_event_recurrence.py index 202116e..b2f0a9d 100644 --- a/tests/test_event_recurrence.py +++ b/tests/test_event_recurrence.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. import pytz from datetime import datetime, date diff --git a/tests/test_mail_activity_mixin.py b/tests/test_mail_activity_mixin.py index c991b40..0081762 100644 --- a/tests/test_mail_activity_mixin.py +++ b/tests/test_mail_activity_mixin.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from datetime import datetime, time from dateutil.relativedelta import relativedelta diff --git a/tests/test_res_partner.py b/tests/test_res_partner.py index fd293a7..3179ee3 100644 --- a/tests/test_res_partner.py +++ b/tests/test_res_partner.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. +# Part of Talisman . See LICENSE file for full copyright and licensing details. from odoo.tests.common import TransactionCase from odoo.tests.common import new_test_user diff --git a/views/calendar_views.xml b/views/calendar_views.xml index 5bbede9..eec1b73 100644 --- a/views/calendar_views.xml +++ b/views/calendar_views.xml @@ -194,7 +194,7 @@