odoo replaced to talisman
This commit is contained in:
parent
afd03123e7
commit
291b35c043
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
<t t-if="object.event_id.videocall_location">
|
||||
<li>
|
||||
How to Join:
|
||||
<t t-if="object.get_base_url() in object.event_id.videocall_location"> Join with Odoo Discuss</t>
|
||||
<t t-if="object.get_base_url() in object.event_id.videocall_location"> Join with Talisman Discuss</t>
|
||||
<t t-else=""> Join at</t><br/>
|
||||
<a t-att-href="object.event_id.videocall_location" target="_blank" t-out="object.event_id.videocall_location or ''">www.mycompany.com/calendar/join_videocall/xyz</a>
|
||||
</li>
|
||||
|
@ -225,7 +225,7 @@
|
|||
<t t-if="object.event_id.videocall_location">
|
||||
<li>
|
||||
How to Join:
|
||||
<t t-if="object.get_base_url() in object.event_id.videocall_location"> Join with Odoo Discuss</t>
|
||||
<t t-if="object.get_base_url() in object.event_id.videocall_location"> Join with Talisman Discuss</t>
|
||||
<t t-else=""> Join at</t><br/>
|
||||
<a t-att-href="object.event_id.videocall_location" target="_blank" t-out="object.event_id.videocall_location or ''">www.mycompany.com/calendar/join_videocall/xyz</a>
|
||||
</li>
|
||||
|
@ -332,7 +332,7 @@
|
|||
<t t-if="object.event_id.videocall_location">
|
||||
<li>
|
||||
How to Join:
|
||||
<t t-if="object.get_base_url() in object.event_id.videocall_location"> Join with Odoo Discuss</t>
|
||||
<t t-if="object.get_base_url() in object.event_id.videocall_location"> Join with Talisman Discuss</t>
|
||||
<t t-else=""> Join at</t><br/>
|
||||
<a t-att-href="object.event_id.videocall_location" target="_blank" t-out="object.event_id.videocall_location or ''">www.mycompany.com/calendar/join_videocall/xyz</a>
|
||||
</li>
|
||||
|
@ -411,7 +411,7 @@
|
|||
<t t-if="object.videocall_location">
|
||||
<li>
|
||||
How to Join:
|
||||
<t t-if="object.get_base_url() in object.videocall_location"> Join with Odoo Discuss</t>
|
||||
<t t-if="object.get_base_url() in object.videocall_location"> Join with Talisman Discuss</t>
|
||||
<t t-else=""> Join at</t><br/>
|
||||
<a t-att-href="object.videocall_location" target="_blank" t-out="object.videocall_location or ''">www.mycompany.com/calendar/join_videocall/xyz</a>
|
||||
</li>
|
||||
|
|
14
i18n/af.po
14
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -223,7 +223,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -372,7 +372,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -467,7 +467,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/am.po
14
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -219,7 +219,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -368,7 +368,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -463,7 +463,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
18
i18n/ar.po
18
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 <msea@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -340,7 +340,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -569,7 +569,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -794,7 +794,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -917,12 +917,12 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span>اجتماع أودو</span> "
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> اجتماع أودو</span> "
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/az.po
14
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -224,7 +224,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -373,7 +373,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -468,7 +468,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
16
i18n/bg.po
16
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -232,7 +232,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -381,7 +381,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -476,7 +476,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -507,12 +507,12 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/bn.po
14
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -221,7 +221,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -370,7 +370,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -465,7 +465,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/bs.po
14
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 <bole@dajmi5.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -224,7 +224,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -373,7 +373,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -468,7 +468,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
16
i18n/ca.po
16
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -248,7 +248,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -397,7 +397,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -492,7 +492,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -525,12 +525,12 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
|
@ -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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -219,7 +219,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -368,7 +368,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -463,7 +463,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -494,12 +494,12 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
20
i18n/cs.po
20
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 <f.ales1@seznam.cz>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -230,7 +230,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -379,7 +379,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -474,7 +474,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -507,12 +507,12 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
24
i18n/da.po
24
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -273,7 +273,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Sådan deltager du:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Deltag med Odoo Beskeder</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Deltag med Talisman Beskeder</t>\n"
|
||||
" <t t-else=\"\"> Deltag via</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -343,7 +343,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -424,7 +424,7 @@ msgstr ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Sådan deltager du:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Deltag med Odoo Beskeder</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Deltag med Talisman Beskeder</t>\n"
|
||||
" <t t-else=\"\"> Deltag via<br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -571,7 +571,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -701,7 +701,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Sådan deltager du:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Deltag med Odoo Beskeder</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Deltag med Talisman Beskeder</t>\n"
|
||||
" <t t-else=\"\"> Deltag via</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -795,7 +795,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -886,7 +886,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Sådan deltager du:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Deltag med with Odoo Beskeder</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Deltag med with Talisman Beskeder</t>\n"
|
||||
" <t t-else=\"\"> Deltag via</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -918,12 +918,12 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
30
i18n/de.po
30
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -272,7 +272,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" So können Sie teilnehmen:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Mit Odoo Dialog</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Mit Talisman Dialog</t>\n"
|
||||
" <t t-else=\"\"> Per Klick auf folgenden Link</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -342,7 +342,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -423,7 +423,7 @@ msgstr ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Wie Sie beitreten:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Mit Odoo Dialog beitreten</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Mit Talisman Dialog beitreten</t>\n"
|
||||
" <t t-else=\"\"> Beitreten über</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -571,7 +571,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -702,7 +702,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" So können Sie teilnehmen:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Mit Odoo Dialog</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Mit Talisman Dialog</t>\n"
|
||||
" <t t-else=\"\"> Per Klick auf</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -796,7 +796,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -887,7 +887,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" So können Sie teilnehmen:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Mit Odoo Dialog</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Mit Talisman Dialog</t>\n"
|
||||
" <t t-else=\"\"> Per Klick auf</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -919,13 +919,13 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span>Odoo-Meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span> Talisman -Meeting</span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Odoo-Meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Talisman -Meeting</span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
|
|
14
i18n/el.po
14
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 <george_tarasidis@yahoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -225,7 +225,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -374,7 +374,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -469,7 +469,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
|
@ -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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
30
i18n/es.po
30
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 <pedro.baeza@tecnativa.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -273,7 +273,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Cómo unirse:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Unirse con Conversaciones de Odoo</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Unirse con Conversaciones de Talisman </t>\n"
|
||||
" <t t-else=\"\"> Unirse a través de</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -343,7 +343,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -424,7 +424,7 @@ msgstr ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Cómo unirse:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Unirse con Conversaciones de Odoo</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Unirse con Conversaciones de Talisman </t>\n"
|
||||
" <t t-else=\"\"> Unirse a través de</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -572,7 +572,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -703,7 +703,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Cómo unirse:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Unirse con Conversaciones de Odoo</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Unirse con Conversaciones de Talisman </t>\n"
|
||||
" <t t-else=\"\"> Unirse en</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -797,7 +797,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -888,7 +888,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Cómo unirse:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Unirse con Conversaciones de Odoo</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Unirse con Conversaciones de Talisman </t>\n"
|
||||
" <t t-else=\"\"> Unirse en</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -920,13 +920,13 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span>Reunión de Odoo</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span>Reunión de Talisman </span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Reunión de Odoo</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Reunión de Talisman </span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
|
|
|
@ -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 <pagc@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -272,7 +272,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Cómo unirse:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Unirse con Conversaciones de Odoo</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Unirse con Conversaciones de Talisman </t>\n"
|
||||
" <t t-else=\"\"> Unirse a través de</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -342,7 +342,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -423,7 +423,7 @@ msgstr ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Cómo unirse:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Unirse con Conversaciones de Odoo</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Unirse con Conversaciones de Talisman </t>\n"
|
||||
" <t t-else=\"\"> Unirse a través de</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -571,7 +571,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -702,7 +702,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Cómo unirse:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Unirse con Conversaciones de Odoo</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Unirse con Conversaciones de Talisman </t>\n"
|
||||
" <t t-else=\"\"> Unirse a través de</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -796,7 +796,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -887,7 +887,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Cómo unirse:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Unirse con Conversaciones de Odoo</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Unirse con Conversaciones de Talisman </t>\n"
|
||||
" <t t-else=\"\"> Unirse a través de</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -919,13 +919,13 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span>Reunión de Odoo</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span>Reunión de Talisman </span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Reunión de Odoo</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Reunión de Talisman </span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
|
|
|
@ -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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
|
@ -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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
|
@ -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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
|
@ -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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
|
@ -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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
|
@ -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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
|
@ -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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
|
@ -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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
|
@ -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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
16
i18n/et.po
16
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -242,7 +242,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -391,7 +391,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -486,7 +486,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -519,12 +519,12 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/eu.po
14
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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
16
i18n/fa.po
16
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -238,7 +238,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -387,7 +387,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -482,7 +482,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -515,12 +515,12 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
28
i18n/fi.po
28
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -287,7 +287,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Miten liittyä:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Liity Odoo Discussin avulla</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Liity Talisman Discussin avulla</t>\n"
|
||||
" <t t-else=\"\"> Liity osoitteessa</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -357,7 +357,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -438,7 +438,7 @@ msgstr ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Miten osallistua:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Liity Odoo Discussin kautta</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Liity Talisman Discussin kautta</t>\n"
|
||||
" <t t-else=\"\"> Liity osoitteessa</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -586,7 +586,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -717,7 +717,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Miten liittyä:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Liity Odoo Discussin avulla</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Liity Talisman Discussin avulla</t>\n"
|
||||
" <t t-else=\"\"> Liity osoitteessa</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -811,7 +811,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -902,7 +902,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Miten liittyä:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Liity Odoo Discussin avulla</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Liity Talisman Discussin avulla</t>\n"
|
||||
" <t t-else=\"\"> Liity osoitteessa</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -934,13 +934,13 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span>Odoo-kokous</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span> Talisman -kokous</span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Odoo-kokous</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Talisman -kokous</span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
|
|
14
i18n/fo.po
14
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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
30
i18n/fr.po
30
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -270,7 +270,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Comment rejoindre :\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Rejoindre avec Odoo Discussion</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Rejoindre avec Talisman Discussion</t>\n"
|
||||
" <t t-else=\"\"> Rejoindre via</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -340,7 +340,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -421,7 +421,7 @@ msgstr ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Comment rejoindre :\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Rejoindre avec Odoo Discussion</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Rejoindre avec Talisman Discussion</t>\n"
|
||||
" <t t-else=\"\"> Rejoindre via</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -569,7 +569,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -700,7 +700,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Comment rejoindre :\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Rejoindre avec Odoo Discussion</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Rejoindre avec Talisman Discussion</t>\n"
|
||||
" <t t-else=\"\"> Rejoindre via</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -794,7 +794,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -885,7 +885,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Comment rejoindre :\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Rejoindre avec Odoo Discussion</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Rejoindre avec Talisman Discussion</t>\n"
|
||||
" <t t-else=\"\"> Rejoindre via</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -917,13 +917,13 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span>réunion Odoo</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span>réunion Talisman </span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span>réunion Odoo</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span>réunion Talisman </span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
|
|
|
@ -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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
|
@ -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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/gl.po
14
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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/gu.po
14
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -223,7 +223,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -372,7 +372,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -467,7 +467,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
16
i18n/he.po
16
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -240,7 +240,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -389,7 +389,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -484,7 +484,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -517,12 +517,12 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/hi.po
14
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 <zeeshan1234@gmail.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/hr.po
14
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -236,7 +236,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -385,7 +385,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -480,7 +480,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -510,7 +510,7 @@ msgstr "<i class=\"fa fa-fw fa-calendar\" aria-label=\"Meetings\" role=\"img\" t
|
|||
#. 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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
16
i18n/hu.po
16
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -234,7 +234,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -383,7 +383,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -478,7 +478,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -511,12 +511,12 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
16
i18n/hy.po
16
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -219,7 +219,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -368,7 +368,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -463,7 +463,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -494,12 +494,12 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
30
i18n/id.po
30
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -270,7 +270,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Cara Bergabung:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Bergabung dengan Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Bergabung dengan Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Bergabung dengan</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -340,7 +340,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -421,7 +421,7 @@ msgstr ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Cara Bergabung:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Bergabung dengan Diskusi Odoo</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Bergabung dengan Diskusi Talisman </t>\n"
|
||||
" <t t-else=\"\"> Bergabung dengan</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -569,7 +569,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -700,7 +700,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Cara Bergabung:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Bergabung dengan Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Bergabung dengan Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Bergabung dengan</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -794,7 +794,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -885,7 +885,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Cara Bergabung:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Bergabung dengan Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Bergabung dengan Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Bergabung dengan</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -917,13 +917,13 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
|
|
16
i18n/is.po
16
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -224,7 +224,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -373,7 +373,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -468,7 +468,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -499,12 +499,12 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
30
i18n/it.po
30
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 <primes2h@gmail.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -271,7 +271,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Come partecipare:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Odoo Discuti</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Talisman Discuti</t>\n"
|
||||
" <t t-else=\"\"> Tramite link</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -341,7 +341,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -422,7 +422,7 @@ msgstr ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Come partecipare:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> partecipa con Odoo Discuti</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> partecipa con Talisman Discuti</t>\n"
|
||||
" <t t-else=\"\"> partecipa usando il link<br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -570,7 +570,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -701,7 +701,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Come partecipare:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> partecipa con Odoo Discuti</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> partecipa con Talisman Discuti</t>\n"
|
||||
" <t t-else=\"\"> partecipa usando il link</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -795,7 +795,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -886,7 +886,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Come partecipare:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Odoo Discuti</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Talisman Discuti</t>\n"
|
||||
" <t t-else=\"\"> tramite link</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -918,13 +918,13 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span> Riunione Odoo</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span> Riunione Talisman </span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Riunione Odoo</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Riunione Talisman </span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
|
|
18
i18n/ja.po
18
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) <tashiro@roomsfor.hk>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -341,7 +341,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -570,7 +570,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -795,7 +795,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -918,12 +918,12 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span>Odooミーティング</span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Odooミーティング</span>"
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/ka.po
14
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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/kab.po
14
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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/km.po
14
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 <seangsamkhann@gmail.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -224,7 +224,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -373,7 +373,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -468,7 +468,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
30
i18n/ko.po
30
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -272,7 +272,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" 참가 방법:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\">Odoo Discuss를 통한 참가</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Talisman Discuss를 통한 참가</t>\n"
|
||||
" <t t-else=\"\">다음 링크를 통해 참가</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -342,7 +342,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -423,7 +423,7 @@ msgstr ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" 참가 방법:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Odoo Discuss를 통한 참가</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Talisman Discuss를 통한 참가</t>\n"
|
||||
" <t t-else=\"\"> 다음을 통해 참가</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -571,7 +571,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -702,7 +702,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" 참석 방법:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Odoo Discuss를 통한 참석</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Talisman Discuss를 통한 참석</t>\n"
|
||||
" <t t-else=\"\"> 다음 링크로 참석</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -796,7 +796,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -889,7 +889,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" 참여 방법:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Odoo 메일 및 채팅을 통한 참여</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Talisman 메일 및 채팅을 통한 참여</t>\n"
|
||||
" <t t-else=\"\"> 웹사이트에서 참여</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -921,13 +921,13 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span>Odoo 미팅</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span> Talisman 미팅</span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Odoo 미팅</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Talisman 미팅</span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
|
|
14
i18n/lb.po
14
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -219,7 +219,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -368,7 +368,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -463,7 +463,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/lo.po
14
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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
16
i18n/lt.po
16
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -238,7 +238,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -387,7 +387,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -482,7 +482,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -515,12 +515,12 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
16
i18n/lv.po
16
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -229,7 +229,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -378,7 +378,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -473,7 +473,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -506,12 +506,12 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/mk.po
14
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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/mn.po
14
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -235,7 +235,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -384,7 +384,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -479,7 +479,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -509,7 +509,7 @@ msgstr "<i class=\"fa fa-fw fa-calendar\" aria-label=\"Meetings\" role=\"img\" t
|
|||
#. 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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/nb.po
14
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -228,7 +228,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -377,7 +377,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -472,7 +472,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/ne.po
14
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -219,7 +219,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -368,7 +368,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -463,7 +463,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
30
i18n/nl.po
30
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 <erwin@odooexperts.nl>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -272,7 +272,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Hoe deelnemen:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Deelnemen met Odoo Chat</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Deelnemen met Talisman Chat</t>\n"
|
||||
" <t t-else=\"\"> Deelnemen via</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -342,7 +342,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -423,7 +423,7 @@ msgstr ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Hoe deelnemen:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Deelnemen met Odoo Chat</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Deelnemen met Talisman Chat</t>\n"
|
||||
" <t t-else=\"\"> Deelnemen via</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -571,7 +571,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -702,7 +702,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Hoe deelnemen:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Deelnemen met Odoo Chat</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Deelnemen met Talisman Chat</t>\n"
|
||||
" <t t-else=\"\"> Deelnemen via</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -796,7 +796,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -887,7 +887,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Hoe deel te nemen:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Doe mee met Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Doe mee met Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Neem deel via</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -919,13 +919,13 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span>Odoo vergardering</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/> <span> Talisman vergardering</span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Odoo vergadering</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Talisman vergadering</span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
|
|
20
i18n/pl.po
20
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 <tadeuszkarpinski@gmail.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -227,7 +227,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -376,7 +376,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -471,7 +471,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -504,12 +504,12 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form_quick_create
|
||||
msgid "<span class=\"fa fa-plus\"/> <span>Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/> <span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/pt.po
14
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -229,7 +229,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -378,7 +378,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -473,7 +473,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -511,7 +511,7 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
|
@ -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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -272,7 +272,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Como participar:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Entrar com o Odoo Mensagens</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Entrar com o Talisman Mensagens</t>\n"
|
||||
" <t t-else=\"\"> Entrar em</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -342,7 +342,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -423,7 +423,7 @@ msgstr ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Como participar:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Entrar com o Odoo Mensagens</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Entrar com o Talisman Mensagens</t>\n"
|
||||
" <t t-else=\"\"> Entrar em </t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -571,7 +571,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -702,7 +702,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -796,7 +796,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -887,7 +887,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Como participar:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Entrar com o Odoo Mensagens</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Entrar com o Talisman Mensagens</t>\n"
|
||||
" <t t-else=\"\"> Entrar em</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -924,7 +924,7 @@ msgstr "<span class=\"fa fa-plus\"/> <span>Reunião do Odoo</span>"
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Reunião do Odoo</span>"
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/ro.po
14
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -230,7 +230,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -379,7 +379,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -474,7 +474,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -504,7 +504,7 @@ msgstr "<i class=\"fa fa-fw fa-calendar\" aria-label=\"Întâlniri\" role=\"img\
|
|||
#. 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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Adăugați o întâlnire Odoo</span>"
|
||||
|
||||
#. module: calendar
|
||||
|
|
22
i18n/ru.po
22
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -281,7 +281,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Как присоединиться:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Регистрация с Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Регистрация с Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Присоединяйтесь на</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -351,7 +351,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -432,7 +432,7 @@ msgstr ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Как присоединиться:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Присоединиться с помощью Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Присоединиться с помощью Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Присоединяйтесь на</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -580,7 +580,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -711,7 +711,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Как присоединиться:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Регистрация в Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Регистрация в Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Присоединяйтесь на</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -805,7 +805,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -896,7 +896,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Как присоединиться:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Регистрация с Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Регистрация с Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Присоединяйтесь на</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -933,7 +933,7 @@ msgstr "<span class=\"fa fa-plus\"/> <span>Встреча Odoo</span>"
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Встреча Odoo</span>"
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/sk.po
14
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -229,7 +229,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -378,7 +378,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -473,7 +473,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -511,7 +511,7 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/sl.po
14
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -234,7 +234,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -383,7 +383,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -478,7 +478,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -516,7 +516,7 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/sq.po
14
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 <mat@odoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -222,7 +222,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -371,7 +371,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -466,7 +466,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
16
i18n/sr.po
16
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -230,7 +230,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -379,7 +379,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -474,7 +474,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -512,8 +512,8 @@ msgstr "<span class=\"fa fa-plus\"/> <span>Odoo sastanak</span>"
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Odoo sastanak</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Talisman sastanak</span>"
|
||||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
|
|
|
@ -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 <djordje_m@yahoo.com>, 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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -225,7 +225,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -374,7 +374,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -469,7 +469,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\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 "<span class=\"fa fa-plus\"/><span> Add Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Add Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
22
i18n/sv.po
22
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -288,7 +288,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li> <li\n"
|
||||
" Hur man går med:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Gå med i Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Gå med i Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Gå med på</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li> </li\n"
|
||||
|
@ -358,7 +358,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -439,7 +439,7 @@ msgstr ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li> </t> <t\n"
|
||||
" Hur man går med:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Gå med i Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Gå med i Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Gå med på</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li> </li> </li\n"
|
||||
|
@ -587,7 +587,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -718,7 +718,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" </li> <li>\n"
|
||||
" Hur man går med:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Gå med i Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Gå med i Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Gå med på</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li> </li\n"
|
||||
|
@ -812,7 +812,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -903,7 +903,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li> <li\n"
|
||||
" Hur man går med:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Gå med i Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Gå med i Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Gå med på</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li> </li\n"
|
||||
|
@ -940,7 +940,7 @@ msgstr "<span class=\"fa fa-plus\"/> <span>Odoo-möte</span>"
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Odoo-möte</span>"
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/th.po
14
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -226,7 +226,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -375,7 +375,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -470,7 +470,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -508,7 +508,7 @@ msgstr "<span class=\"fa fa-plus\"/> <span>การประชุม Odoo</spa
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> การประชุม Odoo</span>"
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/tr.po
14
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -249,7 +249,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -398,7 +398,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -493,7 +493,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -531,7 +531,7 @@ msgstr ""
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: calendar
|
||||
|
|
14
i18n/uk.po
14
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -341,7 +341,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -570,7 +570,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -795,7 +795,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -923,7 +923,7 @@ msgstr "<span class=\"fa fa-plus\"/> <span>Зустріч Odoo</span>"
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Зустріч Odoo</span>"
|
||||
|
||||
#. module: calendar
|
||||
|
|
26
i18n/vi.po
26
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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -271,7 +271,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Cách tham gia:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Tham gia bằng Odoo Thảo luận</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Tham gia bằng Talisman Thảo luận</t>\n"
|
||||
" <t t-else=\"\"> Tham gia tại</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -341,7 +341,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -422,7 +422,7 @@ msgstr ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Cách tham gia:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Tham gia bằng Odoo Thảo luận</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Tham gia bằng Talisman Thảo luận</t>\n"
|
||||
" <t t-else=\"\"> Tham gia tại</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -570,7 +570,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -701,7 +701,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Cách tham gia:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Tham gia bằng Odoo Thảo luận</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Tham gia bằng Talisman Thảo luận</t>\n"
|
||||
" <t t-else=\"\"> Tham gia tại</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -795,7 +795,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -886,7 +886,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" Cách tham gia:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Tham gia bằng Odoo Thảo luận</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Tham gia bằng Talisman Thảo luận</t>\n"
|
||||
" <t t-else=\"\"> Tham gia tại</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -923,7 +923,7 @@ msgstr "<span class=\"fa fa-plus\"/> <span>Cuộc họp Odoo</span>"
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span> Cuộc họp Odoo</span>"
|
||||
|
||||
#. 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
|
||||
|
|
|
@ -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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -343,7 +343,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -572,7 +572,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -797,7 +797,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -923,7 +923,7 @@ msgstr "<span class=\"fa fa-plus\"/> <span>Odoo 会议</span>"
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span>Odoo 会议</span>"
|
||||
|
||||
#. module: calendar
|
||||
|
|
|
@ -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 ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -271,7 +271,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" 如何參加:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> 使用 Odoo 聊天參加:</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> 使用 Talisman 聊天參加:</t>\n"
|
||||
" <t t-else=\"\"> 參與連結:</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -341,7 +341,7 @@ msgid ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -422,7 +422,7 @@ msgstr ""
|
|||
" <t t-if=\"object.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" 如何參加: \n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> 使用 Odoo 聊天參加:</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> 使用 Talisman 聊天參加:</t>\n"
|
||||
" <t t-else=\"\"> 參與連結:</t><br>\n"
|
||||
" <a t-att-href=\"object.videocall_location\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -570,7 +570,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -701,7 +701,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" 如何參加: \n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> 使用 Odoo 聊天參加:</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> 使用 Talisman 聊天參加:</t>\n"
|
||||
" <t t-else=\"\"> 參與連結:</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -795,7 +795,7 @@ msgid ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" How to Join:\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Talisman Discuss</t>\n"
|
||||
" <t t-else=\"\"> Join at</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -886,7 +886,7 @@ msgstr ""
|
|||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||||
" <li>\n"
|
||||
" 如何參加: \n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> 使用 Odoo 聊天參加:</t>\n"
|
||||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> 使用 Talisman 聊天參加:</t>\n"
|
||||
" <t t-else=\"\"> 參與連結:</t><br>\n"
|
||||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||||
" </li>\n"
|
||||
|
@ -923,7 +923,7 @@ msgstr "<span class=\"fa fa-plus\"/> <span>Odoo 會議</span>"
|
|||
|
||||
#. module: calendar
|
||||
#: model_terms:ir.ui.view,arch_db:calendar.view_calendar_event_form
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Odoo meeting</span>"
|
||||
msgid "<span class=\"fa fa-plus\"/><span> Talisman meeting</span>"
|
||||
msgstr "<span class=\"fa fa-plus\"/><span>Odoo 會議</span>"
|
||||
|
||||
#. module: calendar
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'')
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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},
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user