Browse Source
Merge pull request #282 from Tecnativa/11.0-mig-base_search_mail_content
Merge pull request #282 from Tecnativa/11.0-mig-base_search_mail_content
[MIG] base_search_mail_content: Migration to 11.0pull/285/head
Pedro M. Baeza
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
66 changed files with 2613 additions and 0 deletions
-
1base_search_mail_content/README.rst
-
7base_search_mail_content/__init__.py
-
22base_search_mail_content/__manifest__.py
-
34base_search_mail_content/data/trgm_index_data.xml
-
47base_search_mail_content/i18n/am.po
-
47base_search_mail_content/i18n/ar.po
-
47base_search_mail_content/i18n/bg.po
-
47base_search_mail_content/i18n/bs.po
-
48base_search_mail_content/i18n/ca.po
-
47base_search_mail_content/i18n/cs.po
-
47base_search_mail_content/i18n/da.po
-
48base_search_mail_content/i18n/de.po
-
47base_search_mail_content/i18n/el_GR.po
-
47base_search_mail_content/i18n/en_GB.po
-
44base_search_mail_content/i18n/es.po
-
47base_search_mail_content/i18n/es_CR.po
-
47base_search_mail_content/i18n/es_EC.po
-
47base_search_mail_content/i18n/es_MX.po
-
47base_search_mail_content/i18n/es_VE.po
-
47base_search_mail_content/i18n/et.po
-
47base_search_mail_content/i18n/eu.po
-
47base_search_mail_content/i18n/fi.po
-
48base_search_mail_content/i18n/fr.po
-
47base_search_mail_content/i18n/fr_CA.po
-
47base_search_mail_content/i18n/fr_CH.po
-
47base_search_mail_content/i18n/gl.po
-
47base_search_mail_content/i18n/hr.po
-
47base_search_mail_content/i18n/hr_HR.po
-
47base_search_mail_content/i18n/hu.po
-
47base_search_mail_content/i18n/it.po
-
47base_search_mail_content/i18n/ja.po
-
47base_search_mail_content/i18n/lt.po
-
47base_search_mail_content/i18n/lv.po
-
47base_search_mail_content/i18n/mk.po
-
47base_search_mail_content/i18n/mn.po
-
47base_search_mail_content/i18n/nb.po
-
47base_search_mail_content/i18n/nb_NO.po
-
47base_search_mail_content/i18n/nl.po
-
47base_search_mail_content/i18n/nl_BE.po
-
47base_search_mail_content/i18n/pl.po
-
47base_search_mail_content/i18n/pt.po
-
47base_search_mail_content/i18n/pt_BR.po
-
48base_search_mail_content/i18n/pt_PT.po
-
47base_search_mail_content/i18n/ro.po
-
47base_search_mail_content/i18n/ru.po
-
47base_search_mail_content/i18n/sk.po
-
47base_search_mail_content/i18n/sl.po
-
47base_search_mail_content/i18n/sr@latin.po
-
47base_search_mail_content/i18n/sv.po
-
47base_search_mail_content/i18n/th.po
-
47base_search_mail_content/i18n/tr.po
-
47base_search_mail_content/i18n/tr_TR.po
-
47base_search_mail_content/i18n/vi.po
-
47base_search_mail_content/i18n/zh_CN.po
-
47base_search_mail_content/i18n/zh_TW.po
-
8base_search_mail_content/models/__init__.py
-
67base_search_mail_content/models/mail_thread.py
-
17base_search_mail_content/models/trgm_index.py
-
5base_search_mail_content/readme/CONTRIBUTORS.rst
-
19base_search_mail_content/readme/DESCRIPTION.rst
-
6base_search_mail_content/readme/INSTALL.rst
-
2base_search_mail_content/readme/USAGE.rst
-
BINbase_search_mail_content/static/description/icon.png
-
2base_search_mail_content/tests/__init__.py
-
24base_search_mail_content/tests/test_base_search_mail_content.py
-
1oca_dependencies.txt
@ -0,0 +1 @@ |
|||
This file is going to be generated by oca-gen-addon-readme. |
@ -0,0 +1,7 @@ |
|||
# Copyright 2016 Eficent Business and IT Consulting Services S.L. |
|||
# (http://www.eficent.com) |
|||
# Copyright 2016 Serpent Consulting Services Pvt. Ltd. |
|||
# (<http://www.serpentcs.com>) |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import models |
@ -0,0 +1,22 @@ |
|||
# Copyright 2016 Eficent Business and IT Consulting Services S.L. |
|||
# (http://www.eficent.com) |
|||
# Copyright 2016 Serpent Consulting Services Pvt. Ltd. |
|||
# (<http://www.serpentcs.com>) |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|||
|
|||
{ |
|||
"name": "Base Search Mail Content", |
|||
"version": "11.0.1.0.0", |
|||
"author": "Eficent," |
|||
"SerpentCS," |
|||
"Tecnativa," |
|||
"Odoo Community Association (OCA)", |
|||
"website": "https://github.com/OCA/social", |
|||
"category": "Social", |
|||
"data": [ |
|||
"data/trgm_index_data.xml", |
|||
], |
|||
"depends": ["mail", "base_search_fuzzy"], |
|||
"license": "AGPL-3", |
|||
'installable': True, |
|||
} |
@ -0,0 +1,34 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<odoo noupdate="1"> |
|||
|
|||
<record id="subject_gin_idx" model="trgm.index"> |
|||
<field name="index_type">gin</field> |
|||
<field name="field_id" |
|||
search="[('model','=','mail.message'),('name','=','subject')]"/> |
|||
</record> |
|||
|
|||
<record id="body_gin_idx" model="trgm.index"> |
|||
<field name="index_type">gin</field> |
|||
<field name="field_id" |
|||
search="[('model','=','mail.message'),('name','=','body')]"/> |
|||
</record> |
|||
|
|||
<record id="record_name_gin_idx" model="trgm.index"> |
|||
<field name="index_type">gin</field> |
|||
<field name="field_id" |
|||
search="[('model','=','mail.message'),('name','=','record_name')]"/> |
|||
</record> |
|||
|
|||
<record id="email_from_gin_idx" model="trgm.index"> |
|||
<field name="index_type">gin</field> |
|||
<field name="field_id" |
|||
search="[('model','=','mail.message'),('name','=','email_from')]"/> |
|||
</record> |
|||
|
|||
<record id="reply_to_gin_idx" model="trgm.index"> |
|||
<field name="index_type">gin</field> |
|||
<field name="field_id" |
|||
search="[('model','=','mail.message'),('name','=','reply_to')]"/> |
|||
</record> |
|||
|
|||
</odoo> |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "ተባባሪ" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "الشريك" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Партньор" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: bs\n" |
|||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partner" |
@ -0,0 +1,48 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
# Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-03-28 08:19+0000\n" |
|||
"PO-Revision-Date: 2017-03-28 08:19+0000\n" |
|||
"Last-Translator: Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017\n" |
|||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "Tema del Correu electrònic " |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Empresa" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Společník" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partner" |
@ -0,0 +1,48 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
# Rudolf Schnapka <rs@techno-flex.de>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-03-28 08:19+0000\n" |
|||
"PO-Revision-Date: 2017-03-28 08:19+0000\n" |
|||
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\n" |
|||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "\"Sie können ein Feld vom Typ 'text', 'char' oder 'html' verwenden.\"" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "Email-Thread" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "Mitteilungsinhalt" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "Mitteilungsinhalt, nur zur Verwendung in Suche" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partner" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: el_GR\n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Συνεργάτης" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partner" |
@ -0,0 +1,44 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-06-13 11:05+0000\n" |
|||
"PO-Revision-Date: 2018-06-13 11:05+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: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "Hilo de email" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: code:addons/base_search_mail_content/models/mail_thread.py:53 |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_channel_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_test_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_test_simple_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_users_message_content |
|||
#, python-format |
|||
msgid "Message Content" |
|||
msgstr "Contenido del mensaje" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_channel_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_test_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_test_simple_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_users_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "Contenido del mensaje, para usarse en búsquedas" |
|||
|
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Empresa" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Empresa" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: es_MX\n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Empresa" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Empresa" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partner" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# Esther Martín Menéndez <esthermartin001@gmail.com>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-02-18 07:47+0000\n" |
|||
"PO-Revision-Date: 2017-02-18 07:47+0000\n" |
|||
"Last-Translator: Esther Martín Menéndez <esthermartin001@gmail.com>, 2017\n" |
|||
"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Kidea" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Kumppani" |
@ -0,0 +1,48 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# Zwygart <zwygart@gmail.com>, 2017 |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: fr\n" |
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "Discussion de courriel" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partenaire" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partenaire" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: fr_CH\n" |
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partenaire" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Empresa" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partner" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: hr_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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partner" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partner" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: it\n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "Discussione Email" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partner" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "パートナ" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partneris" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partneris" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Партнер" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Харилцагч" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partner" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: nb_NO\n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partner" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Relatie" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: nl_BE\n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Relatie" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partner" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: pt\n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Entidade" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: pt_BR\n" |
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "Processo Email" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Parceiro" |
@ -0,0 +1,48 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# Pedro Castro Silva <pedrocs@sossia.pt>, 2017 |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: pt_PT\n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "Tópico de Email" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Parceiro" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partener" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Контрагент" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# gebri <gebri@inmail.sk>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: gebri <gebri@inmail.sk>, 2017\n" |
|||
"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partner" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "E-poštna nit" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partner" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr@latin/)\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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partner" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Företag" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "พาร์ทเนอร์" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "Eposta konuşması" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "İş Ortağı" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# Ozge Altinisik <ozge@altinkaya.com.tr>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: Ozge Altinisik <ozge@altinkaya.com.tr>, 2017\n" |
|||
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: tr_TR\n" |
|||
"Plural-Forms: nplurals=1; plural=0;\n" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Ortak" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Đối tác" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "业务伙伴" |
@ -0,0 +1,47 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_mail_content |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-18 03:39+0000\n" |
|||
"PO-Revision-Date: 2017-01-18 03:39+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/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: base_search_mail_content |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_mail_content.trgm_index_view_tree |
|||
msgid "\"You can either select a field of type 'text', 'char' or 'html'.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,field_description:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message Content" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_mail_thread_message_content |
|||
#: model:ir.model.fields,help:base_search_mail_content.field_res_partner_message_content |
|||
msgid "Message content, to be used only in searches" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_mail_content |
|||
#: model:ir.model,name:base_search_mail_content.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "夥伴" |
@ -0,0 +1,8 @@ |
|||
# Copyright 2016-17 Eficent Business and IT Consulting Services S.L. |
|||
# (http://www.eficent.com) |
|||
# Copyright 2016 Serpent Consulting Services Pvt. Ltd. |
|||
# (<http://www.serpentcs.com>) |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import mail_thread |
|||
from . import trgm_index |
@ -0,0 +1,67 @@ |
|||
# Copyright 2016-17 Eficent Business and IT Consulting Services S.L. |
|||
# (http://www.eficent.com) |
|||
# Copyright 2016 Serpent Consulting Services Pvt. Ltd. |
|||
# (<http://www.serpentcs.com>) |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from odoo import _, api, fields, models |
|||
from lxml import etree |
|||
from odoo.osv import expression |
|||
from odoo.osv.orm import setup_modifiers |
|||
|
|||
|
|||
class MailThread(models.AbstractModel): |
|||
|
|||
_inherit = 'mail.thread' |
|||
|
|||
def _search_message_content(self, operator, value): |
|||
|
|||
model_domain = [('model', '=', self._name)] |
|||
if operator not in expression.NEGATIVE_TERM_OPERATORS: |
|||
model_domain += ["|"] * 4 |
|||
model_domain += [ |
|||
('record_name', operator, value), |
|||
('subject', operator, value), |
|||
('body', operator, value), |
|||
('email_from', operator, value), |
|||
('reply_to', operator, value) |
|||
] |
|||
recs = self.env['mail.message'].search(model_domain) |
|||
return [('id', 'in', recs.mapped('res_id'))] |
|||
|
|||
message_content = fields.Text( |
|||
string='Message Content', |
|||
help='Message content, to be used only in searches', |
|||
compute=lambda self: False, |
|||
search='_search_message_content') |
|||
|
|||
@api.model |
|||
def fields_view_get(self, view_id=None, view_type='form', toolbar=False, |
|||
submenu=False): |
|||
""" |
|||
Override to add message_content field in all the objects |
|||
that inherits mail.thread |
|||
""" |
|||
res = super(MailThread, self).fields_view_get( |
|||
view_id=view_id, view_type=view_type, toolbar=toolbar, |
|||
submenu=submenu) |
|||
if view_type == 'search' and self._fields.get('message_content'): |
|||
doc = etree.XML(res['arch']) |
|||
res['fields'].update({ |
|||
'message_content': { |
|||
'type': 'char', |
|||
'string': _('Message Content'), |
|||
} |
|||
}) |
|||
|
|||
for node in doc.xpath("//field[1]"): |
|||
# Add message_content in search view |
|||
elem = etree.Element( |
|||
'field', |
|||
{ |
|||
'name': 'message_content', |
|||
}) |
|||
setup_modifiers(elem) |
|||
node.addnext(elem) |
|||
res['arch'] = etree.tostring(doc) |
|||
return res |
@ -0,0 +1,17 @@ |
|||
# Copyright 2016 Eficent Business and IT Consulting Services S.L. |
|||
# Copyright 2016 Serpent Consulting Services Pvt. Ltd. |
|||
# Copyright 2017 LasLabs Inc. |
|||
# Copyright 2018 Tecnativa - Vicent Cubells |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|||
|
|||
from odoo import fields, models |
|||
|
|||
|
|||
class TrgmIndex(models.Model): |
|||
_inherit = 'trgm.index' |
|||
|
|||
# We take advantage of field inheritance to redefine help instead of do |
|||
# inheritance in views that throws an error |
|||
field_id = fields.Many2one( |
|||
help="You can either select a field of type 'text', 'char' or 'html'." |
|||
) |
@ -0,0 +1,5 @@ |
|||
* Jordi Ballester Alomar <jordi.ballester@eficent.com> |
|||
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com> |
|||
* Lois Rilo Antelo <lois.rilo@eficent.com> |
|||
* Aaron Henriquez <ahenriquez@eficent.com> |
|||
* Vicent Cubells <vicent.cubells@tecnativa.com> |
@ -0,0 +1,19 @@ |
|||
This module adds the capability to find on any object (e.g. project issues or |
|||
helpdesk ticket) based on the conversation threads associated to them. |
|||
|
|||
This will be useful in models that make intense use of messages, |
|||
like project issues or helpdesk tickets. |
|||
|
|||
A project issue or helpdesk ticket can contain tens of mails or notes |
|||
associated, based on the feedback that the person responsible for the ticket |
|||
maintains, including conversations with the person that raised the issue. |
|||
|
|||
A user may often want to find issues or tickets, based on the past |
|||
conversations that were recorded, as much as he or she needs to search |
|||
in their mail for past conversations. |
|||
|
|||
This module will add dynamically a field 'message_content' to the search view |
|||
of any model that inherits from the mail.thread. |
|||
|
|||
The current search capabilities include searching into the subject, body, |
|||
email from, reply to and record name. |
@ -0,0 +1,6 @@ |
|||
This module depends on the module 'base_search_fuzzy' to ensure that |
|||
searches on emails are based on indexes. Please read carefully the |
|||
`install instructions <https://github.com/OCA/server-tools/blob/11.0/base_search_fuzzy>`_. |
|||
|
|||
This module installs by default the indexes that are required to |
|||
perform the searches on mail messages. |
@ -0,0 +1,2 @@ |
|||
Go to any model that contains a chatter (e.g. Contacts, ...). Search |
|||
for content in field 'Message Content'. |
After Width: 128 | Height: 128 | Size: 9.2 KiB |
@ -0,0 +1,2 @@ |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
from . import test_base_search_mail_content |
@ -0,0 +1,24 @@ |
|||
# Copyright 2017 Eficent Business and IT Consulting Services S.L. |
|||
# (http://www.eficent.com) |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
from odoo.tests.common import TransactionCase |
|||
|
|||
|
|||
class TestBaseSearchMailContent(TransactionCase): |
|||
def setUp(self): |
|||
super(TestBaseSearchMailContent, self).setUp() |
|||
self.channel_obj = self.env["mail.channel"] |
|||
|
|||
def test_base_search_mail_content_1(self): |
|||
res = self.channel_obj.search( |
|||
[('message_content', 'ilike', 'xxxyyyzzz')]) |
|||
self.assertFalse(res, "You have a channel with xxxyyyzzz :O") |
|||
|
|||
def test_base_search_mail_content_2(self): |
|||
res = self.channel_obj.load_views( |
|||
[[False, 'search']], {'load_fields': False, |
|||
'load_filters': True, |
|||
'toolbar': True}) |
|||
self.assertIn( |
|||
'message_content', res['fields_views']['search']['fields'], |
|||
"message_content field was not detected") |
@ -0,0 +1 @@ |
|||
server-tools |
Write
Preview
Loading…
Cancel
Save
Reference in new issue