mirror of
https://github.com/bringout/oca-ocb-technical.git
synced 2026-04-18 05:32:01 +02:00
Initial commit: Technical packages
This commit is contained in:
commit
3473fa71a0
873 changed files with 297766 additions and 0 deletions
48
odoo-bringout-oca-ocb-contacts/README.md
Normal file
48
odoo-bringout-oca-ocb-contacts/README.md
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
# Contacts
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
pip install odoo-bringout-oca-ocb-contacts
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
||||
This addon depends on:
|
||||
- base
|
||||
- mail
|
||||
|
||||
## Manifest Information
|
||||
|
||||
- **Name**: Contacts
|
||||
- **Version**: N/A
|
||||
- **Category**: Sales/CRM
|
||||
- **License**: LGPL-3
|
||||
- **Installable**: False
|
||||
|
||||
## Source
|
||||
|
||||
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `contacts`.
|
||||
|
||||
## License
|
||||
|
||||
This package maintains the original LGPL-3 license from the upstream Odoo project.
|
||||
|
||||
## Documentation
|
||||
|
||||
- Overview: doc/OVERVIEW.md
|
||||
- Architecture: doc/ARCHITECTURE.md
|
||||
- Models: doc/MODELS.md
|
||||
- Controllers: doc/CONTROLLERS.md
|
||||
- Wizards: doc/WIZARDS.md
|
||||
- Install: doc/INSTALL.md
|
||||
- Usage: doc/USAGE.md
|
||||
- Configuration: doc/CONFIGURATION.md
|
||||
- Dependencies: doc/DEPENDENCIES.md
|
||||
- Troubleshooting: doc/TROUBLESHOOTING.md
|
||||
- FAQ: doc/FAQ.md
|
||||
4
odoo-bringout-oca-ocb-contacts/contacts/__init__.py
Normal file
4
odoo-bringout-oca-ocb-contacts/contacts/__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
|
||||
25
odoo-bringout-oca-ocb-contacts/contacts/__manifest__.py
Normal file
25
odoo-bringout-oca-ocb-contacts/contacts/__manifest__.py
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# -*- 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',
|
||||
],
|
||||
'application': True,
|
||||
'license': 'LGPL-3',
|
||||
'assets': {
|
||||
'web.assets_tests': [
|
||||
'contacts/static/tests/tours/**/*',
|
||||
],
|
||||
}
|
||||
}
|
||||
93
odoo-bringout-oca-ocb-contacts/contacts/i18n/af.po
Normal file
93
odoo-bringout-oca-ocb-contacts/contacts/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://app.transifex.com/odoo/teams/41243/af/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: af\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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
odoo-bringout-oca-ocb-contacts/contacts/i18n/am.po
Normal file
89
odoo-bringout-oca-ocb-contacts/contacts/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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: am\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: 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
odoo-bringout-oca-ocb-contacts/contacts/i18n/ar.po
Normal file
93
odoo-bringout-oca-ocb-contacts/contacts/i18n/ar.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: 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
odoo-bringout-oca-ocb-contacts/contacts/i18n/az.po
Normal file
93
odoo-bringout-oca-ocb-contacts/contacts/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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: az\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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"
|
||||
93
odoo-bringout-oca-ocb-contacts/contacts/i18n/be.po
Normal file
93
odoo-bringout-oca-ocb-contacts/contacts/i18n/be.po
Normal file
|
|
@ -0,0 +1,93 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Ivan Shakh, 2024
|
||||
#
|
||||
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: Ivan Shakh, 2024\n"
|
||||
"Language-Team: Belarusian (https://app.transifex.com/odoo/teams/41243/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#. 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 "Карыстальнік"
|
||||
99
odoo-bringout-oca-ocb-contacts/contacts/i18n/bg.po
Normal file
99
odoo-bringout-oca-ocb-contacts/contacts/i18n/bg.po
Normal file
|
|
@ -0,0 +1,99 @@
|
|||
# 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
|
||||
# aleksandar ivanov, 2023
|
||||
# Maria Boyadjieva <marabo2000@gmail.com>, 2023
|
||||
# Elena Varbanova, 2024
|
||||
#
|
||||
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: Elena Varbanova, 2024\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 ""
|
||||
"Odoo ви помага да проследявате всички дейности, свързани с вашите контакти."
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.model,name:contacts.model_res_users
|
||||
msgid "User"
|
||||
msgstr "Потребител"
|
||||
89
odoo-bringout-oca-ocb-contacts/contacts/i18n/bs.po
Normal file
89
odoo-bringout-oca-ocb-contacts/contacts/i18n/bs.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-20 09:01+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 "Bankovni računi"
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
|
||||
msgid "Banks"
|
||||
msgstr "Odoo helps you to easily Prati all activities related to a Kupac."
|
||||
|
||||
#. 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 "Kreiraj kontakt u svom 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 "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 "Kreirajte kontakt u vašem adresaru"
|
||||
97
odoo-bringout-oca-ocb-contacts/contacts/i18n/ca.po
Normal file
97
odoo-bringout-oca-ocb-contacts/contacts/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>, 2022
|
||||
# marcescu, 2022
|
||||
# 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: 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
odoo-bringout-oca-ocb-contacts/contacts/i18n/contacts.pot
Normal file
89
odoo-bringout-oca-ocb-contacts/contacts/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 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
|
||||
"PO-Revision-Date: 2022-09-20 09:01+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 ""
|
||||
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/cs.po
Normal file
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/cs.po
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Jiří Podhorecký, 2022
|
||||
# Jakub Smolka, 2023
|
||||
# Tomáš Píšek, 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: 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 "Lokalizace"
|
||||
|
||||
#. 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
odoo-bringout-oca-ocb-contacts/contacts/i18n/da.po
Normal file
95
odoo-bringout-oca-ocb-contacts/contacts/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, 2022
|
||||
# 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: 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"
|
||||
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/de.po
Normal file
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/de.po
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Larissa Manderfeld, 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: Larissa Manderfeld, 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"
|
||||
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/el.po
Normal file
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/el.po
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
# 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: 2018-09-18 09:49+0000\n"
|
||||
"PO-Revision-Date: 2018-09-18 09:49+0000\n"
|
||||
"Last-Translator: Kostas Goutoudis <goutoudis@gmail.com>, 2018\n"
|
||||
"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: el\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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.actions.act_window,name:contacts.action_contacts_summary
|
||||
#: 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
|
||||
#: model_terms:ir.actions.act_window,help:contacts.action_contacts_summary
|
||||
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.menu_localisation
|
||||
msgid "Localization"
|
||||
msgstr "Τοπική Προσαρμογή"
|
||||
|
||||
#. module: contacts
|
||||
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
#: model_terms:ir.actions.act_window,help:contacts.action_contacts_summary
|
||||
msgid "Odoo helps you to easily track all activities related to a customer."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr "Τομείς Δραστηριότητας"
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.model,name:contacts.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Χρήστες"
|
||||
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/en_GB.po
Normal file
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/en_GB.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# 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: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: en_GB\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/es.po
Normal file
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/es.po
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Wil Odoo, 2024
|
||||
#
|
||||
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: Wil Odoo, 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 libreta de direcciones"
|
||||
|
||||
#. 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"
|
||||
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_BO.po
Normal file
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_BO.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# 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: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/es_BO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_BO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_CL.po
Normal file
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_CL.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# 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: 2017-09-20 09:53+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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CL\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_CO.po
Normal file
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_CO.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# 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: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/teams/41243/es_CO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_CR.po
Normal file
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_CR.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# 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: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/teams/41243/es_CR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_DO.po
Normal file
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_DO.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# 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: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/teams/41243/es_DO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_DO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_EC.po
Normal file
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_EC.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# 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: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/es_EC/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_EC\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_MX.po
Normal file
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_MX.po
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Fernanda Alvarez, 2025
|
||||
#
|
||||
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: Fernanda Alvarez, 2025\n"
|
||||
"Language-Team: Spanish (Mexico) (https://app.transifex.com/odoo/teams/41243/es_MX/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_MX\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: 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 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 "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 te ayuda a llevar seguimiento de todas las actividades relacionadas con"
|
||||
" tus contactos."
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.model,name:contacts.model_res_users
|
||||
msgid "User"
|
||||
msgstr "Usuario"
|
||||
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_PE.po
Normal file
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_PE.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# 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: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/es_PE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_PE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_PY.po
Normal file
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_PY.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# 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: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/teams/41243/es_PY/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_PY\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_VE.po
Normal file
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/es_VE.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# 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: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/teams/41243/es_VE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_VE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
97
odoo-bringout-oca-ocb-contacts/contacts/i18n/et.po
Normal file
97
odoo-bringout-oca-ocb-contacts/contacts/i18n/et.po
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Triine Aavik <triine@avalah.ee>, 2022
|
||||
# Arma Gedonsky <armagedonsky@hot.ee>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Eneli Õigus <enelioigus@gmail.com>, 2022
|
||||
# JanaAvalah, 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: JanaAvalah, 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 "Seadistus"
|
||||
|
||||
#. 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"
|
||||
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/eu.po
Normal file
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/eu.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# 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: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: eu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
99
odoo-bringout-oca-ocb-contacts/contacts/i18n/fa.po
Normal file
99
odoo-bringout-oca-ocb-contacts/contacts/i18n/fa.po
Normal file
|
|
@ -0,0 +1,99 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Hamid Darabi, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# سید محمد آذربرا <mohammadazarbara98@gmail.com>, 2023
|
||||
# Hamed Mohammadi <hamed@dehongi.com>, 2023
|
||||
# Hanna Kheradroosta, 2023
|
||||
# odooers ir, 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: odooers ir, 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
odoo-bringout-oca-ocb-contacts/contacts/i18n/fi.po
Normal file
102
odoo-bringout-oca-ocb-contacts/contacts/i18n/fi.po
Normal file
|
|
@ -0,0 +1,102 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Timo Koukkari <ti.ko@netikka.fi>, 2022
|
||||
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2022
|
||||
# Eino Mäkitalo <eino.makitalo@netitbe.fi>, 2022
|
||||
# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2022
|
||||
# Erno Iipponen <erno.iipponen@web-veistamo.fi>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Miku Laitinen <miku.laitinen@gmail.com>, 2022
|
||||
# Veikko Väätäjä <veikko.vaataja@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: Veikko Väätäjä <veikko.vaataja@gmail.com>, 2022\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ä"
|
||||
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/fo.po
Normal file
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/fo.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# 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: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fo\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/fr.po
Normal file
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/fr.po
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Jolien De Paepe, 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: Jolien De Paepe, 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"
|
||||
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/fr_CA.po
Normal file
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/fr_CA.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# 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: 2017-09-20 09:53+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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr_CA\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: 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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/gl.po
Normal file
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/gl.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# 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: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
93
odoo-bringout-oca-ocb-contacts/contacts/i18n/gu.po
Normal file
93
odoo-bringout-oca-ocb-contacts/contacts/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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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"
|
||||
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/he.po
Normal file
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/he.po
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# דודי מלכה <Dudimalka6@gmail.com>, 2022
|
||||
# Yihya Hugirat <hugirat@gmail.com>, 2022
|
||||
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2022
|
||||
# ZVI BLONDER <ZVIBLONDER@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: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2022\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 "משתמש"
|
||||
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/hi.po
Normal file
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/hi.po
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2024
|
||||
# Ujjawal Pathak, 2025
|
||||
#
|
||||
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: Ujjawal Pathak, 2025\n"
|
||||
"Language-Team: Hindi (https://app.transifex.com/odoo/teams/41243/hi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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
odoo-bringout-oca-ocb-contacts/contacts/i18n/hr.po
Normal file
98
odoo-bringout-oca-ocb-contacts/contacts/i18n/hr.po
Normal file
|
|
@ -0,0 +1,98 @@
|
|||
# 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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hr\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: 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
odoo-bringout-oca-ocb-contacts/contacts/i18n/hu.po
Normal file
101
odoo-bringout-oca-ocb-contacts/contacts/i18n/hu.po
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# gezza <geza.nagy@oregional.hu>, 2022
|
||||
# Ákos Nagy <akos.nagy@oregional.hu>, 2022
|
||||
# Kovács Tibor <kovika@gmail.com>, 2022
|
||||
# krnkris, 2022
|
||||
# Tamás Dombos, 2022
|
||||
# Tamás Németh <ntomasz81@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: Tamás Németh <ntomasz81@gmail.com>, 2022\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
odoo-bringout-oca-ocb-contacts/contacts/i18n/hy.po
Normal file
89
odoo-bringout-oca-ocb-contacts/contacts/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 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: 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 ""
|
||||
95
odoo-bringout-oca-ocb-contacts/contacts/i18n/id.po
Normal file
95
odoo-bringout-oca-ocb-contacts/contacts/i18n/id.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
|
||||
# arfa simoncelli, 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: arfa simoncelli, 2022\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"
|
||||
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/is.po
Normal file
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/is.po
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# jonasyngvi, 2024
|
||||
# Kristófer Arnþórsson, 2024
|
||||
#
|
||||
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: Kristófer Arnþórsson, 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 "Notandi"
|
||||
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/it.po
Normal file
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/it.po
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Sergio Zanchetta <primes2h@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: Sergio Zanchetta <primes2h@gmail.com>, 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 rubrica"
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
msgstr "Prov./Stati fed."
|
||||
|
||||
#. 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 aiuta a tenere traccia di tutte le attività relative ai propri "
|
||||
"contatti."
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.model,name:contacts.model_res_users
|
||||
msgid "User"
|
||||
msgstr "Utente"
|
||||
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/ja.po
Normal file
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/ja.po
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Andy Yiu, 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: Andy Yiu, 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 "ユーザ"
|
||||
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/ka.po
Normal file
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/ka.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# 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: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ka\n"
|
||||
"Plural-Forms: nplurals=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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/kab.po
Normal file
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/kab.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# 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: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: kab\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/km.po
Normal file
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/km.po
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Sengtha Chay <sengtha@gmail.com>, 2023
|
||||
# Lux Sok <sok.lux@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: Lux Sok <sok.lux@gmail.com>, 2023\n"
|
||||
"Language-Team: Khmer (https://app.transifex.com/odoo/teams/41243/km/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: km\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: 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
odoo-bringout-oca-ocb-contacts/contacts/i18n/ko.po
Normal file
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/ko.po
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Sarah Park, 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: Sarah Park, 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 "사용자"
|
||||
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/lb.po
Normal file
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/lb.po
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
# 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: 2018-09-18 09:49+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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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.actions.act_window,name:contacts.action_contacts_summary
|
||||
#: 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
|
||||
#: model_terms:ir.actions.act_window,help:contacts.action_contacts_summary
|
||||
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.menu_localisation
|
||||
msgid "Localization"
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
#: model_terms:ir.actions.act_window,help:contacts.action_contacts_summary
|
||||
msgid "Odoo helps you to easily track all activities related to a customer."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.model,name:contacts.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/lo.po
Normal file
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/lo.po
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Phoxaysy Sengchanthanouvong <phoxaysy@gmail.com>, 2023
|
||||
# ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@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: ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 2023\n"
|
||||
"Language-Team: Lao (https://app.transifex.com/odoo/teams/41243/lo/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lo\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: 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
odoo-bringout-oca-ocb-contacts/contacts/i18n/lt.po
Normal file
97
odoo-bringout-oca-ocb-contacts/contacts/i18n/lt.po
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Monika Raciunaite <monika.raciunaite@gmail.com>, 2022
|
||||
# Ramunas Kembre, 2022
|
||||
# Ramunė ViaLaurea <ramune.vialaurea@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Linas Versada <linaskrisiukenas@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: Linas Versada <linaskrisiukenas@gmail.com>, 2022\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
odoo-bringout-oca-ocb-contacts/contacts/i18n/lv.po
Normal file
97
odoo-bringout-oca-ocb-contacts/contacts/i18n/lv.po
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Konstantins Zabogonskis <inculin4ik@gmail.com>, 2022
|
||||
# Arnis Putniņš <arnis@allegro.lv>, 2022
|
||||
# Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2023
|
||||
# ievaputnina <ievai.putninai@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: 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 "Kontakta Atslēgas Vārdi"
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
|
||||
msgid "Contact Titles"
|
||||
msgstr "Kontakta Nosaukums"
|
||||
|
||||
#. 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 "Federālie Štati"
|
||||
|
||||
#. 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"
|
||||
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/mk.po
Normal file
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/mk.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# 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: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: mk\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: 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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/ml.po
Normal file
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/ml.po
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Niyas Raphy, 2023
|
||||
# Rafeeq Salam, 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: Rafeeq Salam, 2023\n"
|
||||
"Language-Team: Malayalam (https://app.transifex.com/odoo/teams/41243/ml/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ml\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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
odoo-bringout-oca-ocb-contacts/contacts/i18n/mn.po
Normal file
97
odoo-bringout-oca-ocb-contacts/contacts/i18n/mn.po
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Batmunkh Ganbat <batmunkh2522@gmail.com>, 2022
|
||||
# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Minj P <pminj322@gmail.com>, 2022
|
||||
# Гүррагчаа Ууганбаяр, 2024
|
||||
#
|
||||
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: Гүррагчаа Ууганбаяр, 2024\n"
|
||||
"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: mn\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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
odoo-bringout-oca-ocb-contacts/contacts/i18n/ms.po
Normal file
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/ms.po
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Mehjabin Farsana, 2023
|
||||
# Imran Pathan, 2024
|
||||
#
|
||||
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: Imran Pathan, 2024\n"
|
||||
"Language-Team: Malay (https://app.transifex.com/odoo/teams/41243/ms/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ms\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: 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 "Akaun 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 ""
|
||||
|
||||
#. 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 "Kenalan"
|
||||
|
||||
#. 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 "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 "pengguna"
|
||||
95
odoo-bringout-oca-ocb-contacts/contacts/i18n/nb.po
Normal file
95
odoo-bringout-oca-ocb-contacts/contacts/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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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"
|
||||
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/ne.po
Normal file
87
odoo-bringout-oca-ocb-contacts/contacts/i18n/ne.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# 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: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ne\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/nl.po
Normal file
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/nl.po
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Erwin van der Ploeg <erwin@odooexperts.nl>, 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: Erwin van der Ploeg <erwin@odooexperts.nl>, 2023\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 "Industrieën"
|
||||
|
||||
#. 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"
|
||||
89
odoo-bringout-oca-ocb-contacts/contacts/i18n/no.po
Normal file
89
odoo-bringout-oca-ocb-contacts/contacts/i18n/no.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: Norwegian (https://app.transifex.com/odoo/teams/41243/no/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: no\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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
odoo-bringout-oca-ocb-contacts/contacts/i18n/pl.po
Normal file
99
odoo-bringout-oca-ocb-contacts/contacts/i18n/pl.po
Normal file
|
|
@ -0,0 +1,99 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Natalia Gros <nag@odoo.com>, 2022
|
||||
# Dariusz Żbikowski <darek@krokus.com.pl>, 2022
|
||||
# Piotr Szlązak <szlazakpiotr@gmail.com>, 2022
|
||||
# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2022
|
||||
# Rafał Kozak <rafal.kozak@openglobe.pl>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Tadeusz Karpiński <tadeuszkarpinski@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: Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 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"
|
||||
101
odoo-bringout-oca-ocb-contacts/contacts/i18n/pt.po
Normal file
101
odoo-bringout-oca-ocb-contacts/contacts/i18n/pt.po
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Marcelo Pereira <marcelo.pereira@arxi.pt>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Manuela Silva <mmsrs@sky.com>, 2022
|
||||
# 425fe09b3064b9f906f637fff94056ae_a00ea56 <0fa3588fa89906bfcb3a354600956e0e_308047>, 2022
|
||||
# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2022
|
||||
# Nuno Silva <nuno.silva@arxi.pt>, 2022
|
||||
# Pedro Filipe <pedro2.10@hotmail.com>, 2022
|
||||
# Salomao Neto, 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: Salomao Neto, 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"
|
||||
97
odoo-bringout-oca-ocb-contacts/contacts/i18n/pt_BR.po
Normal file
97
odoo-bringout-oca-ocb-contacts/contacts/i18n/pt_BR.po
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Kevilyn Rosa, 2023
|
||||
# Layna Nascimento, 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: Layna Nascimento, 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ís"
|
||||
|
||||
#. 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"
|
||||
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/ro.po
Normal file
96
odoo-bringout-oca-ocb-contacts/contacts/i18n/ro.po
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
# 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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ro\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#. module: 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"
|
||||
95
odoo-bringout-oca-ocb-contacts/contacts/i18n/ru.po
Normal file
95
odoo-bringout-oca-ocb-contacts/contacts/i18n/ru.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
|
||||
# Сергей Шебанин <sergey@shebanin.ru>, 2024
|
||||
#
|
||||
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: Сергей Шебанин <sergey@shebanin.ru>, 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 "Пользователь"
|
||||
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/sk.po
Normal file
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/sk.po
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# SAKodoo <sak@odoo.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: SAKodoo <sak@odoo.com>, 2022\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ľ"
|
||||
97
odoo-bringout-oca-ocb-contacts/contacts/i18n/sl.po
Normal file
97
odoo-bringout-oca-ocb-contacts/contacts/i18n/sl.po
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# matjaz k <matjaz@mentis.si>, 2022
|
||||
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2022
|
||||
# Jasmina Macur <jasmina@hbs.si>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Aleš Pipan, 2025
|
||||
#
|
||||
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: Aleš Pipan, 2025\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 "Ustvarite stik v svojem imeniku"
|
||||
|
||||
#. 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 "Odoo vam pomaga slediti vsem dejavnostim, povezanim z vašimi stiki."
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.model,name:contacts.model_res_users
|
||||
msgid "User"
|
||||
msgstr "Uporabnik"
|
||||
89
odoo-bringout-oca-ocb-contacts/contacts/i18n/sq.po
Normal file
89
odoo-bringout-oca-ocb-contacts/contacts/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 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: Albanian (https://app.transifex.com/odoo/teams/41243/sq/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sq\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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
odoo-bringout-oca-ocb-contacts/contacts/i18n/sr.po
Normal file
95
odoo-bringout-oca-ocb-contacts/contacts/i18n/sr.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
|
||||
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2022
|
||||
# Branko Milinković, 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: 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 "Podešavanje"
|
||||
|
||||
#. 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"
|
||||
92
odoo-bringout-oca-ocb-contacts/contacts/i18n/sr@latin.po
Normal file
92
odoo-bringout-oca-ocb-contacts/contacts/i18n/sr@latin.po
Normal file
|
|
@ -0,0 +1,92 @@
|
|||
# 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: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sr@latin\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: 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_terms:ir.actions.act_window,help:contacts.action_contacts
|
||||
msgid "Click to add a contact in your contacts directory."
|
||||
msgstr ""
|
||||
|
||||
#. 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:ir.ui.menu,name:contacts.menu_country_state_partner
|
||||
msgid "Fed. States"
|
||||
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 easily track all activities related to\n"
|
||||
" a customer: discussions, history of business opportunities,\n"
|
||||
" documents, etc."
|
||||
msgstr ""
|
||||
|
||||
#. module: contacts
|
||||
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
|
||||
msgid "Sectors of Activity"
|
||||
msgstr ""
|
||||
100
odoo-bringout-oca-ocb-contacts/contacts/i18n/sv.po
Normal file
100
odoo-bringout-oca-ocb-contacts/contacts/i18n/sv.po
Normal file
|
|
@ -0,0 +1,100 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Kristoffer Grundström <lovaren@gmail.com>, 2022
|
||||
# 3eec91a23d05c632ffac786ac42b81b8_b6fff7b <8985b7bc57db860af29969457dbb51b3_1018915>, 2022
|
||||
# Chrille Hedberg <hedberg.chrille@gmail.com>, 2022
|
||||
# Kim Asplund <kim.asplund@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Anders Wallenquist <anders.wallenquist@vertel.se>, 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: Anders Wallenquist <anders.wallenquist@vertel.se>, 2022\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"
|
||||
89
odoo-bringout-oca-ocb-contacts/contacts/i18n/sw.po
Normal file
89
odoo-bringout-oca-ocb-contacts/contacts/i18n/sw.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: Swahili (https://app.transifex.com/odoo/teams/41243/sw/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sw\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. 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
odoo-bringout-oca-ocb-contacts/contacts/i18n/ta.po
Normal file
89
odoo-bringout-oca-ocb-contacts/contacts/i18n/ta.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: Tamil (https://app.transifex.com/odoo/teams/41243/ta/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ta\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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
odoo-bringout-oca-ocb-contacts/contacts/i18n/th.po
Normal file
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/th.po
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Wichanon Jamwutthipreecha, 2022
|
||||
# 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: 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
odoo-bringout-oca-ocb-contacts/contacts/i18n/tr.po
Normal file
98
odoo-bringout-oca-ocb-contacts/contacts/i18n/tr.po
Normal file
|
|
@ -0,0 +1,98 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Umur Akın <umura@projetgrup.com>, 2022
|
||||
# abc Def <hdogan1974@gmail.com>, 2022
|
||||
# Ediz Duman <neps1192@gmail.com>, 2022
|
||||
# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2022
|
||||
# Murat Kaplan <muratk@projetgrup.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: Murat Kaplan <muratk@projetgrup.com>, 2022\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
odoo-bringout-oca-ocb-contacts/contacts/i18n/uk.po
Normal file
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/uk.po
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
# 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: 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 "Користувач"
|
||||
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/vi.po
Normal file
94
odoo-bringout-oca-ocb-contacts/contacts/i18n/vi.po
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contacts
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Thi Huong Nguyen, 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: Thi Huong Nguyen, 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/TP/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
odoo-bringout-oca-ocb-contacts/contacts/i18n/zh_CN.po
Normal file
94
odoo-bringout-oca-ocb-contacts/contacts/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:
|
||||
# Martin Trigaux, 2022
|
||||
# Jeffery CHEN <jeffery9@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: Jeffery CHEN <jeffery9@gmail.com>, 2022\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
odoo-bringout-oca-ocb-contacts/contacts/i18n/zh_TW.po
Normal file
93
odoo-bringout-oca-ocb-contacts/contacts/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:
|
||||
# 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: 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 "使用者"
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import res_users
|
||||
20
odoo-bringout-oca-ocb-contacts/contacts/models/res_users.py
Normal file
20
odoo-bringout-oca-ocb-contacts/contacts/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
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
|
|
@ -0,0 +1,24 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="70" height="70" viewBox="0 0 70 70">
|
||||
<defs>
|
||||
<path id="icon-a" d="M4,5.35309892e-14 C36.4160122,9.87060235e-15 58.0836068,-3.97961823e-14 65,5.07020818e-14 C69,6.733808e-14 70,1 70,5 C70,43.0488877 70,62.4235458 70,65 C70,69 69,70 65,70 C61,70 9,70 4,70 C1,70 7.10542736e-15,69 7.10542736e-15,65 C7.25721566e-15,62.4676575 3.83358709e-14,41.8005206 3.60818146e-14,5 C-1.13686838e-13,1 1,5.75716207e-14 4,5.35309892e-14 Z"/>
|
||||
<linearGradient id="icon-c" x1="100%" x2="0%" y1="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#269396"/>
|
||||
<stop offset="100%" stop-color="#218689"/>
|
||||
</linearGradient>
|
||||
<path id="icon-d" d="M51.4709821,28.8125 C51.970226,28.8125 52.375,28.4102246 52.375,27.9140625 L52.375,24.9192708 C52.375,24.4231087 51.970226,24.0208333 51.4709821,24.0208333 L49.9642857,24.0208333 L49.9642857,20.4270833 C49.9642857,18.4422852 48.3453404,16.8333333 46.3482143,16.8333333 L22.2410714,16.8333333 C20.2439453,16.8333333 18.625,18.4422852 18.625,20.4270833 L18.625,51.5729167 C18.625,53.5577148 20.2439453,55.1666667 22.2410714,55.1666667 L46.3482143,55.1666667 C48.3453404,55.1666667 49.9642857,53.5577148 49.9642857,51.5729167 L49.9642857,47.9791667 L51.4709821,47.9791667 C51.970226,47.9791667 52.375,47.5768913 52.375,47.0807292 L52.375,44.0859375 C52.375,43.5897754 51.970226,43.1875 51.4709821,43.1875 L49.9642857,43.1875 L49.9642857,38.3958333 L51.4709821,38.3958333 C51.970226,38.3958333 52.375,37.9935579 52.375,37.4973958 L52.375,34.5026042 C52.375,34.0064421 51.970226,33.6041667 51.4709821,33.6041667 L49.9642857,33.6041667 L49.9642857,28.8125 L51.4709821,28.8125 Z M45.8962054,51.5729167 L22.6930804,51.5729167 C22.4434427,51.5729167 22.2410714,51.3717946 22.2410714,51.1236979 L22.2410714,20.8763021 C22.2410714,20.6282054 22.4434427,20.4270833 22.6930804,20.4270833 L45.8962054,20.4270833 C46.145843,20.4270833 46.3482143,20.6282054 46.3482143,20.8763021 L46.3482143,51.1236979 C46.3482143,51.3717946 46.145843,51.5729167 45.8962054,51.5729167 Z M28.2678571,32.40625 C28.2678571,29.098278 30.9661244,26.4166667 34.2946429,26.4166667 C37.6231613,26.4166667 40.3214286,29.098278 40.3214286,32.40625 C40.3214286,35.714222 37.6231613,38.3958333 34.2946429,38.3958333 C30.9661244,38.3958333 28.2678571,35.714222 28.2678571,32.40625 Z M43.9375,42.3996452 L43.9375,43.7864583 C43.9375,44.7788574 43.1280273,45.5833333 42.1294643,45.5833333 L26.4598214,45.5833333 C25.4612584,45.5833333 24.6517857,44.7788574 24.6517857,43.7864583 L24.6517857,42.3996452 C24.6517857,40.7505632 25.7810547,39.313138 27.3908092,38.9131836 L30.0770229,38.2457943 C32.2693415,39.8129688 35.6901451,40.2631608 38.5122628,38.2457943 L41.1984766,38.9131836 C42.808231,39.313138 43.9375,40.750638 43.9375,42.3996452 Z"/>
|
||||
<path id="icon-e" d="M51.4709821,26.8125 C51.970226,26.8125 52.375,26.4102246 52.375,25.9140625 L52.375,22.9192708 C52.375,22.4231087 51.970226,22.0208333 51.4709821,22.0208333 L49.9642857,22.0208333 L49.9642857,18.4270833 C49.9642857,16.4422852 48.3453404,14.8333333 46.3482143,14.8333333 L22.2410714,14.8333333 C20.2439453,14.8333333 18.625,16.4422852 18.625,18.4270833 L18.625,49.5729167 C18.625,51.5577148 20.2439453,53.1666667 22.2410714,53.1666667 L46.3482143,53.1666667 C48.3453404,53.1666667 49.9642857,51.5577148 49.9642857,49.5729167 L49.9642857,45.9791667 L51.4709821,45.9791667 C51.970226,45.9791667 52.375,45.5768913 52.375,45.0807292 L52.375,42.0859375 C52.375,41.5897754 51.970226,41.1875 51.4709821,41.1875 L49.9642857,41.1875 L49.9642857,36.3958333 L51.4709821,36.3958333 C51.970226,36.3958333 52.375,35.9935579 52.375,35.4973958 L52.375,32.5026042 C52.375,32.0064421 51.970226,31.6041667 51.4709821,31.6041667 L49.9642857,31.6041667 L49.9642857,26.8125 L51.4709821,26.8125 Z M45.8962054,49.5729167 L22.6930804,49.5729167 C22.4434427,49.5729167 22.2410714,49.3717946 22.2410714,49.1236979 L22.2410714,18.8763021 C22.2410714,18.6282054 22.4434427,18.4270833 22.6930804,18.4270833 L45.8962054,18.4270833 C46.145843,18.4270833 46.3482143,18.6282054 46.3482143,18.8763021 L46.3482143,49.1236979 C46.3482143,49.3717946 46.145843,49.5729167 45.8962054,49.5729167 Z M28.2678571,30.40625 C28.2678571,27.098278 30.9661244,24.4166667 34.2946429,24.4166667 C37.6231613,24.4166667 40.3214286,27.098278 40.3214286,30.40625 C40.3214286,33.714222 37.6231613,36.3958333 34.2946429,36.3958333 C30.9661244,36.3958333 28.2678571,33.714222 28.2678571,30.40625 Z M43.9375,40.3996452 L43.9375,41.7864583 C43.9375,42.7788574 43.1280273,43.5833333 42.1294643,43.5833333 L26.4598214,43.5833333 C25.4612584,43.5833333 24.6517857,42.7788574 24.6517857,41.7864583 L24.6517857,40.3996452 C24.6517857,38.7505632 25.7810547,37.313138 27.3908092,36.9131836 L30.0770229,36.2457943 C32.2693415,37.8129688 35.6901451,38.2631608 38.5122628,36.2457943 L41.1984766,36.9131836 C42.808231,37.313138 43.9375,38.750638 43.9375,40.3996452 Z"/>
|
||||
</defs>
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<mask id="icon-b" fill="#fff">
|
||||
<use xlink:href="#icon-a"/>
|
||||
</mask>
|
||||
<g mask="url(#icon-b)">
|
||||
<rect width="70" height="70" fill="url(#icon-c)"/>
|
||||
<path fill="#FFF" fill-opacity=".383" d="M4,1.8 L65,1.8 C67.6666667,1.8 69.3333333,1.13333333 70,-0.2 C70,2.46666667 70,3.46666667 70,2.8 L1.10547097e-14,2.8 C-1.65952376e-14,3.46666667 -2.9161925e-14,2.46666667 -2.66453526e-14,-0.2 C0.666666667,1.13333333 2,1.8 4,1.8 Z" transform="matrix(1 0 0 -1 0 2.8)"/>
|
||||
<path fill="#393939" d="M39.8461538,54 L4,54 C2,54 -7.10542736e-15,53.8544474 0,49.9245283 L2.20625402e-16,25.9563572 L19.6596494,1.0710105 L47,0 L49.9211999,35.2849068 L39.8461538,54 Z" opacity=".324" transform="translate(0 15)"/>
|
||||
<path fill="#000" fill-opacity=".383" d="M4,4 L65,4 C67.6666667,4 69.3333333,3 70,1 C70,3.66666667 70,5 70,5 L1.77635684e-15,5 C1.77635684e-15,5 1.77635684e-15,3.66666667 1.77635684e-15,1 C0.666666667,3 2,4 4,4 Z" transform="translate(0 65)"/>
|
||||
<use fill="#000" fill-rule="nonzero" opacity=".3" xlink:href="#icon-d"/>
|
||||
<use fill="#FFF" fill-rule="nonzero" xlink:href="#icon-e"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.1 KiB |
|
|
@ -0,0 +1,74 @@
|
|||
odoo.define('debug_menu_set_defaults.tour', function (require) {
|
||||
"use strict";
|
||||
|
||||
var tour = require('web_tour.tour');
|
||||
|
||||
tour.register('debug_menu_set_defaults', {
|
||||
test: true,
|
||||
url: '/web?debug=1',
|
||||
},
|
||||
[
|
||||
...tour.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-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() {},
|
||||
},
|
||||
]
|
||||
);
|
||||
|
||||
});
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import test_ui
|
||||
33
odoo-bringout-oca-ocb-contacts/contacts/tests/test_ui.py
Normal file
33
odoo-bringout-oca-ocb-contacts/contacts/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")
|
||||
101
odoo-bringout-oca-ocb-contacts/contacts/views/contact_views.xml
Normal file
101
odoo-bringout-oca-ocb-contacts/contacts/views/contact_views.xml
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="action_contacts" model="ir.actions.act_window">
|
||||
<field name="name">Contacts</field>
|
||||
<field name="type">ir.actions.act_window</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.svg"
|
||||
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>
|
||||
32
odoo-bringout-oca-ocb-contacts/doc/ARCHITECTURE.md
Normal file
32
odoo-bringout-oca-ocb-contacts/doc/ARCHITECTURE.md
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Architecture
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
U[Users] -->|HTTP| V[Views and QWeb Templates]
|
||||
V --> C[Controllers]
|
||||
V --> W[Wizards – Transient Models]
|
||||
C --> M[Models and ORM]
|
||||
W --> M
|
||||
M --> R[Reports]
|
||||
DX[Data XML] --> M
|
||||
S[Security – ACLs and Groups] -. enforces .-> M
|
||||
|
||||
subgraph Contacts Module - contacts
|
||||
direction LR
|
||||
M:::layer
|
||||
W:::layer
|
||||
C:::layer
|
||||
V:::layer
|
||||
R:::layer
|
||||
S:::layer
|
||||
DX:::layer
|
||||
end
|
||||
|
||||
classDef layer fill:#eef8ff,stroke:#6ea8fe,stroke-width:1px
|
||||
```
|
||||
|
||||
Notes
|
||||
- Views include tree/form/kanban templates and report templates.
|
||||
- Controllers provide website/portal routes when present.
|
||||
- Wizards are UI flows implemented with `models.TransientModel`.
|
||||
- Data XML loads data/demo records; Security defines groups and access.
|
||||
3
odoo-bringout-oca-ocb-contacts/doc/CONFIGURATION.md
Normal file
3
odoo-bringout-oca-ocb-contacts/doc/CONFIGURATION.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Configuration
|
||||
|
||||
Refer to Odoo settings for contacts. Configure related models, access rights, and options as needed.
|
||||
3
odoo-bringout-oca-ocb-contacts/doc/CONTROLLERS.md
Normal file
3
odoo-bringout-oca-ocb-contacts/doc/CONTROLLERS.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Controllers
|
||||
|
||||
This module does not define custom HTTP controllers.
|
||||
6
odoo-bringout-oca-ocb-contacts/doc/DEPENDENCIES.md
Normal file
6
odoo-bringout-oca-ocb-contacts/doc/DEPENDENCIES.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Dependencies
|
||||
|
||||
This addon depends on:
|
||||
|
||||
- base
|
||||
- [mail](../../odoo-bringout-oca-ocb-mail)
|
||||
4
odoo-bringout-oca-ocb-contacts/doc/FAQ.md
Normal file
4
odoo-bringout-oca-ocb-contacts/doc/FAQ.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# FAQ
|
||||
|
||||
- Q: Which Odoo version? A: 16.0 (OCA/OCB packaged).
|
||||
- Q: How to enable? A: Start server with --addon contacts or install in UI.
|
||||
7
odoo-bringout-oca-ocb-contacts/doc/INSTALL.md
Normal file
7
odoo-bringout-oca-ocb-contacts/doc/INSTALL.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Install
|
||||
|
||||
```bash
|
||||
pip install odoo-bringout-oca-ocb-contacts"
|
||||
# or
|
||||
uv pip install odoo-bringout-oca-ocb-contacts"
|
||||
```
|
||||
12
odoo-bringout-oca-ocb-contacts/doc/MODELS.md
Normal file
12
odoo-bringout-oca-ocb-contacts/doc/MODELS.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Models
|
||||
|
||||
Detected core models and extensions in contacts.
|
||||
|
||||
```mermaid
|
||||
classDiagram
|
||||
class res_users
|
||||
```
|
||||
|
||||
Notes
|
||||
- Classes show model technical names; fields omitted for brevity.
|
||||
- Items listed under _inherit are extensions of existing models.
|
||||
6
odoo-bringout-oca-ocb-contacts/doc/OVERVIEW.md
Normal file
6
odoo-bringout-oca-ocb-contacts/doc/OVERVIEW.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Overview
|
||||
|
||||
Packaged Odoo addon: contacts. Provides features documented in upstream Odoo 16 under this addon.
|
||||
|
||||
- Source: OCA/OCB 16.0, addon contacts
|
||||
- License: LGPL-3
|
||||
3
odoo-bringout-oca-ocb-contacts/doc/REPORTS.md
Normal file
3
odoo-bringout-oca-ocb-contacts/doc/REPORTS.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Reports
|
||||
|
||||
This module does not define custom reports.
|
||||
8
odoo-bringout-oca-ocb-contacts/doc/SECURITY.md
Normal file
8
odoo-bringout-oca-ocb-contacts/doc/SECURITY.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Security
|
||||
|
||||
This module does not define custom security rules or access controls beyond Odoo defaults.
|
||||
|
||||
Default Odoo security applies:
|
||||
- Base user access through standard groups
|
||||
- Model access inherited from dependencies
|
||||
- No custom row-level security rules
|
||||
5
odoo-bringout-oca-ocb-contacts/doc/TROUBLESHOOTING.md
Normal file
5
odoo-bringout-oca-ocb-contacts/doc/TROUBLESHOOTING.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Troubleshooting
|
||||
|
||||
- Ensure Python and Odoo environment matches repo guidance.
|
||||
- Check database connectivity and logs if startup fails.
|
||||
- Validate that dependent addons listed in DEPENDENCIES.md are installed.
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue