mirror of https://github.com/OCA/social.git
Merge pull request #282 from Tecnativa/11.0-mig-base_search_mail_content
[MIG] base_search_mail_content: Migration to 11.0pull/285/head
commit
cdc9394a81
|
@ -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'.
|
Binary file not shown.
After Width: | Height: | 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
|
Loading…
Reference in New Issue