diff --git a/base_technical_features/README.rst b/base_technical_features/README.rst new file mode 100644 index 0000000..a10fb8e --- /dev/null +++ b/base_technical_features/README.rst @@ -0,0 +1,77 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +========================================================== +Access to technical features without activating debug mode +========================================================== + +In Odoo 9.0, the debug mode grants every employee user access to the technical +features. This module enables persistent access to technical features based on +user preference. + +Configuration +============= + +After installation of this module, every employee can still access technical +features for the applications that they have access to by enabling debug mode. +Additionally, users can check the *Technical feature* field in their +preferences to gain permanent access to the menus and views that fall under +this category. + +.. figure:: static/description/user_preferences.png + :alt: User preferences + +Upon installation of this module, this preference is already +set for the administrator user of the database. + +In the background, this preference is mapped to the *Technical feature (w/o +debug mode)* group that this module adds. As an administrator, you can +therefore manage this preference from the regular Users and Groups menu items. + +Usage +===== + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/149/9.0 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smashing it by providing a detailed and welcomed `feedback +`_. + +Credits +======= + +Images +------ + +* Odoo Community Association: `Icon `_. + +Contributors +------------ + +* Stefan Rijnhart + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/base_technical_features/__init__.py b/base_technical_features/__init__.py new file mode 100644 index 0000000..0650744 --- /dev/null +++ b/base_technical_features/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/base_technical_features/__openerp__.py b/base_technical_features/__openerp__.py new file mode 100644 index 0000000..14383e9 --- /dev/null +++ b/base_technical_features/__openerp__.py @@ -0,0 +1,18 @@ +# coding: utf-8 +# © 2016 Opener B.V. () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +{ + "name": "Technical features group", + "summary": "Access to technical features without activating debug mode", + "version": "9.0.1.0.0", + "category": "Usability", + "website": "https://github.com/oca/server-tools", + "author": "Opener B.V., Odoo Community Association (OCA)", + "data": [ + 'security/res_groups.xml', + 'views/res_users.xml', + 'data/res_users.xml', + ], + "license": "AGPL-3", + "installable": True, +} diff --git a/base_technical_features/data/res_users.xml b/base_technical_features/data/res_users.xml new file mode 100644 index 0000000..e9f87e5 --- /dev/null +++ b/base_technical_features/data/res_users.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/base_technical_features/i18n/am.po b/base_technical_features/i18n/am.po new file mode 100644 index 0000000..e8cf7b6 --- /dev/null +++ b/base_technical_features/i18n/am.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:52+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/ar.po b/base_technical_features/i18n/ar.po new file mode 100644 index 0000000..8619257 --- /dev/null +++ b/base_technical_features/i18n/ar.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-14 04:21+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Arabic (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "اسم العرض" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "المعرف" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "المستخدمون" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/bg.po b/base_technical_features/i18n/bg.po new file mode 100644 index 0000000..b7eedc6 --- /dev/null +++ b/base_technical_features/i18n/bg.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Име за Показване" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Последно обновено на" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/bs.po b/base_technical_features/i18n/bs.po new file mode 100644 index 0000000..9ef77b9 --- /dev/null +++ b/base_technical_features/i18n/bs.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/ca.po b/base_technical_features/i18n/ca.po new file mode 100644 index 0000000..6f670c6 --- /dev/null +++ b/base_technical_features/i18n/ca.po @@ -0,0 +1,76 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# Marc Tormo i Bochaca , 2017 +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-19 17:59+0000\n" +"PO-Revision-Date: 2017-03-30 16:37+0000\n" +"Last-Translator: Marc Tormo i Bochaca \n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Veure el nom" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Darrera modificació el" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "Mostrar el camp Característiques Tècniques " + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "Característiques tècniques (sense mode de depuració)" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "Característiques tècniques " + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "L'usuari no té accés a les característiques tècniques. " + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "Usuaris" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "Si cal mostrar el camp de característiques tècniques a les preferències d'usuari. " + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "basemodel.monkeypatch" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "ir.ui.menu" diff --git a/base_technical_features/i18n/cs.po b/base_technical_features/i18n/cs.po new file mode 100644 index 0000000..d44653e --- /dev/null +++ b/base_technical_features/i18n/cs.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/da.po b/base_technical_features/i18n/da.po new file mode 100644 index 0000000..044bce3 --- /dev/null +++ b/base_technical_features/i18n/da.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-14 04:21+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Danish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Vist navn" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "Id" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "Brugere" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/de.po b/base_technical_features/i18n/de.po new file mode 100644 index 0000000..018a5a2 --- /dev/null +++ b/base_technical_features/i18n/de.po @@ -0,0 +1,91 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# Alejandro Santana , 2015 +# Alexsandro Haag , 2015 +# Armando Vulcano Junior , 2015 +# Carles Antoli , 2015 +# Christophe CHAUVET , 2015 +# danimaribeiro , 2016 +# FIRST AUTHOR , 2014 +# Hans Henrik Gabelgaard , 2015 +# llum.birque@gmail.com , 2015 +# Matjaž Mozetič , 2015 +# Paolo Valier, 2016 +# Pedro Castro Silva , 2015 +# Rudolf Schnapka , 2015-2016 +# Stéphane Bidoul , 2015 +# Wagner Pereira , 2015 +# Yael Terrettaz, 2015 +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-04-17 12:15+0000\n" +"PO-Revision-Date: 2016-04-21 11:18+0000\n" +"Last-Translator: Rudolf Schnapka \n" +"Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Zuletzt verändert am" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "Feld Technische Eigenschaften anzeigen" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "Technische Eigenschaften (ohne Debugmodus)" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "Technische Eigenschaften" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "Der Benutzer hat keinen Zugriff auf Technische Eigenschaften." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "Benutzer" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "Ob das Feld Technische Eigenschaften in den Benutzereinstellungen angezeigt wird." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "basemodel.monkeypatch" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "ir.ui.menu" diff --git a/base_technical_features/i18n/el_GR.po b/base_technical_features/i18n/el_GR.po new file mode 100644 index 0000000..eadc3df --- /dev/null +++ b/base_technical_features/i18n/el_GR.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-14 04:21+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "Κωδικός" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "Χρήστες" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/en_GB.po b/base_technical_features/i18n/en_GB.po new file mode 100644 index 0000000..a262882 --- /dev/null +++ b/base_technical_features/i18n/en_GB.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/es.po b/base_technical_features/i18n/es.po new file mode 100644 index 0000000..bc3bce4 --- /dev/null +++ b/base_technical_features/i18n/es.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# Antonio Trueba, 2016 +# Antonio Trueba, 2016 +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-01-19 14:46+0000\n" +"PO-Revision-Date: 2016-02-01 09:57+0000\n" +"Last-Translator: Antonio Trueba\n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Modificado por última vez el" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "Mostrar el campo Características Técnicas" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "Características técnicas (sin modo de depuración)" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "Características técnicas" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "El usuario no tiene acceso a las características técnicas" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "Usuarios" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "Mostrar o no el campo de características técnicas en las preferencias de usuario." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "basemodel.monkeypatch" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "ir.ui.menu" diff --git a/base_technical_features/i18n/es_AR.po b/base_technical_features/i18n/es_AR.po new file mode 100644 index 0000000..5234a47 --- /dev/null +++ b/base_technical_features/i18n/es_AR.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/es_CL.po b/base_technical_features/i18n/es_CL.po new file mode 100644 index 0000000..4d1c0ca --- /dev/null +++ b/base_technical_features/i18n/es_CL.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es_CL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/es_CO.po b/base_technical_features/i18n/es_CO.po new file mode 100644 index 0000000..d5f0a60 --- /dev/null +++ b/base_technical_features/i18n/es_CO.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/es_CR.po b/base_technical_features/i18n/es_CR.po new file mode 100644 index 0000000..c215794 --- /dev/null +++ b/base_technical_features/i18n/es_CR.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/es_DO.po b/base_technical_features/i18n/es_DO.po new file mode 100644 index 0000000..86641c2 --- /dev/null +++ b/base_technical_features/i18n/es_DO.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es_DO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_DO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/es_EC.po b/base_technical_features/i18n/es_EC.po new file mode 100644 index 0000000..a49a3f9 --- /dev/null +++ b/base_technical_features/i18n/es_EC.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/es_ES.po b/base_technical_features/i18n/es_ES.po new file mode 100644 index 0000000..5142e90 --- /dev/null +++ b/base_technical_features/i18n/es_ES.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-16 10:39+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Nombre para mostrar" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "Usuarios" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/es_MX.po b/base_technical_features/i18n/es_MX.po new file mode 100644 index 0000000..99e4a6d --- /dev/null +++ b/base_technical_features/i18n/es_MX.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/es_PE.po b/base_technical_features/i18n/es_PE.po new file mode 100644 index 0000000..7b414f2 --- /dev/null +++ b/base_technical_features/i18n/es_PE.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es_PE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/es_PY.po b/base_technical_features/i18n/es_PY.po new file mode 100644 index 0000000..9068858 --- /dev/null +++ b/base_technical_features/i18n/es_PY.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 21:53+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es_PY/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PY\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/es_VE.po b/base_technical_features/i18n/es_VE.po new file mode 100644 index 0000000..4271619 --- /dev/null +++ b/base_technical_features/i18n/es_VE.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/et.po b/base_technical_features/i18n/et.po new file mode 100644 index 0000000..123da8d --- /dev/null +++ b/base_technical_features/i18n/et.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 21:53+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/eu.po b/base_technical_features/i18n/eu.po new file mode 100644 index 0000000..e67ebdb --- /dev/null +++ b/base_technical_features/i18n/eu.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/fa.po b/base_technical_features/i18n/fa.po new file mode 100644 index 0000000..988c4b7 --- /dev/null +++ b/base_technical_features/i18n/fa.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Persian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "شناسه" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/fi.po b/base_technical_features/i18n/fi.po new file mode 100644 index 0000000..6540708 --- /dev/null +++ b/base_technical_features/i18n/fi.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Finnish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Nimi" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "Käyttäjät" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/fr.po b/base_technical_features/i18n/fr.po new file mode 100644 index 0000000..f1b940a --- /dev/null +++ b/base_technical_features/i18n/fr.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-02-27 01:37+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Nom d'affichage" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "Utilisateurs" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/fr_CA.po b/base_technical_features/i18n/fr_CA.po new file mode 100644 index 0000000..4225320 --- /dev/null +++ b/base_technical_features/i18n/fr_CA.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-18 02:16+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "Identifiant" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/fr_CH.po b/base_technical_features/i18n/fr_CH.po new file mode 100644 index 0000000..619af78 --- /dev/null +++ b/base_technical_features/i18n/fr_CH.po @@ -0,0 +1,76 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# leemannd , 2016 +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-03 04:11+0000\n" +"PO-Revision-Date: 2016-12-01 10:10+0000\n" +"Last-Translator: leemannd \n" +"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "Utilisateurs" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/gl.po b/base_technical_features/i18n/gl.po new file mode 100644 index 0000000..c2acb78 --- /dev/null +++ b/base_technical_features/i18n/gl.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Última modificación" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/gl_ES.po b/base_technical_features/i18n/gl_ES.po new file mode 100644 index 0000000..4bc3e4d --- /dev/null +++ b/base_technical_features/i18n/gl_ES.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (Spain) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/gl_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/he.po b/base_technical_features/i18n/he.po new file mode 100644 index 0000000..8a610b2 --- /dev/null +++ b/base_technical_features/i18n/he.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-server-tools-9-0/language/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "השם המוצג" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "מזהה" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/hr.po b/base_technical_features/i18n/hr.po new file mode 100644 index 0000000..ce4953e --- /dev/null +++ b/base_technical_features/i18n/hr.po @@ -0,0 +1,76 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# Bole , 2016 +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-01 13:12+0000\n" +"PO-Revision-Date: 2016-05-06 13:09+0000\n" +"Last-Translator: Bole \n" +"Language-Team: Croatian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Naziv " + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "Prikaži polje Tehničke značajke" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "Tehničke značajke ( bez debug opcije)" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "Tehničke značajke" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "Ovaj korisnik nema prava pristupa za Tehničke značajke" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "Korisnici" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "Prikaz polja tehničkih značajki u korisničkim postavkama." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "basemodel.monkeypatch" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "ir.ui.menu" diff --git a/base_technical_features/i18n/hr_HR.po b/base_technical_features/i18n/hr_HR.po new file mode 100644 index 0000000..9614e53 --- /dev/null +++ b/base_technical_features/i18n/hr_HR.po @@ -0,0 +1,76 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# Bole , 2016 +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-09 12:31+0000\n" +"PO-Revision-Date: 2016-05-31 20:16+0000\n" +"Last-Translator: Bole \n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "Prikaži polje Tehničke značajke" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "Tehničke značajke (bez debug načina)" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "Tehničke značajke" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "Korisnik nema prava pristupa za tehničke značajke." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "Korisnici" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "Pokazati polja tehničke značajke u postavkama korisnika." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "basemodel.monkeypatch" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "ir.ui.menu" diff --git a/base_technical_features/i18n/hu.po b/base_technical_features/i18n/hu.po new file mode 100644 index 0000000..7b0e70b --- /dev/null +++ b/base_technical_features/i18n/hu.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 21:53+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/id.po b/base_technical_features/i18n/id.po new file mode 100644 index 0000000..0f4c19e --- /dev/null +++ b/base_technical_features/i18n/id.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/it.po b/base_technical_features/i18n/it.po new file mode 100644 index 0000000..b6e1271 --- /dev/null +++ b/base_technical_features/i18n/it.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:52+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Italian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Nome da visualizzare" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "Utenti" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/ja.po b/base_technical_features/i18n/ja.po new file mode 100644 index 0000000..d626f08 --- /dev/null +++ b/base_technical_features/i18n/ja.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Japanese (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "表示名" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/ko.po b/base_technical_features/i18n/ko.po new file mode 100644 index 0000000..8d02a89 --- /dev/null +++ b/base_technical_features/i18n/ko.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Korean (http://www.transifex.com/oca/OCA-server-tools-9-0/language/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "표시 이름" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/lt.po b/base_technical_features/i18n/lt.po new file mode 100644 index 0000000..57daffd --- /dev/null +++ b/base_technical_features/i18n/lt.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/lt_LT.po b/base_technical_features/i18n/lt_LT.po new file mode 100644 index 0000000..2dab06e --- /dev/null +++ b/base_technical_features/i18n/lt_LT.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-18 02:16+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/lt_LT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt_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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/lv.po b/base_technical_features/i18n/lv.po new file mode 100644 index 0000000..9dbbf4a --- /dev/null +++ b/base_technical_features/i18n/lv.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Latvian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/mk.po b/base_technical_features/i18n/mk.po new file mode 100644 index 0000000..4627a18 --- /dev/null +++ b/base_technical_features/i18n/mk.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/mn.po b/base_technical_features/i18n/mn.po new file mode 100644 index 0000000..16d68c4 --- /dev/null +++ b/base_technical_features/i18n/mn.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/nb.po b/base_technical_features/i18n/nb.po new file mode 100644 index 0000000..14802e2 --- /dev/null +++ b/base_technical_features/i18n/nb.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Visnings navn" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/nb_NO.po b/base_technical_features/i18n/nb_NO.po new file mode 100644 index 0000000..0153831 --- /dev/null +++ b/base_technical_features/i18n/nb_NO.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/nl.po b/base_technical_features/i18n/nl.po new file mode 100644 index 0000000..fdcea04 --- /dev/null +++ b/base_technical_features/i18n/nl.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# Ahmet Altinisik , 2016 +# Ahmet Altinisik , 2016 +# Carles Antoli , 2016 +# Carles Antoli , 2016 +# Christophe CHAUVET , 2015 +# Christophe CHAUVET , 2015 +# FIRST AUTHOR , 2012 +# Matjaž Mozetič , 2015 +# Paolo Valier, 2016 +# Pedro Castro Silva , 2015 +# Pedro M. Baeza , 2015 +# Rudolf Schnapka , 2016 +# SaFi J. , 2015 +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-14 04:21+0000\n" +"PO-Revision-Date: 2017-01-13 09:29+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "Toon veld Technische mogelijkheden" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "Technische mogelijkheden (zonder debugmodus)" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "Technische mogelijkheden" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "De gebruiker heeft geen toegang tot technische mogelijkheden." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "Gebruikers" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "Geeft aan of het veld Technische mogelijkheden wordt getoond in de voorkeuren van de gebruiker." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/nl_BE.po b/base_technical_features/i18n/nl_BE.po new file mode 100644 index 0000000..0a3242f --- /dev/null +++ b/base_technical_features/i18n/nl_BE.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/pl.po b/base_technical_features/i18n/pl.po new file mode 100644 index 0000000..997e6b4 --- /dev/null +++ b/base_technical_features/i18n/pl.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 21:53+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Polish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/pt.po b/base_technical_features/i18n/pt.po new file mode 100644 index 0000000..97d8e07 --- /dev/null +++ b/base_technical_features/i18n/pt.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Nome" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Modificado a última vez por" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/pt_BR.po b/base_technical_features/i18n/pt_BR.po new file mode 100644 index 0000000..c8eb962 --- /dev/null +++ b/base_technical_features/i18n/pt_BR.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# Ahmet Altınışık , 2015 +# Antonio Trueba, 2016 +# FIRST AUTHOR , 2012,2014 +# Gustavo Lepri , 2015 +# Hotellook, 2014 +# Jarmo Kortetjärvi , 2016 +# Matjaž Mozetič , 2016 +# Paolo Valier, 2016 +# Rudolf Schnapka , 2015-2016 +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-07-09 10:34+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Nome para Mostrar" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "Identificação" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Última atualização em" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "Usuários" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/pt_PT.po b/base_technical_features/i18n/pt_PT.po new file mode 100644 index 0000000..3dd4caf --- /dev/null +++ b/base_technical_features/i18n/pt_PT.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Última Modificação Em" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/ro.po b/base_technical_features/i18n/ro.po new file mode 100644 index 0000000..665dfb0 --- /dev/null +++ b/base_technical_features/i18n/ro.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Ultima actualizare în" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/ru.po b/base_technical_features/i18n/ru.po new file mode 100644 index 0000000..8233604 --- /dev/null +++ b/base_technical_features/i18n/ru.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/sk.po b/base_technical_features/i18n/sk.po new file mode 100644 index 0000000..ff31145 --- /dev/null +++ b/base_technical_features/i18n/sk.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/sl.po b/base_technical_features/i18n/sl.po new file mode 100644 index 0000000..863807c --- /dev/null +++ b/base_technical_features/i18n/sl.po @@ -0,0 +1,76 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# Matjaž Mozetič , 2016 +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-01-06 09:17+0000\n" +"PO-Revision-Date: 2016-01-06 10:15+0000\n" +"Last-Translator: Matjaž Mozetič \n" +"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "Prikaži polje \"Tehnične funkcije\"" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "Tehnične funkcije (brez razhroščevalnika)" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "Tehnične funkcije" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "Uporabnik nima dostopa do tehničnih finkcij" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "Uporabniki" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "Ali naj se prikaže polje tehnične funkcije v uporabniških nastavitvah." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "basemodel.monkeypatch" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "ir.ui.menu" diff --git a/base_technical_features/i18n/sr.po b/base_technical_features/i18n/sr.po new file mode 100644 index 0000000..725d6e1 --- /dev/null +++ b/base_technical_features/i18n/sr.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/sr@latin.po b/base_technical_features/i18n/sr@latin.po new file mode 100644 index 0000000..5104c0c --- /dev/null +++ b/base_technical_features/i18n/sr@latin.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/sv.po b/base_technical_features/i18n/sv.po new file mode 100644 index 0000000..f0d71d7 --- /dev/null +++ b/base_technical_features/i18n/sv.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Visa namn" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/th.po b/base_technical_features/i18n/th.po new file mode 100644 index 0000000..4b83819 --- /dev/null +++ b/base_technical_features/i18n/th.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Thai (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "รหัส" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/tr.po b/base_technical_features/i18n/tr.po new file mode 100644 index 0000000..170f16d --- /dev/null +++ b/base_technical_features/i18n/tr.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-12-30 20:37+0000\n" +"Last-Translator: Ahmet Altinisik \n" +"Language-Team: Turkish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Görünen İsim" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Son değişiklik" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "Kullanıcılar" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/tr_TR.po b/base_technical_features/i18n/tr_TR.po new file mode 100644 index 0000000..f1070ea --- /dev/null +++ b/base_technical_features/i18n/tr_TR.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 04:04+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Görünen ad" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "Kimlik" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "En son güncelleme tarihi" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "Kullanıcılar" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/uk.po b/base_technical_features/i18n/uk.po new file mode 100644 index 0000000..cf9ac57 --- /dev/null +++ b/base_technical_features/i18n/uk.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/vi.po b/base_technical_features/i18n/vi.po new file mode 100644 index 0000000..2edfbd3 --- /dev/null +++ b/base_technical_features/i18n/vi.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/vi_VN.po b/base_technical_features/i18n/vi_VN.po new file mode 100644 index 0000000..cbe82b4 --- /dev/null +++ b/base_technical_features/i18n/vi_VN.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-14 04:21+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/zh_CN.po b/base_technical_features/i18n/zh_CN.po new file mode 100644 index 0000000..782fe26 --- /dev/null +++ b/base_technical_features/i18n/zh_CN.po @@ -0,0 +1,76 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# Jeffery Chenn , 2016 +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-10-04 09:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:43+0000\n" +"Last-Translator: Jeffery Chenn \n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "ID" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "最后修改时间" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "显示字段技术特性" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "技术特性" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "用户" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/i18n/zh_TW.po b/base_technical_features/i18n/zh_TW.po new file mode 100644 index 0000000..e1d7417 --- /dev/null +++ b/base_technical_features/i18n/zh_TW.po @@ -0,0 +1,75 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id +msgid "ID" +msgstr "編號" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features +msgid "Technical features" +msgstr "" + +#. module: base_technical_features +#: code:addons/base_technical_features/models/res_users.py:48 +#, python-format +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "Users" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch +msgid "basemodel.monkeypatch" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" diff --git a/base_technical_features/models/__init__.py b/base_technical_features/models/__init__.py new file mode 100644 index 0000000..b26f7f4 --- /dev/null +++ b/base_technical_features/models/__init__.py @@ -0,0 +1,3 @@ +from . import basemodel_monkeypatch +from . import ir_ui_menu +from . import res_users diff --git a/base_technical_features/models/basemodel_monkeypatch.py b/base_technical_features/models/basemodel_monkeypatch.py new file mode 100644 index 0000000..0652a12 --- /dev/null +++ b/base_technical_features/models/basemodel_monkeypatch.py @@ -0,0 +1,33 @@ +# -*- coding: utf-8 -*- +# © 2016 Opener B.V. () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from openerp import models, api + + +class BaseModelMonkeyPatch(models.AbstractModel): + _name = 'basemodel.monkeypatch' + + def _register_hook(self, cr): + if not hasattr( + models.BaseModel, 'base_technical_features_user_has_groups'): + + models.BaseModel.base_technical_features_user_has_groups = ( + models.BaseModel.user_has_groups) + + @api.cr_uid_context + def user_has_groups(self, cr, uid, groups, context=None): + """ Return True for users in the technical features group when + membership of the original group is checked, even if debug mode + is not enabled. + """ + if ('base.group_no_one' in groups.split(',') and + self.pool['res.users'].has_group( + cr, uid, + 'base_technical_features.group_technical_features')): + return True + return self.base_technical_features_user_has_groups( + cr, uid, groups, context=context) + + models.BaseModel.user_has_groups = user_has_groups + + return super(BaseModelMonkeyPatch, self)._register_hook(cr) diff --git a/base_technical_features/models/ir_ui_menu.py b/base_technical_features/models/ir_ui_menu.py new file mode 100644 index 0000000..112fe39 --- /dev/null +++ b/base_technical_features/models/ir_ui_menu.py @@ -0,0 +1,18 @@ +# coding: utf-8 +# © 2016 Opener B.V. () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from openerp import api, models + + +class IrUiMenu(models.Model): + _inherit = 'ir.ui.menu' + + @api.model + def _visible_menu_ids(self, debug=False): + """ Set debug = True, so that group_no_one is not filtered out of the + user's groups """ + if not debug: + debug = self.pool['res.users'].has_group( + self.env.cr, self.env.uid, + 'base_technical_features.group_technical_features') + return super(IrUiMenu, self)._visible_menu_ids(debug=debug) diff --git a/base_technical_features/models/res_users.py b/base_technical_features/models/res_users.py new file mode 100644 index 0000000..824caef --- /dev/null +++ b/base_technical_features/models/res_users.py @@ -0,0 +1,59 @@ +# coding: utf-8 +# © 2016 Opener B.V. () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from openerp import api, fields, models +from openerp.exceptions import AccessError +from openerp.tools.translate import _ + + +class ResUsers(models.Model): + _inherit = 'res.users' + + technical_features = fields.Boolean( + compute='get_technical_features', + inverse='set_technical_features') + show_technical_features = fields.Boolean( + string='Show field Technical Features', + compute='get_show_technical_features', + help=('Whether to display the technical features field in the user ' + 'preferences.')) + + @api.multi + @api.depends('groups_id') + def get_show_technical_features(self): + """ Only display the technical features checkbox in the user + preferences if the user has access to them """ + users = self.env.ref('base.group_no_one').users + for user in self: + user.show_technical_features = user in users + + @api.multi + @api.depends('groups_id') + def get_technical_features(self): + """ Map user membership to boolean field value """ + users = self.env.ref( + 'base_technical_features.group_technical_features').users + for user in self: + user.technical_features = user in users + + @api.multi + def set_technical_features(self): + """ Map boolean field value to group membership, but checking + access """ + group = self.env.ref( + 'base_technical_features.group_technical_features') + for user in self: + if self.env.ref('base.group_no_one') not in user.groups_id: + raise AccessError( + _('The user does not have access to technical ' + 'features.')) + if user.technical_features: + self.sudo().write({'groups_id': [(4, group.id)]}) + else: + self.sudo().write({'groups_id': [(3, group.id)]}) + + def __init__(self, pool, cr): + super(ResUsers, self).__init__(pool, cr) + self.SELF_READABLE_FIELDS += [ + 'technical_features', 'show_technical_features'] + self.SELF_WRITEABLE_FIELDS.append('technical_features') diff --git a/base_technical_features/security/res_groups.xml b/base_technical_features/security/res_groups.xml new file mode 100644 index 0000000..12846ec --- /dev/null +++ b/base_technical_features/security/res_groups.xml @@ -0,0 +1,7 @@ + + + + Technical Features (w/o debug mode) + + + diff --git a/base_technical_features/static/description/icon.png b/base_technical_features/static/description/icon.png new file mode 100644 index 0000000..3a0328b Binary files /dev/null and b/base_technical_features/static/description/icon.png differ diff --git a/base_technical_features/static/description/user_preferences.png b/base_technical_features/static/description/user_preferences.png new file mode 100644 index 0000000..c30837e Binary files /dev/null and b/base_technical_features/static/description/user_preferences.png differ diff --git a/base_technical_features/tests/__init__.py b/base_technical_features/tests/__init__.py new file mode 100644 index 0000000..f52b4eb --- /dev/null +++ b/base_technical_features/tests/__init__.py @@ -0,0 +1 @@ +from . import test_base_technical_features diff --git a/base_technical_features/tests/test_base_technical_features.py b/base_technical_features/tests/test_base_technical_features.py new file mode 100644 index 0000000..3e9ac03 --- /dev/null +++ b/base_technical_features/tests/test_base_technical_features.py @@ -0,0 +1,61 @@ +# -*- coding: utf-8 -*- +from openerp import api +from openerp.exceptions import AccessError +from openerp.tests import common +from lxml import etree + + +class TestBaseTechnicalFeatures(common.TransactionCase): + + def test_01_visible_menus(self): + """ A technical feature is visible to the user with the technical \ + features group """ + menu_obj = self.env['ir.ui.menu'].with_context( + {'ir.ui.menu.full_list': True}) + menu_id = menu_obj.search( + [('groups_id', '=', self.env.ref('base.group_no_one').id)], + limit=1).id + self.env.user.write({'technical_features': False}) + self.assertNotIn(menu_id, menu_obj._visible_menu_ids()) + self.env.user.write({'technical_features': True}) + self.assertIn(menu_id, menu_obj._visible_menu_ids()) + + def test02_visible_fields(self): + """ A technical field is visible when its form is loaded by a user \ + with the technical features group """ + + def get_partner_field_invisible(): + xml = etree.fromstring( + self.env['res.users'].fields_view_get( + view_id=self.env.ref('base.view_users_form').id + )['arch'].encode('utf-8')) + return xml.xpath( + '//div/group/field[@name="partner_id"]')[0].get('invisible') + + self.env['basemodel.monkeypatch']._register_hook() + self.env.user.write({'technical_features': False}) + self.assertEqual(get_partner_field_invisible(), '1') + self.env.user.write({'technical_features': True}) + self.assertEqual(get_partner_field_invisible(), None) + + def test03_user_access(self): + """ Setting the user pref raises an access error if the user is not \ + in group_no_one """ + user = self.env['res.users'].create({ + 'name': 'Test user technical features', + 'login': 'testusertechnicalfeatures', + 'groups_id': [(6, 0, [])]}) + with api.Environment.manage(): + env = api.Environment( + self.env.cr, user.id, self.env.context) + with self.assertRaises(AccessError): + env['res.users'].browse(user.id).write( + {'technical_features': True}) + with self.assertRaises(AccessError): + user.write({'technical_features': True}) + user.write({'groups_id': [(4, self.env.ref('base.group_no_one').id)]}) + with api.Environment.manage(): + env = api.Environment( + self.env.cr, user.id, self.env.context) + env['res.users'].browse(user.id).write({ + 'technical_features': True}) diff --git a/base_technical_features/views/res_users.xml b/base_technical_features/views/res_users.xml new file mode 100644 index 0000000..3fabefd --- /dev/null +++ b/base_technical_features/views/res_users.xml @@ -0,0 +1,16 @@ + + + + Add technical features checkbox to user preferences form + res.users + + + + + + + + + +