initial commit
This commit is contained in:
commit
46887e1d12
4
__init__.py
Normal file
4
__init__.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from . import models
|
28
__manifest__.py
Normal file
28
__manifest__.py
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
'name': 'Contacts',
|
||||||
|
'category': 'Sales/CRM',
|
||||||
|
'sequence': 150,
|
||||||
|
'summary': 'Centralize your address book',
|
||||||
|
'description': """
|
||||||
|
This module gives you a quick view of your contacts directory, accessible from your home page.
|
||||||
|
You can track your vendors, customers and other contacts.
|
||||||
|
""",
|
||||||
|
'depends': ['base', 'mail'],
|
||||||
|
'data': [
|
||||||
|
'views/contact_views.xml',
|
||||||
|
],
|
||||||
|
'demo': [
|
||||||
|
'data/mail_demo.xml',
|
||||||
|
],
|
||||||
|
'application': True,
|
||||||
|
'license': 'LGPL-3',
|
||||||
|
'assets': {
|
||||||
|
'web.assets_tests': [
|
||||||
|
'contacts/static/tests/tours/**/*',
|
||||||
|
],
|
||||||
|
}
|
||||||
|
}
|
BIN
__pycache__/__init__.cpython-311.pyc
Normal file
BIN
__pycache__/__init__.cpython-311.pyc
Normal file
Binary file not shown.
19
data/mail_demo.xml
Normal file
19
data/mail_demo.xml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<odoo><data noupdate="1">
|
||||||
|
|
||||||
|
<!-- Message with scheduled notification -->
|
||||||
|
<record id="message_demo_partner_2_0" model="mail.message">
|
||||||
|
<field name="author_id" ref="base.partner_demo"/>
|
||||||
|
<field name="body" type="html"><p>Hello! Could you send us your address?</p></field>
|
||||||
|
<field name="date" eval="(DateTime.today() - timedelta(days=1)).strftime('%Y-%m-%d %H:%M:00')"/>
|
||||||
|
<field name="model">res.partner</field>
|
||||||
|
<field name="res_id" ref="base.res_partner_2"/>
|
||||||
|
<field name="message_type">email</field>
|
||||||
|
<field name="subtype_id" ref="mail.mt_comment"/>
|
||||||
|
</record>
|
||||||
|
<record id="message_demo_partner_1_5_notif_0" model="mail.message.schedule">
|
||||||
|
<field name="mail_message_id" ref="message_demo_partner_2_0"/>
|
||||||
|
<field name="scheduled_datetime" eval="(DateTime.today() + timedelta(days=2)).strftime('%Y-%m-%d %H:%M:00')"/>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
</data></odoo>
|
93
i18n/af.po
Normal file
93
i18n/af.po
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Martin Trigaux, 2022
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2022\n"
|
||||||
|
"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n"
|
||||||
|
"Language: af\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Gebruiker"
|
89
i18n/am.po
Normal file
89
i18n/am.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||||
|
"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/am/)\n"
|
||||||
|
"Language: am\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
93
i18n/ar.po
Normal file
93
i18n/ar.po
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ar\n"
|
||||||
|
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "الحسابات البنكية"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "البنوك"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "التهيئة "
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "علامات تصنيف جهة الاتصال"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "ألقاب جهات الاتصال"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "جهات الاتصال"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "الدول"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "مجموعات الدول"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "أنشئ جهة اتصال في دفتر عناوينك "
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "الولايات الفيدرالية"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "مجالات العمل "
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "الأقلمة "
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr "يعينك أودو على تتبع كافة النشاطات المتعلقة بجهات اتصالك. "
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "المستخدم"
|
93
i18n/az.po
Normal file
93
i18n/az.po
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Jumshud Sultanov <cumshud@gmail.com>, 2022
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||||
|
"Last-Translator: Jumshud Sultanov <cumshud@gmail.com>, 2022\n"
|
||||||
|
"Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/az/)\n"
|
||||||
|
"Language: az\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Bank Hesabları"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Banklar"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Konfiqurasiya"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Kontakt Etiketləri"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Kontakt Başlıqları"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Kontaktlar"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Ölkələr"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Ölkə Qrupu"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Ünvan kitabınızda kontakt yaradın"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Federal Dövlətlər"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Sənaye"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Lokalizasiya"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "İstifadəçi"
|
97
i18n/bg.po
Normal file
97
i18n/bg.po
Normal file
|
@ -0,0 +1,97 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# KeyVillage, 2023
|
||||||
|
# Александра Николова <alexandra1nikolova@gmail.com>, 2023
|
||||||
|
# Rosen Vladimirov <vladimirov.rosen@gmail.com>, 2023
|
||||||
|
# Maria Boyadjieva <marabo2000@gmail.com>, 2023
|
||||||
|
# aleksandar ivanov, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: aleksandar ivanov, 2023\n"
|
||||||
|
"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: bg\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Банкови Сметки"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Банки"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Конфигурация "
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Етикети на контактите"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Обръщения към контакти"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Контакти"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Държави"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Група държави"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Федерални щати"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Локализация"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Потребител"
|
93
i18n/bs.po
Normal file
93
i18n/bs.po
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Martin Trigaux, 2018
|
||||||
|
# Boško Stojaković <bluesoft83@gmail.com>, 2018
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2018-09-18 09:49+0000\n"
|
||||||
|
"Last-Translator: Boško Stojaković <bluesoft83@gmail.com>, 2018\n"
|
||||||
|
"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n"
|
||||||
|
"Language: bs\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Računi banke"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Banke"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Konfiguracija"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Oznake kontakata"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Titule kontakta"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Kontakti"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Zemlje"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Grupa zemalja"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Fed. države"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Lokalizacija"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
97
i18n/ca.po
Normal file
97
i18n/ca.po
Normal file
|
@ -0,0 +1,97 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# José Cabrera Lozano <jose.cabrera@edukative.es>, 2023
|
||||||
|
# marcescu, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2023\n"
|
||||||
|
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ca\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Comptes bancaris"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Bancs"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Configuració"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Etiquetes de contacte"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Títols de contacto"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Contactes"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Països"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Grup de paisos "
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Crea un contacte a la llibreta d'adreces"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Províncies "
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Indústries"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Ubicació"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
"Odoo us ajuda a fer un seguiment de totes les activitats relacionades amb "
|
||||||
|
"els vostres contactes."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Usuari"
|
89
i18n/contacts.pot
Normal file
89
i18n/contacts.pot
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: \n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
97
i18n/cs.po
Normal file
97
i18n/cs.po
Normal file
|
@ -0,0 +1,97 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Jakub Smolka, 2023
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Ivana Bartonkova, 2023
|
||||||
|
# Tomáš Píšek, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Tomáš Píšek, 2023\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"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: cs\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Bankovní účty"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Banky"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Konfigurace"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Štítky kontaktů"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Oslovení kontaktů"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Kontakty"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Země"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Skupiny zemí"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Vytvořte kontakt ve vašem adresáři"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Federální státy"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Odvětví"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Zeměpisné"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
"Odoo vám pomůže sledovat všechny činnosti související s vašimi kontakty."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Uživatel"
|
95
i18n/da.po
Normal file
95
i18n/da.po
Normal file
|
@ -0,0 +1,95 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Mads Søndergaard, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2023\n"
|
||||||
|
"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: da\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Bankkonti"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Banker"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Konfiguration"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Kontakt tags"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Kontakt titel"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Adressebog"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Lande"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Landegruppe"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Opret en Kontakt i din adressebog"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Føderale Stater"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Industrier"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Lokalisering"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
"Odoo hjælper dig med at spore alle aktiviteter relateret til dine kontakter."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Bruger"
|
95
i18n/de.po
Normal file
95
i18n/de.po
Normal file
|
@ -0,0 +1,95 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: de\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Bankkonten"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Banken"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Konfiguration"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Kontakt-Stichwörter"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Kontakt-Titel"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Kontakte"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Länder"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Ländergruppe"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Erstellen Sie einen Kontakt in Ihrem Adressbuch"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Bundesländer"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Branchen"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Lokalisierung"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
"Mit Odoo können Sie alle Aktivitäten mit Ihren Kontakten verbundenen "
|
||||||
|
"Aktivitäten verfolgen."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Benutzer"
|
93
i18n/el.po
Normal file
93
i18n/el.po
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Martin Trigaux, 2018
|
||||||
|
# Kostas Goutoudis <goutoudis@gmail.com>, 2018
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2018-09-18 09:49+0000\n"
|
||||||
|
"Last-Translator: Kostas Goutoudis <goutoudis@gmail.com>, 2018\n"
|
||||||
|
"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n"
|
||||||
|
"Language: el\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Τραπεζικοί Λογαριασμοί"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Τράπεζες"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Διαμόρφωση"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Ετικέτες Επαφών"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Τίτλοι Επαφής"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Επαφές"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Χώρες"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Ομάδα Κράτους"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Νομοί/Πολιτείες"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Τοπική Προσαρμογή"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
89
i18n/en_GB.po
Normal file
89
i18n/en_GB.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n"
|
||||||
|
"Language: en_GB\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
96
i18n/es.po
Normal file
96
i18n/es.po
Normal file
|
@ -0,0 +1,96 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Larissa Manderfeld, 2024
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Larissa Manderfeld, 2024\n"
|
||||||
|
"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: es\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Cuentas bancarias"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Bancos"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Configuración"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Etiquetas de contacto"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Títulos de contacto"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Contactos"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Países"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Grupo de países"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Crear un contacto en su directorio"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Provincias"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Sectores"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Localización"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
"Odoo le ayuda a llevar fácilmente un seguimiento de todas las actividades "
|
||||||
|
"relacionadas con sus contactos."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Usuario"
|
96
i18n/es_419.po
Normal file
96
i18n/es_419.po
Normal file
|
@ -0,0 +1,96 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Fernanda Alvarez, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Fernanda Alvarez, 2023\n"
|
||||||
|
"Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: es_419\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Cuentas bancarias"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Bancos"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Configuración"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Etiquetas de contacto"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Títulos de contacto"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Contactos"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Países"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Grupo del país"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Crear un contacto en su libreta de direcciones"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Estados"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Industrias"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Localización"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
"Odoo le ayuda a llevar seguimiento de todas las actividades relacionadas con"
|
||||||
|
" sus contactos."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Usuario"
|
89
i18n/es_BO.po
Normal file
89
i18n/es_BO.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/es_BO/)\n"
|
||||||
|
"Language: es_BO\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
89
i18n/es_CL.po
Normal file
89
i18n/es_CL.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/es_CL/)\n"
|
||||||
|
"Language: es_CL\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
89
i18n/es_CO.po
Normal file
89
i18n/es_CO.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/teams/41243/es_CO/)\n"
|
||||||
|
"Language: es_CO\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
89
i18n/es_CR.po
Normal file
89
i18n/es_CR.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/teams/41243/es_CR/)\n"
|
||||||
|
"Language: es_CR\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
89
i18n/es_DO.po
Normal file
89
i18n/es_DO.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/teams/41243/es_DO/)\n"
|
||||||
|
"Language: es_DO\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
89
i18n/es_EC.po
Normal file
89
i18n/es_EC.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/es_EC/)\n"
|
||||||
|
"Language: es_EC\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
89
i18n/es_PE.po
Normal file
89
i18n/es_PE.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/es_PE/)\n"
|
||||||
|
"Language: es_PE\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
89
i18n/es_PY.po
Normal file
89
i18n/es_PY.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/teams/41243/es_PY/)\n"
|
||||||
|
"Language: es_PY\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
89
i18n/es_VE.po
Normal file
89
i18n/es_VE.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/teams/41243/es_VE/)\n"
|
||||||
|
"Language: es_VE\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
98
i18n/et.po
Normal file
98
i18n/et.po
Normal file
|
@ -0,0 +1,98 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Arma Gedonsky <armagedonsky@hot.ee>, 2023
|
||||||
|
# Anna, 2023
|
||||||
|
# JanaAvalah, 2023
|
||||||
|
# Eneli Õigus <enelioigus@gmail.com>, 2023
|
||||||
|
# Triine Aavik <triine@avalah.ee>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2023\n"
|
||||||
|
"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: et\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Pangakontod"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Pangad"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Seaded"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Kontaktide sildid"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Kontaktide tiitlid"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Kontaktid"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Riigid"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Riikide grupp"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Looge aadressiraamatusse kontakt"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Maakonnad"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Valdkonnad"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Asukoht"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr "Odoo aitab jälgida kõiki teie kontaktidega seotud tegevusi"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Kasutaja"
|
89
i18n/eu.po
Normal file
89
i18n/eu.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n"
|
||||||
|
"Language: eu\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
99
i18n/fa.po
Normal file
99
i18n/fa.po
Normal file
|
@ -0,0 +1,99 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# سید محمد آذربرا <mohammadazarbara98@gmail.com>, 2023
|
||||||
|
# odooers ir, 2023
|
||||||
|
# Hamed Mohammadi <hamed@dehongi.com>, 2023
|
||||||
|
# Hamid Darabi, 2023
|
||||||
|
# Hanna Kheradroosta, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2023\n"
|
||||||
|
"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: fa\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "حسابهای بانکی"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "بانکها"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "پیکربندی"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "برچسبهای مخاطبان"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "عناوین مخاطبان"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "مخاطبان"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "کشورها"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "گروه کشور"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "یک مخاطب در دفترچه آدرس خود ایجاد کنید"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "استان ها"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "صنایع"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "بومیسازی"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
"Odoo به شما کمک می کند تمام فعالیت های مربوط به مخاطبین خود را ردیابی کنید."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "کاربر"
|
102
i18n/fi.po
Normal file
102
i18n/fi.po
Normal file
|
@ -0,0 +1,102 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2023
|
||||||
|
# Timo Koukkari <ti.ko@netikka.fi>, 2023
|
||||||
|
# Veikko Väätäjä <veikko.vaataja@gmail.com>, 2023
|
||||||
|
# Miku Laitinen <miku.laitinen@gmail.com>, 2023
|
||||||
|
# Eino Mäkitalo <eino.makitalo@netitbe.fi>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Erno Iipponen <erno.iipponen@web-veistamo.fi>, 2023
|
||||||
|
# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2023\n"
|
||||||
|
"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: fi\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Pankkitilit"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Pankit"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Asetukset"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Yhteyshenkilön tunnisteet"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Yhteyshenkilöiden tittelit"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Yhteystiedot"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Maat"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Maaryhmä"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Luo uusi yhteystieto osoitekirjaasi"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Osavaltiot"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Toimialat"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Lokalisointi"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
"Odoo auttaa sinua seuraamaan helposti kaikkia yhteystietoosi liittyviä "
|
||||||
|
"toimia."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Käyttäjä"
|
89
i18n/fo.po
Normal file
89
i18n/fo.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n"
|
||||||
|
"Language: fo\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
93
i18n/fr.po
Normal file
93
i18n/fr.po
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: fr\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Comptes bancaires"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Banques"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Configuration"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Étiquettes de contact"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Civilités"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Contacts"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Pays"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Groupe de pays"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Créer un contact dans votre carnet d'adresses"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "États fédéraux"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Secteurs d'activité"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Localisation"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr "Odoo vous aide à suivre toutes les activités liées à vos contacts."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Utilisateur"
|
89
i18n/fr_CA.po
Normal file
89
i18n/fr_CA.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\n"
|
||||||
|
"Language: fr_CA\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
89
i18n/gl.po
Normal file
89
i18n/gl.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n"
|
||||||
|
"Language: gl\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
93
i18n/gu.po
Normal file
93
i18n/gu.po
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Qaidjohar Barbhaya, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||||
|
"Last-Translator: Qaidjohar Barbhaya, 2023\n"
|
||||||
|
"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/gu/)\n"
|
||||||
|
"Language: gu\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Bank Accounts"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Banks"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Configuration"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "દેશો"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Country Group"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "User"
|
97
i18n/he.po
Normal file
97
i18n/he.po
Normal file
|
@ -0,0 +1,97 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Yihya Hugirat <hugirat@gmail.com>, 2023
|
||||||
|
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2023
|
||||||
|
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2023
|
||||||
|
# דודי מלכה <Dudimalka6@gmail.com>, 2023
|
||||||
|
# yael terner, 2024
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: yael terner, 2024\n"
|
||||||
|
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: he\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "חשבונות בנק"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "בנקים"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "תצורה"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "תגיות אנשי קשר"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "תואר"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "אנשי קשר"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "ארצות"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "קבוצת ארצות"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "צור איש קשר חדש ברשימת הכתובות שלך"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "מדינות פדרליות"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "תעשיות"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "לוקליזציה"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr "Odoo עוזר לך לעקוב בקלות אחר כל הפעילויות הקשורות לאנשי הקשר שלך."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "משתמש"
|
97
i18n/hr.po
Normal file
97
i18n/hr.po
Normal file
|
@ -0,0 +1,97 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Matej Mijoč, 2022
|
||||||
|
# Karolina Tonković <karolina.tonkovic@storm.hr>, 2022
|
||||||
|
# Đurđica Žarković <durdica.zarkovic@storm.hr>, 2022
|
||||||
|
# Martin Trigaux, 2022
|
||||||
|
# Bole <bole@dajmi5.com>, 2022
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||||
|
"Last-Translator: Bole <bole@dajmi5.com>, 2022\n"
|
||||||
|
"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n"
|
||||||
|
"Language: hr\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Bankovni računi"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Banke"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Postava"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Oznake kontakata"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Titule kontakta"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Kontakti"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Države"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Grupa država"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Kreiraj kontakt u svom adresaru"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Država/Pokrajina/Županija"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Industrije"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Lokalizacija"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr "Odoo vam pomaže u praćenju svih aktivnosti povezanih s vašim kontaktima."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Korisnik"
|
101
i18n/hu.po
Normal file
101
i18n/hu.po
Normal file
|
@ -0,0 +1,101 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# gezza <geza.nagy@oregional.hu>, 2023
|
||||||
|
# Ákos Nagy <akos.nagy@oregional.hu>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Tamás Dombos, 2023
|
||||||
|
# Kovács Tibor <kovika@gmail.com>, 2023
|
||||||
|
# Tamás Németh <ntomasz81@gmail.com>, 2023
|
||||||
|
# krnkris, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: krnkris, 2023\n"
|
||||||
|
"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: hu\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Bankszámlák"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Bankok"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Konfiguráció"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Kapcsolat címkék"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Kapcsolat megszólítások"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Kapcsolatok"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Országok"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Országcsoport"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Új kapcsolat a címjegyzékben"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Szövetségi államok"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Iparágak"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Lokalizáció"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
"Az Odoo segít Önnek a kapcsolataihoz tartozó tevékenységek nyomon "
|
||||||
|
"követésében."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Felhasználó"
|
89
i18n/hy.po
Normal file
89
i18n/hy.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Language-Team: Armenian (https://app.transifex.com/odoo/teams/41243/hy/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: hy\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
94
i18n/id.po
Normal file
94
i18n/id.po
Normal file
|
@ -0,0 +1,94 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: id\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Rekening Bank"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Bank"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Konfigurasi"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Tanda kontak"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Judul Kontak"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Kontak"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Negara"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Grup Negara"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Buat Kontak di buku alamat Anda"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Negara Bagian/Propinsi"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Industri"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Lokalisasi"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
"Odoo membantu Anda melacak semua aktivitas yang terkait dengan kontak Anda."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Pengguna"
|
93
i18n/is.po
Normal file
93
i18n/is.po
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# jonasyngvi, 2024
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: jonasyngvi, 2024\n"
|
||||||
|
"Language-Team: Icelandic (https://app.transifex.com/odoo/teams/41243/is/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: is\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Bankareikningar"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Bankar"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
94
i18n/it.po
Normal file
94
i18n/it.po
Normal file
|
@ -0,0 +1,94 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: it\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Conti bancari"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Banche"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Configurazione"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Etichette contatto"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Qualifiche contatto"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Contatti"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Nazioni"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Raggruppamento nazioni"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Crea un contatto nella tua rubrica"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Regioni/Stati Federali"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Settori"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Localizzazione"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
"Odoo ti aiuta a tracciare tutte le attività relative ai tuoi contatti."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Utente"
|
93
i18n/ja.po
Normal file
93
i18n/ja.po
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ja\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "銀行口座"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "銀行"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "設定"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "連絡先タグ"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "連絡先敬称"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "連絡先"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "国"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "国グループ"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "アドレス帳に連絡先を作成"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "都道府県・州"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "業界"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "ローカリゼーション"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr "Odooで連絡先に関係するあらゆる活動を追跡することができます。"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "ユーザ"
|
89
i18n/ka.po
Normal file
89
i18n/ka.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n"
|
||||||
|
"Language: ka\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
89
i18n/kab.po
Normal file
89
i18n/kab.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n"
|
||||||
|
"Language: kab\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
92
i18n/km.po
Normal file
92
i18n/km.po
Normal file
|
@ -0,0 +1,92 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Sengtha Chay <sengtha@gmail.com>, 2018
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2018-09-18 09:49+0000\n"
|
||||||
|
"Last-Translator: Sengtha Chay <sengtha@gmail.com>, 2018\n"
|
||||||
|
"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n"
|
||||||
|
"Language: km\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "គណនីធនាគារ"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "កំណត់ផ្លាស់ប្តូរ"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "ទំនាក់ទំនង"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
93
i18n/ko.po
Normal file
93
i18n/ko.po
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ko\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "은행 계좌"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "은행"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "설정"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "연락처 태그"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "연락처 직함"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "연락처"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "국가"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "국가 그룹"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "주소록에 연락처 생성"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "시/도"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "산업 분야"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "현지화"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr "Odoo는 연락처와 관련된 모든 활동을 추적하도록 도와줍니다."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "사용자"
|
93
i18n/lb.po
Normal file
93
i18n/lb.po
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Xavier ALT <xal@odoo.com>, 2019
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2019-08-26 09:09+0000\n"
|
||||||
|
"Last-Translator: Xavier ALT <xal@odoo.com>, 2019\n"
|
||||||
|
"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n"
|
||||||
|
"Language: lb\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Konfiguratioun"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
89
i18n/lo.po
Normal file
89
i18n/lo.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n"
|
||||||
|
"Language: lo\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
97
i18n/lt.po
Normal file
97
i18n/lt.po
Normal file
|
@ -0,0 +1,97 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Ramunė ViaLaurea <ramune.vialaurea@gmail.com>, 2023
|
||||||
|
# Linas Versada <linaskrisiukenas@gmail.com>, 2023
|
||||||
|
# Ramunas Kembre, 2023
|
||||||
|
# Monika Raciunaite <monika.raciunaite@gmail.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Monika Raciunaite <monika.raciunaite@gmail.com>, 2023\n"
|
||||||
|
"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: lt\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Banko sąskaitos"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Bankai"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Konfigūracija"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Kontakto žymos"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Kontakto kreipiniai"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Kontaktai"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Valstybės"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Šalių grupė"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Sukurkite naują kontaktą adresų knygelėje"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Savivaldybės"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Pramonės šakos"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Lokalizacija"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr "Odoo padės jums sekti visas veiklas susijusias su jūsų kontaktais."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Vartotojas"
|
97
i18n/lv.po
Normal file
97
i18n/lv.po
Normal file
|
@ -0,0 +1,97 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2023
|
||||||
|
# Arnis Putniņš <arnis@allegro.lv>, 2023
|
||||||
|
# Konstantins Zabogonskis <inculin4ik@gmail.com>, 2023
|
||||||
|
# ievaputnina <ievai.putninai@gmail.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: ievaputnina <ievai.putninai@gmail.com>, 2023\n"
|
||||||
|
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: lv\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Bankas konti"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Bankas"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Uzstādījumi"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Kontaktpersonu atslēgas vārdi"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Kontaktpersonu tituli"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Kontakti"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Valstis"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Valstu grupa"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Izveidot kontaktpersonu adrešu grāmatā"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Novadi"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Nozares"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Lokalizācija"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
"Odoo palīdz Jums izsekot visas aktivitātes saistībā ar Jūsu kontaktiem."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Lietotājs"
|
89
i18n/mk.po
Normal file
89
i18n/mk.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n"
|
||||||
|
"Language: mk\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
96
i18n/mn.po
Normal file
96
i18n/mn.po
Normal file
|
@ -0,0 +1,96 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Батмөнх Ганбат <batmunkh2522@gmail.com>, 2022
|
||||||
|
# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2022
|
||||||
|
# Martin Trigaux, 2022
|
||||||
|
# Minj P <pminj322@gmail.com>, 2022
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||||
|
"Last-Translator: Minj P <pminj322@gmail.com>, 2022\n"
|
||||||
|
"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n"
|
||||||
|
"Language: mn\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Банкны дансууд"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Банкууд"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Тохиргоо"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Холбох хаягийн пайз"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Холбох хаягийн хэргэм"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Харилцах хаяг"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Улсууд"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Улсын бүлэг"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Аймаг/Дүүрэг"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Нутагшуулах"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Хэрэглэгч"
|
95
i18n/nb.po
Normal file
95
i18n/nb.po
Normal file
|
@ -0,0 +1,95 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Martin Trigaux, 2022
|
||||||
|
# Marius Stedjan <marius@stedjan.com>, 2022
|
||||||
|
# Henning Fyllingsnes, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||||
|
"Last-Translator: Henning Fyllingsnes, 2023\n"
|
||||||
|
"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
|
||||||
|
"Language: nb\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Bankkonti"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Banker"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Konfigurasjon"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Kontakt-etiketter"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Kontakttitler"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Kontakter"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Land"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Landegruppe"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Stater"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Bransjer"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Lokalisering"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Bruker"
|
89
i18n/ne.po
Normal file
89
i18n/ne.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n"
|
||||||
|
"Language: ne\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
96
i18n/nl.po
Normal file
96
i18n/nl.po
Normal file
|
@ -0,0 +1,96 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2024
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2024\n"
|
||||||
|
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: nl\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Bankrekeningen"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Banken"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Configuratie"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Contactlabels"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Contacttitels"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Contacten"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Landen"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Landengroep"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Maak een contactpersoon in je adresboek"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Staat / Provincies"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Sectoren"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Lokalisatie"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
"Odoo helpt je bij het volgen van alle activiteiten met betrekking tot je "
|
||||||
|
"contacten."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Gebruiker"
|
93
i18n/pl.po
Normal file
93
i18n/pl.po
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\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"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: pl\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Konta bankowe"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Banki"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Konfiguracja"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Tagi kontaktu"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Tytuły kontaktu"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Kontakty"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Kraje"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Grupa krajów"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Utwórz kontakt w książce adresowej"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Województwa"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Gałęzie przemysłu"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Strefa"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr "Odoo pomaga Ci śledzić wszystkie aktywności w książce adresowej"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Użytkownik"
|
94
i18n/pt.po
Normal file
94
i18n/pt.po
Normal file
|
@ -0,0 +1,94 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: pt\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Contas Bancárias"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Bancos"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Configuração"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Etiquetas de Contacto"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Títulos de contacto"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Contactos"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Países"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Grupo de Países"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Crie um Contacto no seu livro de endereços"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Distritos"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Indústrias"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Localização"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
"Odoo ajuda-o a seguir todas as atividades relacionadas com os seus contatos."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Utilizador"
|
95
i18n/pt_BR.po
Normal file
95
i18n/pt_BR.po
Normal file
|
@ -0,0 +1,95 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: pt_BR\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Contas bancárias"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Bancos"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Configuração"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Marcadores de contato"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Tratamento para o contato"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Contatos"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Países"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Grupo de países"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Criar um contato em sua lista de contatos"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Estados"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Segmentos"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Localização"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
"O Odoo ajuda você a rastrear todas as atividades relacionadas aos seus "
|
||||||
|
"contatos."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Usuário"
|
95
i18n/ro.po
Normal file
95
i18n/ro.po
Normal file
|
@ -0,0 +1,95 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Foldi Robert <foldirobert@nexterp.ro>, 2022
|
||||||
|
# Martin Trigaux, 2022
|
||||||
|
# Dorin Hongu <dhongu@gmail.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||||
|
"Last-Translator: Dorin Hongu <dhongu@gmail.com>, 2023\n"
|
||||||
|
"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n"
|
||||||
|
"Language: ro\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Conturi Bancare"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Banci"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Configurare"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Etichete contact"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Titluri contact"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Contacte"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Țări"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Group Țară"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Creați un contact în agenda dvs."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Județe"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Industrii"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Localizare"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr "Odoo vă ajută să urmăriți toate activitățile legate de contactele dvs."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Utilizator"
|
96
i18n/ru.po
Normal file
96
i18n/ru.po
Normal file
|
@ -0,0 +1,96 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Сергей Шебанин <sergey@shebanin.ru>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Wil Odoo, 2024
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2024\n"
|
||||||
|
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ru\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Банковские Счета"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Банки"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Конфигурация"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Теги контакта"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Названия контактов"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Контакты"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Страны"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Страновая группа"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Создать контакт в адресной книге"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "ФРС. Штаты"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Профессия"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Локализация"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
"Odoo помогает отслеживать все действия, связанные с вашими контактами."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Пользователь"
|
93
i18n/sk.po
Normal file
93
i18n/sk.po
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: sk\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Bankové účty"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Bankové doklady"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Konfigurácia"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Tagy kontaktu"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Názvy kontaktu"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Kontakty"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Štáty"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Skupina štátu"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Fed. štáty"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Priemyselné odvetvia"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Lokalizácia"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Užívateľ"
|
96
i18n/sl.po
Normal file
96
i18n/sl.po
Normal file
|
@ -0,0 +1,96 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# matjaz k <matjaz@mentis.si>, 2023
|
||||||
|
# Jasmina Macur <jasmina@hbs.si>, 2023
|
||||||
|
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2023\n"
|
||||||
|
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: sl\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Bančni računi"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Banke"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Nastavitve"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Oznake stika"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Naziv stika"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Stiki"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Države"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Skupine držav"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Zvezne države/regije"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Industrije"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Lokalizacija"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Uporabnik"
|
89
i18n/sq.po
Normal file
89
i18n/sq.po
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Language-Team: Albanian (https://www.transifex.com/odoo/teams/41243/sq/)\n"
|
||||||
|
"Language: sq\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
96
i18n/sr.po
Normal file
96
i18n/sr.po
Normal file
|
@ -0,0 +1,96 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Milan Bojovic, 2023
|
||||||
|
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Branko Milinković, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Branko Milinković, 2023\n"
|
||||||
|
"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: sr\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Bankovni računi"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Banke"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Konfiguracija"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Tagovi kontakata"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Naslovi kontakta"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Kontakti"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Zemlje"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Grupe zemalja"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Kreiraj kontakt u smo adresaru"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Fed, Države"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Industrija"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Lokalizacija"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr "Odoo vam pomaže da pratite sve aktivnosti u vezi sa vašim kontaktima."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Korisnik"
|
94
i18n/sr@latin.po
Normal file
94
i18n/sr@latin.po
Normal file
|
@ -0,0 +1,94 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Nemanja Dragovic <nemanjadragovic94@gmail.com>, 2017
|
||||||
|
# Djordje Marjanovic <djordje_m@yahoo.com>, 2017
|
||||||
|
# Martin Trigaux <mat@odoo.com>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||||
|
"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n"
|
||||||
|
"Language: sr@latin\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Bankovni računi"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Banke"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Postavka"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Naslovi kontakta"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Kontakti"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Zemlje"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Regija"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Lokalizacija"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
100
i18n/sv.po
Normal file
100
i18n/sv.po
Normal file
|
@ -0,0 +1,100 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Kristoffer Grundström <lovaren@gmail.com>, 2023
|
||||||
|
# Chrille Hedberg <hedberg.chrille@gmail.com>, 2023
|
||||||
|
# 3eec91a23d05c632ffac786ac42b81b8_b6fff7b <8985b7bc57db860af29969457dbb51b3_1018915>, 2023
|
||||||
|
# Kim Asplund <kim.asplund@gmail.com>, 2023
|
||||||
|
# Anders Wallenquist <anders.wallenquist@vertel.se>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Anders Wallenquist <anders.wallenquist@vertel.se>, 2023\n"
|
||||||
|
"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: sv\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Bankkonton"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Banker"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Konfiguration"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Kontaktetiketter"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Titlar på kontakter"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Kontakter"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Länder"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Landsgrupp"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Skapa en kontakt i din adressbok"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Fed. stater"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Branscher"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Lokalisering"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
"Odoo hjälper dig att hålla reda på alla aktiviteter relaterade till dina "
|
||||||
|
"kontakter."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Användare"
|
93
i18n/th.po
Normal file
93
i18n/th.po
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: th\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "บัญชีธนาคาร"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "ธนาคาร"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "การกำหนดค่า"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "แท็กติดต่อ"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "คำนำหน้าชื่อผู้ติดต่อ"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "การติดต่อ"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "ประเทศ"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "กลุ่มประเทศ"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "สร้างผู้ติดต่อในสมุดที่อยู่ของคุณ"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "รัฐ"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "อุตสาหกรรม"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "การประยุกต์ใช้"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr "Odoo ช่วยให้คุณติดตามกิจกรรมทั้งหมดที่เกี่ยวข้องกับผู้ติดต่อของคุณ"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "ผู้ใช้"
|
98
i18n/tr.po
Normal file
98
i18n/tr.po
Normal file
|
@ -0,0 +1,98 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Umur Akın <umura@projetgrup.com>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Ediz Duman <neps1192@gmail.com>, 2023
|
||||||
|
# abc Def <hdogan1974@gmail.com>, 2023
|
||||||
|
# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2023
|
||||||
|
# Murat Kaplan <muratk@projetgrup.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Murat Kaplan <muratk@projetgrup.com>, 2023\n"
|
||||||
|
"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: tr\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Banka Hesapları"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Bankalar"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Yapılandırma"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Kontak Etiketleri"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Kontak Ünvanları"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Kontaklar"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Ülke"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Ülke Grubu"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Adres defterinizde bir Kişi oluşturun"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "İller/Eyaletler"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Sektörler"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Yerelleştirme"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr "Odoo, kişilerinizle ilgili tüm etkinlikleri izlemenize yardımcı olur."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Kullanıcı"
|
94
i18n/uk.po
Normal file
94
i18n/uk.po
Normal file
|
@ -0,0 +1,94 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: uk\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Банківські рахунки"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Банки"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Налаштування"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Теги контакту"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Звернення Контакту"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Контакти"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Країни"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Група країн"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Створіть контакт у вашій адресній книзі"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Області"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Галузі"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Розташування"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr ""
|
||||||
|
"Odoo допомагає відслідковувати усі дії, пов'язані з вашими контактами."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Користувач"
|
93
i18n/vi.po
Normal file
93
i18n/vi.po
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: vi\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "Tài khoản ngân hàng"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "Ngân hàng"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Cấu hình"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "Thẻ liên hệ"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "Danh xưng"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "Liên hệ"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "Quốc gia"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "Nhóm quốc gia"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "Tạo một liên hệ trong sổ địa chỉ"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "Tỉnh thành/Bang"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "Ngành nghề"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "Bản địa hóa"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr "Odoo giúp bạn theo dõi tất cả hoạt động liên quan tới các liên hệ. "
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Người dùng"
|
94
i18n/zh_CN.po
Normal file
94
i18n/zh_CN.po
Normal file
|
@ -0,0 +1,94 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Chloe Wang, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Chloe Wang, 2023\n"
|
||||||
|
"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: zh_CN\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "银行账户"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "银行"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "配置"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "联系人标签"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "联系人称谓"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "联系人"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "国家/地区"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "国家/地区组"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "在通讯簿中创建联系人"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "省/州"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "行业"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "本地化"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr "Odoo 可帮助您跟踪与您的联系人相关的所有活动。"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "用户"
|
93
i18n/zh_TW.po
Normal file
93
i18n/zh_TW.po
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * contacts
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: zh_TW\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
|
||||||
|
msgid "Bank Accounts"
|
||||||
|
msgstr "銀行帳戶"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||||
|
msgid "Banks"
|
||||||
|
msgstr "銀行"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "配置"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
|
||||||
|
msgid "Contact Tags"
|
||||||
|
msgstr "聯繫人標籤"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||||
|
msgid "Contact Titles"
|
||||||
|
msgstr "聯繫人稱謂"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.actions.act_window,name:contacts.action_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
|
||||||
|
msgid "Contacts"
|
||||||
|
msgstr "聯絡人"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_partner
|
||||||
|
msgid "Countries"
|
||||||
|
msgstr "國家"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_group
|
||||||
|
msgid "Country Group"
|
||||||
|
msgstr "國家組"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Create a Contact in your address book"
|
||||||
|
msgstr "在通訊錄中建立聯繫人"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||||
|
msgid "Fed. States"
|
||||||
|
msgstr "縣市"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||||
|
msgid "Industries"
|
||||||
|
msgstr "行業"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.ui.menu,name:contacts.menu_localisation
|
||||||
|
msgid "Localization"
|
||||||
|
msgstr "語言本地化"
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||||
|
msgid "Odoo helps you track all activities related to your contacts."
|
||||||
|
msgstr "Odoo 可求助您追蹤與您的聯繫人相關的所有活動."
|
||||||
|
|
||||||
|
#. module: contacts
|
||||||
|
#: model:ir.model,name:contacts.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "使用者"
|
4
models/__init__.py
Normal file
4
models/__init__.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from . import res_users
|
BIN
models/__pycache__/__init__.cpython-311.pyc
Normal file
BIN
models/__pycache__/__init__.cpython-311.pyc
Normal file
Binary file not shown.
BIN
models/__pycache__/res_users.cpython-311.pyc
Normal file
BIN
models/__pycache__/res_users.cpython-311.pyc
Normal file
Binary file not shown.
20
models/res_users.py
Normal file
20
models/res_users.py
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from odoo import api, models, modules
|
||||||
|
|
||||||
|
|
||||||
|
class Users(models.Model):
|
||||||
|
_name = 'res.users'
|
||||||
|
_inherit = ['res.users']
|
||||||
|
|
||||||
|
@api.model
|
||||||
|
def systray_get_activities(self):
|
||||||
|
""" Update the systray icon of res.partner activities to use the
|
||||||
|
contact application one instead of base icon. """
|
||||||
|
activities = super(Users, self).systray_get_activities()
|
||||||
|
for activity in activities:
|
||||||
|
if activity['model'] != 'res.partner':
|
||||||
|
continue
|
||||||
|
activity['icon'] = modules.module.get_module_icon('contacts')
|
||||||
|
return activities
|
BIN
static/description/icon.png
Normal file
BIN
static/description/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
1
static/description/icon.svg
Normal file
1
static/description/icon.svg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<svg width="50" height="50" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M39 46a8 8 0 0 0 8-8V8H13a4 4 0 0 0-4 4v34h30Z" fill="#FC868B"/><path fill-rule="evenodd" clip-rule="evenodd" d="M39 42a4 4 0 0 0 4-4V4H13a8 8 0 0 0-8 8v30h34Z" fill="#1AD3BB"/><path fill-rule="evenodd" clip-rule="evenodd" d="M43 38a4 4 0 0 1-4 4H9V12a4 4 0 0 1 4-4h30v30Z" fill="#1A6F66"/><path d="M25 28a9 9 0 0 0-9 9h10a9 9 0 0 0 9-9H25Z" fill="#fff"/><circle cx="25" cy="19" r="6" fill="#fff"/></svg>
|
After Width: | Height: | Size: 537 B |
71
static/tests/tours/debug_menu_set_defaults.js
Normal file
71
static/tests/tours/debug_menu_set_defaults.js
Normal file
|
@ -0,0 +1,71 @@
|
||||||
|
/** @odoo-module **/
|
||||||
|
|
||||||
|
import { registry } from "@web/core/registry";
|
||||||
|
import { stepUtils } from "@web_tour/tour_service/tour_utils";
|
||||||
|
|
||||||
|
registry.category("web_tour.tours").add('debug_menu_set_defaults', {
|
||||||
|
test: true,
|
||||||
|
url: '/web?debug=1',
|
||||||
|
steps: () => [
|
||||||
|
...stepUtils.goToAppSteps('contacts.menu_contacts', "Open the contacts menu"),
|
||||||
|
{
|
||||||
|
content: "Create a new contact",
|
||||||
|
trigger: '.o-kanban-button-new',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
content: "Check that Company is checked by default, and not Individual",
|
||||||
|
trigger: '.o_field_widget[name="company_type"] input[data-value="company"]:checked',
|
||||||
|
run: function () {},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
content: "Select the individual radio button",
|
||||||
|
trigger: '.o_field_widget[name="company_type"] input[data-value="person"]',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
content: "Open the debug menu",
|
||||||
|
trigger: '.o_debug_manager button',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
content: "Click the Set Defaults menu",
|
||||||
|
trigger: '.o_debug_manager .dropdown-item:contains(Set Defaults)',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
content: "Choose Company Type = Individual",
|
||||||
|
trigger: '#formview_default_fields',
|
||||||
|
run: function () {
|
||||||
|
const element_field = document.querySelector('select#formview_default_fields');
|
||||||
|
element_field.value = 'company_type';
|
||||||
|
element_field.dispatchEvent(new Event("change"));
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
content: "Check that there are conditions",
|
||||||
|
trigger: '#formview_default_conditions',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
content: "Save the new default",
|
||||||
|
trigger: 'footer button:contains(Save default)',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
content: "Discard the contact creation",
|
||||||
|
trigger: 'button.o_form_button_cancel',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
trigger: '.o_action_manager > .o_kanban_view .o-kanban-button-new',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
content: "Check that Individual is checked instead of Company",
|
||||||
|
trigger: '.o_field_widget[name="company_type"] input[data-value="person"]:checked',
|
||||||
|
run: function () {},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
content: "Discard the contact creation",
|
||||||
|
trigger: 'button.o_form_button_cancel',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
content: "Wait for discard",
|
||||||
|
trigger: '.o_control_panel .o-kanban-button-new',
|
||||||
|
run() {},
|
||||||
|
},
|
||||||
|
]
|
||||||
|
});
|
4
tests/__init__.py
Normal file
4
tests/__init__.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from . import test_ui
|
33
tests/test_ui.py
Normal file
33
tests/test_ui.py
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from ast import literal_eval
|
||||||
|
|
||||||
|
import odoo.tests
|
||||||
|
|
||||||
|
|
||||||
|
@odoo.tests.tagged('-at_install', 'post_install')
|
||||||
|
class TestUi(odoo.tests.HttpCase):
|
||||||
|
def test_set_defaults(self):
|
||||||
|
"""Tests the "Set Defaults" feature of the debug menu on the res.partner form.
|
||||||
|
|
||||||
|
Set a user-defined default on the computed (with inverse) field `company_type`
|
||||||
|
so the default "Company" becomes "Indivdual".
|
||||||
|
"""
|
||||||
|
# Ensure the requirements of the test:
|
||||||
|
# The tour assumptions are currently that `res.partner.company_type` is a non-readonly computed field
|
||||||
|
# currently defaulting to "company" in the `res.partner` form.
|
||||||
|
# If the below assertions change in the future, the tour needs to be adapted, as well as these assertions.
|
||||||
|
company_type_field = self.env['res.partner']._fields['company_type']
|
||||||
|
self.assertTrue(company_type_field.compute)
|
||||||
|
self.assertFalse(company_type_field.readonly)
|
||||||
|
action_context = literal_eval(self.env.ref('contacts.action_contacts').context)
|
||||||
|
self.assertTrue(action_context.get('default_is_company'))
|
||||||
|
# Make sure there is currently no user-defined default on res.partner.company_type
|
||||||
|
# so "Company" is the default value for the field res.partner.company_type
|
||||||
|
self.env['ir.default'].search([
|
||||||
|
('field_id', '=', self.env.ref('base.field_res_partner__company_type').id),
|
||||||
|
]).unlink()
|
||||||
|
self.assertEqual(self.env['res.partner'].with_context(**action_context).new().company_type, "company")
|
||||||
|
|
||||||
|
self.start_tour("/web", 'debug_menu_set_defaults', login="admin")
|
100
views/contact_views.xml
Normal file
100
views/contact_views.xml
Normal file
|
@ -0,0 +1,100 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<odoo>
|
||||||
|
<record id="action_contacts" model="ir.actions.act_window">
|
||||||
|
<field name="name">Contacts</field>
|
||||||
|
<field name="res_model">res.partner</field>
|
||||||
|
<field name="view_mode">kanban,tree,form,activity</field>
|
||||||
|
<field name="search_view_id" ref="base.view_res_partner_filter"/>
|
||||||
|
<field name="context">{'default_is_company': True}</field>
|
||||||
|
<field name="help" type="html">
|
||||||
|
<p class="o_view_nocontent_smiling_face">
|
||||||
|
Create a Contact in your address book
|
||||||
|
</p><p>
|
||||||
|
Odoo helps you track all activities related to your contacts.
|
||||||
|
</p>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
<record id="action_contacts_view_kanban" model="ir.actions.act_window.view">
|
||||||
|
<field name="sequence" eval="0"/>
|
||||||
|
<field name="view_mode">kanban</field>
|
||||||
|
<field name="view_id" ref="base.res_partner_kanban_view"/>
|
||||||
|
<field name="act_window_id" ref="action_contacts"/>
|
||||||
|
</record>
|
||||||
|
<record id="action_contacts_view_tree" model="ir.actions.act_window.view">
|
||||||
|
<field name="sequence" eval="1"/>
|
||||||
|
<field name="view_mode">tree</field>
|
||||||
|
<field name="view_id" ref="base.view_partner_tree"/>
|
||||||
|
<field name="act_window_id" ref="action_contacts"/>
|
||||||
|
</record>
|
||||||
|
<record id="action_contacts_view_form" model="ir.actions.act_window.view">
|
||||||
|
<field name="sequence" eval="2"/>
|
||||||
|
<field name="view_mode">form</field>
|
||||||
|
<field name="view_id" ref="base.view_partner_form"/>
|
||||||
|
<field name="act_window_id" ref="action_contacts"/>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
|
||||||
|
<menuitem name="Contacts"
|
||||||
|
id="menu_contacts"
|
||||||
|
sequence="20"
|
||||||
|
web_icon="contacts,static/description/icon.png"
|
||||||
|
groups="base.group_user,base.group_partner_manager"/>
|
||||||
|
|
||||||
|
<menuitem id="res_partner_menu_contacts"
|
||||||
|
name="Contacts"
|
||||||
|
action="action_contacts"
|
||||||
|
parent="menu_contacts"
|
||||||
|
sequence="2"/>
|
||||||
|
|
||||||
|
<menuitem id="res_partner_menu_config"
|
||||||
|
name="Configuration"
|
||||||
|
parent="menu_contacts"
|
||||||
|
groups="base.group_system"
|
||||||
|
sequence="2"/>
|
||||||
|
|
||||||
|
<menuitem id="menu_partner_category_form"
|
||||||
|
action="base.action_partner_category_form"
|
||||||
|
name="Contact Tags"
|
||||||
|
sequence="1" parent="res_partner_menu_config"/>
|
||||||
|
|
||||||
|
<menuitem id="menu_partner_title_contact"
|
||||||
|
action="base.action_partner_title_contact"
|
||||||
|
name="Contact Titles" parent="res_partner_menu_config"
|
||||||
|
sequence="3"/>
|
||||||
|
|
||||||
|
<menuitem id="res_partner_industry_menu" name="Industries"
|
||||||
|
action="base.res_partner_industry_action" parent="res_partner_menu_config"
|
||||||
|
sequence="4"/>
|
||||||
|
|
||||||
|
<menuitem id="menu_localisation" name="Localization"
|
||||||
|
parent="res_partner_menu_config" sequence="5"/>
|
||||||
|
|
||||||
|
<menuitem id="menu_country_partner"
|
||||||
|
action="base.action_country" parent="menu_localisation"
|
||||||
|
sequence="1"/>
|
||||||
|
|
||||||
|
<menuitem id="menu_country_group"
|
||||||
|
action="base.action_country_group"
|
||||||
|
name="Country Group" parent="menu_localisation"
|
||||||
|
sequence="3"/>
|
||||||
|
|
||||||
|
<menuitem id="menu_country_state_partner"
|
||||||
|
action="base.action_country_state"
|
||||||
|
parent="menu_localisation"
|
||||||
|
sequence="2"/>
|
||||||
|
|
||||||
|
<menuitem id="menu_config_bank_accounts"
|
||||||
|
name="Bank Accounts"
|
||||||
|
parent="res_partner_menu_config"
|
||||||
|
sequence="6"/>
|
||||||
|
|
||||||
|
<menuitem id="menu_action_res_bank_form"
|
||||||
|
action="base.action_res_bank_form"
|
||||||
|
parent="menu_config_bank_accounts"
|
||||||
|
sequence="1"/>
|
||||||
|
|
||||||
|
<menuitem id="menu_action_res_partner_bank_form"
|
||||||
|
action="base.action_res_partner_bank_account_form"
|
||||||
|
parent="menu_config_bank_accounts"
|
||||||
|
sequence="2"/>
|
||||||
|
</odoo>
|
Loading…
Reference in New Issue
Block a user