Jairo Llopis
9 years ago
committed by
Alexandre Díaz
25 changed files with 2387 additions and 66 deletions
-
60base_custom_info/README.rst
-
6base_custom_info/__init__.py
-
18base_custom_info/__openerp__.py
-
202base_custom_info/i18n/de.po
-
202base_custom_info/i18n/en.po
-
202base_custom_info/i18n/es.po
-
202base_custom_info/i18n/fi.po
-
202base_custom_info/i18n/fr.po
-
202base_custom_info/i18n/fr_CA.po
-
203base_custom_info/i18n/it.po
-
202base_custom_info/i18n/pt_BR.po
-
202base_custom_info/i18n/ru.po
-
203base_custom_info/i18n/sl.po
-
202base_custom_info/i18n/tr.po
-
BINbase_custom_info/images/menu.png
-
BINbase_custom_info/images/properties.png
-
BINbase_custom_info/images/templates.png
-
BINbase_custom_info/images/values.png
-
4base_custom_info/models/__init__.py
-
96base_custom_info/models/custom_info.py
-
14base_custom_info/security/ir.model.access.csv
-
12base_custom_info/views/custom_info_property_view.xml
-
4base_custom_info/views/custom_info_template_view.xml
-
6base_custom_info/views/custom_info_value_view.xml
-
9base_custom_info/views/menu.xml
@ -1,6 +1,6 @@ |
|||||
# -*- coding: utf-8 -*- |
# -*- coding: utf-8 -*- |
||||
# (c) 2015 Antiun Ingeniería S.L. - Sergio Teruel |
|
||||
# (c) 2015 Antiun Ingeniería S.L. - Carlos Dauden |
|
||||
|
# © 2015 Antiun Ingeniería S.L. - Sergio Teruel |
||||
|
# © 2015 Antiun Ingeniería S.L. - Carlos Dauden |
||||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html |
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html |
||||
|
|
||||
from . import models |
|
||||
|
from . import models |
@ -1,25 +1,33 @@ |
|||||
# -*- coding: utf-8 -*- |
# -*- coding: utf-8 -*- |
||||
# (c) 2015 Antiun Ingeniería S.L. - Sergio Teruel |
|
||||
# (c) 2015 Antiun Ingeniería S.L. - Carlos Dauden |
|
||||
|
# © 2015 Antiun Ingeniería S.L. - Sergio Teruel |
||||
|
# © 2015 Antiun Ingeniería S.L. - Carlos Dauden |
||||
|
# © 2015 Antiun Ingeniería S.L. - Jairo Llopis |
||||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html |
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html |
||||
|
|
||||
{ |
{ |
||||
'name': "Base Custom Info", |
'name': "Base Custom Info", |
||||
'summary': "Add custom field in models", |
'summary': "Add custom field in models", |
||||
'category': 'Customize', |
|
||||
|
'category': 'Tools', |
||||
'version': '8.0.1.0.0', |
'version': '8.0.1.0.0', |
||||
'depends': [ |
'depends': [ |
||||
'base', |
'base', |
||||
], |
], |
||||
'data': [ |
'data': [ |
||||
'views/custom_info_template_view.xml', |
'views/custom_info_template_view.xml', |
||||
'views/custom_info_template_line_view.xml', |
|
||||
|
'views/custom_info_property_view.xml', |
||||
'views/custom_info_value_view.xml', |
'views/custom_info_value_view.xml', |
||||
'views/menu.xml', |
'views/menu.xml', |
||||
'security/ir.model.access.csv', |
'security/ir.model.access.csv', |
||||
], |
], |
||||
|
"images": [ |
||||
|
"images/menu.png", |
||||
|
"images/properties.png", |
||||
|
"images/templates.png", |
||||
|
"images/values.png", |
||||
|
], |
||||
'author': 'Antiun Ingeniería S.L., ' |
'author': 'Antiun Ingeniería S.L., ' |
||||
'Incaser Informatica S.L., ', |
|
||||
|
'Incaser Informatica S.L., ' |
||||
|
'Odoo Community Association (OCA)', |
||||
'website': 'http://www.antiun.com', |
'website': 'http://www.antiun.com', |
||||
'license': 'AGPL-3', |
'license': 'AGPL-3', |
||||
'installable': True, |
'installable': True, |
||||
|
@ -0,0 +1,202 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * base_custom_info |
||||
|
# |
||||
|
# Translators: |
||||
|
msgid "" |
||||
|
msgstr "" |
||||
|
"Project-Id-Version: server-tools (8.0)\n" |
||||
|
"Report-Msgid-Bugs-To: \n" |
||||
|
"POT-Creation-Date: 2016-03-12 02:05+0000\n" |
||||
|
"PO-Revision-Date: 2016-03-10 18:17+0000\n" |
||||
|
"Last-Translator: <>\n" |
||||
|
"Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-8-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_custom_info |
||||
|
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action |
||||
|
msgid "" |
||||
|
"<p class=\"oe_view_nocontent_create\">\n" |
||||
|
" Click to define a new custom info template.\n" |
||||
|
" </p><p>\n" |
||||
|
" You must define a custom info template for each\n" |
||||
|
" product properties group.\n" |
||||
|
" </p>\n" |
||||
|
" " |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_model_link |
||||
|
msgid "A model that gets its ``ir.model`` computed" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.value:0 |
||||
|
msgid "Another property with that name exists for that resource." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.property:0 |
||||
|
msgid "Another property with that name exists for that template." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.template:0 |
||||
|
msgid "Another template with that name exists for that model." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_uid:0 |
||||
|
#: field:custom.info.template,create_uid:0 |
||||
|
#: field:custom.info.value,create_uid:0 |
||||
|
msgid "Created by" |
||||
|
msgstr "Erstellt von" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_date:0 |
||||
|
#: field:custom.info.template,create_date:0 |
||||
|
#: field:custom.info.value,create_date:0 |
||||
|
msgid "Created on" |
||||
|
msgstr "Erstellt am:" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info |
||||
|
msgid "Custom Info" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Custom Info Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form |
||||
|
msgid "Custom Info Template Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree |
||||
|
msgid "Custom Info Templates" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_template_id:0 |
||||
|
msgid "Custom Information Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_ids:0 |
||||
|
msgid "Custom Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree |
||||
|
msgid "Custom Property Values" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_property |
||||
|
msgid "Custom information property" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_template |
||||
|
msgid "Custom information template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_value |
||||
|
msgid "Custom information value" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,id:0 field:custom.info.model_link,id:0 |
||||
|
#: field:custom.info.property,id:0 field:custom.info.template,id:0 |
||||
|
#: field:custom.info.value,id:0 |
||||
|
msgid "ID" |
||||
|
msgstr "ID" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Info Lines" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info |
||||
|
msgid "Inheritable abstract model to add custom info in any model" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_uid:0 |
||||
|
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0 |
||||
|
msgid "Last Updated by" |
||||
|
msgstr "Zuletzt aktualisiert von" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_date:0 |
||||
|
#: field:custom.info.template,write_date:0 |
||||
|
#: field:custom.info.value,write_date:0 |
||||
|
msgid "Last Updated on" |
||||
|
msgstr "Zuletzt aktualisiert am" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.model_link,model:0 |
||||
|
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0 |
||||
|
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0 |
||||
|
#: field:custom.info.value,model_id:0 |
||||
|
msgid "Model" |
||||
|
msgstr "Modell" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,name:0 field:custom.info.template,name:0 |
||||
|
msgid "Name" |
||||
|
msgstr "Name" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.template,info_ids:0 |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line |
||||
|
msgid "Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,property_id:0 |
||||
|
msgid "Property" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,info_value_ids:0 |
||||
|
msgid "Property Values" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,res_id:0 |
||||
|
msgid "Resource ID" |
||||
|
msgstr "Ressourcen-ID" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,template_id:0 |
||||
|
msgid "Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template |
||||
|
msgid "Templates" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,value:0 |
||||
|
msgid "Value" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_value_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value |
||||
|
msgid "Values" |
||||
|
msgstr "Werte" |
@ -0,0 +1,202 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * base_custom_info |
||||
|
# |
||||
|
# Translators: |
||||
|
msgid "" |
||||
|
msgstr "" |
||||
|
"Project-Id-Version: server-tools (8.0)\n" |
||||
|
"Report-Msgid-Bugs-To: \n" |
||||
|
"POT-Creation-Date: 2016-03-12 02:05+0000\n" |
||||
|
"PO-Revision-Date: 2016-03-10 18:17+0000\n" |
||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" |
||||
|
"Language-Team: English (http://www.transifex.com/oca/OCA-server-tools-8-0/language/en/)\n" |
||||
|
"MIME-Version: 1.0\n" |
||||
|
"Content-Type: text/plain; charset=UTF-8\n" |
||||
|
"Content-Transfer-Encoding: \n" |
||||
|
"Language: en\n" |
||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action |
||||
|
msgid "" |
||||
|
"<p class=\"oe_view_nocontent_create\">\n" |
||||
|
" Click to define a new custom info template.\n" |
||||
|
" </p><p>\n" |
||||
|
" You must define a custom info template for each\n" |
||||
|
" product properties group.\n" |
||||
|
" </p>\n" |
||||
|
" " |
||||
|
msgstr "<p class=\"oe_view_nocontent_create\">\n Click to define a new custom info template.\n </p><p>\n You must define a custom info template for each\n product properties group.\n </p>\n " |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_model_link |
||||
|
msgid "A model that gets its ``ir.model`` computed" |
||||
|
msgstr "A model that gets its ``ir.model`` computed" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.value:0 |
||||
|
msgid "Another property with that name exists for that resource." |
||||
|
msgstr "Another property with that name exists for that resource." |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.property:0 |
||||
|
msgid "Another property with that name exists for that template." |
||||
|
msgstr "Another property with that name exists for that template." |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.template:0 |
||||
|
msgid "Another template with that name exists for that model." |
||||
|
msgstr "Another template with that name exists for that model." |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_uid:0 |
||||
|
#: field:custom.info.template,create_uid:0 |
||||
|
#: field:custom.info.value,create_uid:0 |
||||
|
msgid "Created by" |
||||
|
msgstr "Created by" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_date:0 |
||||
|
#: field:custom.info.template,create_date:0 |
||||
|
#: field:custom.info.value,create_date:0 |
||||
|
msgid "Created on" |
||||
|
msgstr "Created on" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info |
||||
|
msgid "Custom Info" |
||||
|
msgstr "Custom Info" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Custom Info Template" |
||||
|
msgstr "Custom Info Template" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form |
||||
|
msgid "Custom Info Template Properties" |
||||
|
msgstr "Custom Info Template Properties" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree |
||||
|
msgid "Custom Info Templates" |
||||
|
msgstr "Custom Info Templates" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_template_id:0 |
||||
|
msgid "Custom Information Template" |
||||
|
msgstr "Custom Information Template" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_ids:0 |
||||
|
msgid "Custom Properties" |
||||
|
msgstr "Custom Properties" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree |
||||
|
msgid "Custom Property Values" |
||||
|
msgstr "Custom Property Values" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_property |
||||
|
msgid "Custom information property" |
||||
|
msgstr "Custom information property" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_template |
||||
|
msgid "Custom information template" |
||||
|
msgstr "Custom information template" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_value |
||||
|
msgid "Custom information value" |
||||
|
msgstr "Custom information value" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,id:0 field:custom.info.model_link,id:0 |
||||
|
#: field:custom.info.property,id:0 field:custom.info.template,id:0 |
||||
|
#: field:custom.info.value,id:0 |
||||
|
msgid "ID" |
||||
|
msgstr "ID" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Info Lines" |
||||
|
msgstr "Info Lines" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info |
||||
|
msgid "Inheritable abstract model to add custom info in any model" |
||||
|
msgstr "Inheritable abstract model to add custom info in any model" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_uid:0 |
||||
|
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0 |
||||
|
msgid "Last Updated by" |
||||
|
msgstr "Last Updated by" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_date:0 |
||||
|
#: field:custom.info.template,write_date:0 |
||||
|
#: field:custom.info.value,write_date:0 |
||||
|
msgid "Last Updated on" |
||||
|
msgstr "Last Updated on" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.model_link,model:0 |
||||
|
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0 |
||||
|
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0 |
||||
|
#: field:custom.info.value,model_id:0 |
||||
|
msgid "Model" |
||||
|
msgstr "Model" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,name:0 field:custom.info.template,name:0 |
||||
|
msgid "Name" |
||||
|
msgstr "Name" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.template,info_ids:0 |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line |
||||
|
msgid "Properties" |
||||
|
msgstr "Properties" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,property_id:0 |
||||
|
msgid "Property" |
||||
|
msgstr "Property" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,info_value_ids:0 |
||||
|
msgid "Property Values" |
||||
|
msgstr "Property Values" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,res_id:0 |
||||
|
msgid "Resource ID" |
||||
|
msgstr "Resource ID" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,template_id:0 |
||||
|
msgid "Template" |
||||
|
msgstr "Template" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template |
||||
|
msgid "Templates" |
||||
|
msgstr "Templates" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,value:0 |
||||
|
msgid "Value" |
||||
|
msgstr "Value" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_value_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value |
||||
|
msgid "Values" |
||||
|
msgstr "Values" |
@ -0,0 +1,202 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * base_custom_info |
||||
|
# |
||||
|
# Translators: |
||||
|
msgid "" |
||||
|
msgstr "" |
||||
|
"Project-Id-Version: server-tools (8.0)\n" |
||||
|
"Report-Msgid-Bugs-To: \n" |
||||
|
"POT-Creation-Date: 2016-03-12 02:05+0000\n" |
||||
|
"PO-Revision-Date: 2016-03-10 18:17+0000\n" |
||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" |
||||
|
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-server-tools-8-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_custom_info |
||||
|
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action |
||||
|
msgid "" |
||||
|
"<p class=\"oe_view_nocontent_create\">\n" |
||||
|
" Click to define a new custom info template.\n" |
||||
|
" </p><p>\n" |
||||
|
" You must define a custom info template for each\n" |
||||
|
" product properties group.\n" |
||||
|
" </p>\n" |
||||
|
" " |
||||
|
msgstr "<p class=\"oe_view_nocontent_create\">\nPulsa para definir una nueva plantilla de información personalizada.\n</p><p>\nDebe definir una plantilla de información personalizada para cada diferente grupo de propiedades.\n</p>" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_model_link |
||||
|
msgid "A model that gets its ``ir.model`` computed" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.value:0 |
||||
|
msgid "Another property with that name exists for that resource." |
||||
|
msgstr "Ya existe otra propiedad con ese nombre para ese recurso." |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.property:0 |
||||
|
msgid "Another property with that name exists for that template." |
||||
|
msgstr "Ya existe otra propiedad con ese nombre en esa plantilla." |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.template:0 |
||||
|
msgid "Another template with that name exists for that model." |
||||
|
msgstr "Ya existe otra plantilla con ese nombre para ese modelo." |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_uid:0 |
||||
|
#: field:custom.info.template,create_uid:0 |
||||
|
#: field:custom.info.value,create_uid:0 |
||||
|
msgid "Created by" |
||||
|
msgstr "Creado por" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_date:0 |
||||
|
#: field:custom.info.template,create_date:0 |
||||
|
#: field:custom.info.value,create_date:0 |
||||
|
msgid "Created on" |
||||
|
msgstr "Creado el" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info |
||||
|
msgid "Custom Info" |
||||
|
msgstr "Información personalizada" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Custom Info Template" |
||||
|
msgstr "Plantilla de información personalizada" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form |
||||
|
msgid "Custom Info Template Properties" |
||||
|
msgstr "Propiedades de la plantilla de información personalizada" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree |
||||
|
msgid "Custom Info Templates" |
||||
|
msgstr "Plantillas de información personalizada" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_template_id:0 |
||||
|
msgid "Custom Information Template" |
||||
|
msgstr "Plantilla de información personalizada" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_ids:0 |
||||
|
msgid "Custom Properties" |
||||
|
msgstr "Propiedades personalizadas" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree |
||||
|
msgid "Custom Property Values" |
||||
|
msgstr "Valores de las propiedades personalizadas" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_property |
||||
|
msgid "Custom information property" |
||||
|
msgstr "Propiedad de información personalizada" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_template |
||||
|
msgid "Custom information template" |
||||
|
msgstr "Plantilla de información personalizada" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_value |
||||
|
msgid "Custom information value" |
||||
|
msgstr "Valor de información personalizada" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,id:0 field:custom.info.model_link,id:0 |
||||
|
#: field:custom.info.property,id:0 field:custom.info.template,id:0 |
||||
|
#: field:custom.info.value,id:0 |
||||
|
msgid "ID" |
||||
|
msgstr "ID" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Info Lines" |
||||
|
msgstr "Líneas de información" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info |
||||
|
msgid "Inheritable abstract model to add custom info in any model" |
||||
|
msgstr "Modelo abstracto que se puede heredar para añadir información personalizada a cualquier modelo" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_uid:0 |
||||
|
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0 |
||||
|
msgid "Last Updated by" |
||||
|
msgstr "Última actualización por" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_date:0 |
||||
|
#: field:custom.info.template,write_date:0 |
||||
|
#: field:custom.info.value,write_date:0 |
||||
|
msgid "Last Updated on" |
||||
|
msgstr "Última actualización el" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.model_link,model:0 |
||||
|
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0 |
||||
|
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0 |
||||
|
#: field:custom.info.value,model_id:0 |
||||
|
msgid "Model" |
||||
|
msgstr "Modelo" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,name:0 field:custom.info.template,name:0 |
||||
|
msgid "Name" |
||||
|
msgstr "Nombre" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.template,info_ids:0 |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line |
||||
|
msgid "Properties" |
||||
|
msgstr "Propiedades" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,property_id:0 |
||||
|
msgid "Property" |
||||
|
msgstr "Propiedad" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,info_value_ids:0 |
||||
|
msgid "Property Values" |
||||
|
msgstr "Valor de la propiedad" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,res_id:0 |
||||
|
msgid "Resource ID" |
||||
|
msgstr "ID del recurso" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,template_id:0 |
||||
|
msgid "Template" |
||||
|
msgstr "Plantilla" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template |
||||
|
msgid "Templates" |
||||
|
msgstr "Plantillas" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,value:0 |
||||
|
msgid "Value" |
||||
|
msgstr "Valor" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_value_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value |
||||
|
msgid "Values" |
||||
|
msgstr "Valores" |
@ -0,0 +1,202 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * base_custom_info |
||||
|
# |
||||
|
# Translators: |
||||
|
msgid "" |
||||
|
msgstr "" |
||||
|
"Project-Id-Version: server-tools (8.0)\n" |
||||
|
"Report-Msgid-Bugs-To: \n" |
||||
|
"POT-Creation-Date: 2016-03-12 02:05+0000\n" |
||||
|
"PO-Revision-Date: 2016-03-10 18:17+0000\n" |
||||
|
"Last-Translator: <>\n" |
||||
|
"Language-Team: Finnish (http://www.transifex.com/oca/OCA-server-tools-8-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_custom_info |
||||
|
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action |
||||
|
msgid "" |
||||
|
"<p class=\"oe_view_nocontent_create\">\n" |
||||
|
" Click to define a new custom info template.\n" |
||||
|
" </p><p>\n" |
||||
|
" You must define a custom info template for each\n" |
||||
|
" product properties group.\n" |
||||
|
" </p>\n" |
||||
|
" " |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_model_link |
||||
|
msgid "A model that gets its ``ir.model`` computed" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.value:0 |
||||
|
msgid "Another property with that name exists for that resource." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.property:0 |
||||
|
msgid "Another property with that name exists for that template." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.template:0 |
||||
|
msgid "Another template with that name exists for that model." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_uid:0 |
||||
|
#: field:custom.info.template,create_uid:0 |
||||
|
#: field:custom.info.value,create_uid:0 |
||||
|
msgid "Created by" |
||||
|
msgstr "Luonut" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_date:0 |
||||
|
#: field:custom.info.template,create_date:0 |
||||
|
#: field:custom.info.value,create_date:0 |
||||
|
msgid "Created on" |
||||
|
msgstr "Luotu" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info |
||||
|
msgid "Custom Info" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Custom Info Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form |
||||
|
msgid "Custom Info Template Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree |
||||
|
msgid "Custom Info Templates" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_template_id:0 |
||||
|
msgid "Custom Information Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_ids:0 |
||||
|
msgid "Custom Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree |
||||
|
msgid "Custom Property Values" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_property |
||||
|
msgid "Custom information property" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_template |
||||
|
msgid "Custom information template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_value |
||||
|
msgid "Custom information value" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,id:0 field:custom.info.model_link,id:0 |
||||
|
#: field:custom.info.property,id:0 field:custom.info.template,id:0 |
||||
|
#: field:custom.info.value,id:0 |
||||
|
msgid "ID" |
||||
|
msgstr "ID" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Info Lines" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info |
||||
|
msgid "Inheritable abstract model to add custom info in any model" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_uid:0 |
||||
|
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0 |
||||
|
msgid "Last Updated by" |
||||
|
msgstr "Viimeksi päivittänyt" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_date:0 |
||||
|
#: field:custom.info.template,write_date:0 |
||||
|
#: field:custom.info.value,write_date:0 |
||||
|
msgid "Last Updated on" |
||||
|
msgstr "Viimeksi päivitetty" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.model_link,model:0 |
||||
|
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0 |
||||
|
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0 |
||||
|
#: field:custom.info.value,model_id:0 |
||||
|
msgid "Model" |
||||
|
msgstr "Mall" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,name:0 field:custom.info.template,name:0 |
||||
|
msgid "Name" |
||||
|
msgstr "Nimi" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.template,info_ids:0 |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line |
||||
|
msgid "Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,property_id:0 |
||||
|
msgid "Property" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,info_value_ids:0 |
||||
|
msgid "Property Values" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,res_id:0 |
||||
|
msgid "Resource ID" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,template_id:0 |
||||
|
msgid "Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template |
||||
|
msgid "Templates" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,value:0 |
||||
|
msgid "Value" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_value_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value |
||||
|
msgid "Values" |
||||
|
msgstr "" |
@ -0,0 +1,202 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * base_custom_info |
||||
|
# |
||||
|
# Translators: |
||||
|
msgid "" |
||||
|
msgstr "" |
||||
|
"Project-Id-Version: server-tools (8.0)\n" |
||||
|
"Report-Msgid-Bugs-To: \n" |
||||
|
"POT-Creation-Date: 2016-03-12 02:05+0000\n" |
||||
|
"PO-Revision-Date: 2016-03-10 18:17+0000\n" |
||||
|
"Last-Translator: <>\n" |
||||
|
"Language-Team: French (http://www.transifex.com/oca/OCA-server-tools-8-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_custom_info |
||||
|
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action |
||||
|
msgid "" |
||||
|
"<p class=\"oe_view_nocontent_create\">\n" |
||||
|
" Click to define a new custom info template.\n" |
||||
|
" </p><p>\n" |
||||
|
" You must define a custom info template for each\n" |
||||
|
" product properties group.\n" |
||||
|
" </p>\n" |
||||
|
" " |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_model_link |
||||
|
msgid "A model that gets its ``ir.model`` computed" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.value:0 |
||||
|
msgid "Another property with that name exists for that resource." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.property:0 |
||||
|
msgid "Another property with that name exists for that template." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.template:0 |
||||
|
msgid "Another template with that name exists for that model." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_uid:0 |
||||
|
#: field:custom.info.template,create_uid:0 |
||||
|
#: field:custom.info.value,create_uid:0 |
||||
|
msgid "Created by" |
||||
|
msgstr "Créé par" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_date:0 |
||||
|
#: field:custom.info.template,create_date:0 |
||||
|
#: field:custom.info.value,create_date:0 |
||||
|
msgid "Created on" |
||||
|
msgstr "Créé le" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info |
||||
|
msgid "Custom Info" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Custom Info Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form |
||||
|
msgid "Custom Info Template Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree |
||||
|
msgid "Custom Info Templates" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_template_id:0 |
||||
|
msgid "Custom Information Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_ids:0 |
||||
|
msgid "Custom Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree |
||||
|
msgid "Custom Property Values" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_property |
||||
|
msgid "Custom information property" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_template |
||||
|
msgid "Custom information template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_value |
||||
|
msgid "Custom information value" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,id:0 field:custom.info.model_link,id:0 |
||||
|
#: field:custom.info.property,id:0 field:custom.info.template,id:0 |
||||
|
#: field:custom.info.value,id:0 |
||||
|
msgid "ID" |
||||
|
msgstr "ID" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Info Lines" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info |
||||
|
msgid "Inheritable abstract model to add custom info in any model" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_uid:0 |
||||
|
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0 |
||||
|
msgid "Last Updated by" |
||||
|
msgstr "Mis à jour par" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_date:0 |
||||
|
#: field:custom.info.template,write_date:0 |
||||
|
#: field:custom.info.value,write_date:0 |
||||
|
msgid "Last Updated on" |
||||
|
msgstr "Mis à jour le" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.model_link,model:0 |
||||
|
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0 |
||||
|
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0 |
||||
|
#: field:custom.info.value,model_id:0 |
||||
|
msgid "Model" |
||||
|
msgstr "Modèle" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,name:0 field:custom.info.template,name:0 |
||||
|
msgid "Name" |
||||
|
msgstr "Nom" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.template,info_ids:0 |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line |
||||
|
msgid "Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,property_id:0 |
||||
|
msgid "Property" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,info_value_ids:0 |
||||
|
msgid "Property Values" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,res_id:0 |
||||
|
msgid "Resource ID" |
||||
|
msgstr "ID de l'enregistrement" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,template_id:0 |
||||
|
msgid "Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template |
||||
|
msgid "Templates" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,value:0 |
||||
|
msgid "Value" |
||||
|
msgstr "Valeur" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_value_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value |
||||
|
msgid "Values" |
||||
|
msgstr "Valeurs" |
@ -0,0 +1,202 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * base_custom_info |
||||
|
# |
||||
|
# Translators: |
||||
|
msgid "" |
||||
|
msgstr "" |
||||
|
"Project-Id-Version: server-tools (8.0)\n" |
||||
|
"Report-Msgid-Bugs-To: \n" |
||||
|
"POT-Creation-Date: 2016-03-12 02:05+0000\n" |
||||
|
"PO-Revision-Date: 2016-03-10 18:17+0000\n" |
||||
|
"Last-Translator: <>\n" |
||||
|
"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-server-tools-8-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_custom_info |
||||
|
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action |
||||
|
msgid "" |
||||
|
"<p class=\"oe_view_nocontent_create\">\n" |
||||
|
" Click to define a new custom info template.\n" |
||||
|
" </p><p>\n" |
||||
|
" You must define a custom info template for each\n" |
||||
|
" product properties group.\n" |
||||
|
" </p>\n" |
||||
|
" " |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_model_link |
||||
|
msgid "A model that gets its ``ir.model`` computed" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.value:0 |
||||
|
msgid "Another property with that name exists for that resource." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.property:0 |
||||
|
msgid "Another property with that name exists for that template." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.template:0 |
||||
|
msgid "Another template with that name exists for that model." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_uid:0 |
||||
|
#: field:custom.info.template,create_uid:0 |
||||
|
#: field:custom.info.value,create_uid:0 |
||||
|
msgid "Created by" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_date:0 |
||||
|
#: field:custom.info.template,create_date:0 |
||||
|
#: field:custom.info.value,create_date:0 |
||||
|
msgid "Created on" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info |
||||
|
msgid "Custom Info" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Custom Info Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form |
||||
|
msgid "Custom Info Template Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree |
||||
|
msgid "Custom Info Templates" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_template_id:0 |
||||
|
msgid "Custom Information Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_ids:0 |
||||
|
msgid "Custom Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree |
||||
|
msgid "Custom Property Values" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_property |
||||
|
msgid "Custom information property" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_template |
||||
|
msgid "Custom information template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_value |
||||
|
msgid "Custom information value" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,id:0 field:custom.info.model_link,id:0 |
||||
|
#: field:custom.info.property,id:0 field:custom.info.template,id:0 |
||||
|
#: field:custom.info.value,id:0 |
||||
|
msgid "ID" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Info Lines" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info |
||||
|
msgid "Inheritable abstract model to add custom info in any model" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_uid:0 |
||||
|
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0 |
||||
|
msgid "Last Updated by" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_date:0 |
||||
|
#: field:custom.info.template,write_date:0 |
||||
|
#: field:custom.info.value,write_date:0 |
||||
|
msgid "Last Updated on" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.model_link,model:0 |
||||
|
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0 |
||||
|
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0 |
||||
|
#: field:custom.info.value,model_id:0 |
||||
|
msgid "Model" |
||||
|
msgstr "Modèle" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,name:0 field:custom.info.template,name:0 |
||||
|
msgid "Name" |
||||
|
msgstr "Nom" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.template,info_ids:0 |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line |
||||
|
msgid "Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,property_id:0 |
||||
|
msgid "Property" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,info_value_ids:0 |
||||
|
msgid "Property Values" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,res_id:0 |
||||
|
msgid "Resource ID" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,template_id:0 |
||||
|
msgid "Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template |
||||
|
msgid "Templates" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,value:0 |
||||
|
msgid "Value" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_value_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value |
||||
|
msgid "Values" |
||||
|
msgstr "" |
@ -0,0 +1,203 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * base_custom_info |
||||
|
# |
||||
|
# Translators: |
||||
|
# Paolo Valier, 2016 |
||||
|
msgid "" |
||||
|
msgstr "" |
||||
|
"Project-Id-Version: server-tools (8.0)\n" |
||||
|
"Report-Msgid-Bugs-To: \n" |
||||
|
"POT-Creation-Date: 2016-03-17 15:36+0000\n" |
||||
|
"PO-Revision-Date: 2016-03-13 09:02+0000\n" |
||||
|
"Last-Translator: Paolo Valier\n" |
||||
|
"Language-Team: Italian (http://www.transifex.com/oca/OCA-server-tools-8-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_custom_info |
||||
|
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action |
||||
|
msgid "" |
||||
|
"<p class=\"oe_view_nocontent_create\">\n" |
||||
|
" Click to define a new custom info template.\n" |
||||
|
" </p><p>\n" |
||||
|
" You must define a custom info template for each\n" |
||||
|
" product properties group.\n" |
||||
|
" </p>\n" |
||||
|
" " |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_model_link |
||||
|
msgid "A model that gets its ``ir.model`` computed" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.value:0 |
||||
|
msgid "Another property with that name exists for that resource." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.property:0 |
||||
|
msgid "Another property with that name exists for that template." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.template:0 |
||||
|
msgid "Another template with that name exists for that model." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_uid:0 |
||||
|
#: field:custom.info.template,create_uid:0 |
||||
|
#: field:custom.info.value,create_uid:0 |
||||
|
msgid "Created by" |
||||
|
msgstr "Creato da" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_date:0 |
||||
|
#: field:custom.info.template,create_date:0 |
||||
|
#: field:custom.info.value,create_date:0 |
||||
|
msgid "Created on" |
||||
|
msgstr "Creato il" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info |
||||
|
msgid "Custom Info" |
||||
|
msgstr "Informazioni personalizzate" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Custom Info Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form |
||||
|
msgid "Custom Info Template Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree |
||||
|
msgid "Custom Info Templates" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_template_id:0 |
||||
|
msgid "Custom Information Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_ids:0 |
||||
|
msgid "Custom Properties" |
||||
|
msgstr "Proprietà personalizzate" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree |
||||
|
msgid "Custom Property Values" |
||||
|
msgstr "Valori della Proprietà personalizzata" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_property |
||||
|
msgid "Custom information property" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_template |
||||
|
msgid "Custom information template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_value |
||||
|
msgid "Custom information value" |
||||
|
msgstr "Valore dell'informazione personalizzata" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,id:0 field:custom.info.model_link,id:0 |
||||
|
#: field:custom.info.property,id:0 field:custom.info.template,id:0 |
||||
|
#: field:custom.info.value,id:0 |
||||
|
msgid "ID" |
||||
|
msgstr "ID" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Info Lines" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info |
||||
|
msgid "Inheritable abstract model to add custom info in any model" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_uid:0 |
||||
|
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0 |
||||
|
msgid "Last Updated by" |
||||
|
msgstr "Ultimo aggiornamento da" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_date:0 |
||||
|
#: field:custom.info.template,write_date:0 |
||||
|
#: field:custom.info.value,write_date:0 |
||||
|
msgid "Last Updated on" |
||||
|
msgstr "Ultimo aggiornamento il" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.model_link,model:0 |
||||
|
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0 |
||||
|
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0 |
||||
|
#: field:custom.info.value,model_id:0 |
||||
|
msgid "Model" |
||||
|
msgstr "Modello" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,name:0 field:custom.info.template,name:0 |
||||
|
msgid "Name" |
||||
|
msgstr "Nome" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.template,info_ids:0 |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line |
||||
|
msgid "Properties" |
||||
|
msgstr "Proprietà" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,property_id:0 |
||||
|
msgid "Property" |
||||
|
msgstr "Proprietà" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,info_value_ids:0 |
||||
|
msgid "Property Values" |
||||
|
msgstr "Valori della Proprietà" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,res_id:0 |
||||
|
msgid "Resource ID" |
||||
|
msgstr "ID Risorsa" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,template_id:0 |
||||
|
msgid "Template" |
||||
|
msgstr "Modello" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template |
||||
|
msgid "Templates" |
||||
|
msgstr "Modelli" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,value:0 |
||||
|
msgid "Value" |
||||
|
msgstr "Valore" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_value_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value |
||||
|
msgid "Values" |
||||
|
msgstr "Valori" |
@ -0,0 +1,202 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * base_custom_info |
||||
|
# |
||||
|
# Translators: |
||||
|
msgid "" |
||||
|
msgstr "" |
||||
|
"Project-Id-Version: server-tools (8.0)\n" |
||||
|
"Report-Msgid-Bugs-To: \n" |
||||
|
"POT-Creation-Date: 2016-03-12 02:05+0000\n" |
||||
|
"PO-Revision-Date: 2016-03-10 18:17+0000\n" |
||||
|
"Last-Translator: <>\n" |
||||
|
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-server-tools-8-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_custom_info |
||||
|
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action |
||||
|
msgid "" |
||||
|
"<p class=\"oe_view_nocontent_create\">\n" |
||||
|
" Click to define a new custom info template.\n" |
||||
|
" </p><p>\n" |
||||
|
" You must define a custom info template for each\n" |
||||
|
" product properties group.\n" |
||||
|
" </p>\n" |
||||
|
" " |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_model_link |
||||
|
msgid "A model that gets its ``ir.model`` computed" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.value:0 |
||||
|
msgid "Another property with that name exists for that resource." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.property:0 |
||||
|
msgid "Another property with that name exists for that template." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.template:0 |
||||
|
msgid "Another template with that name exists for that model." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_uid:0 |
||||
|
#: field:custom.info.template,create_uid:0 |
||||
|
#: field:custom.info.value,create_uid:0 |
||||
|
msgid "Created by" |
||||
|
msgstr "Criado por" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_date:0 |
||||
|
#: field:custom.info.template,create_date:0 |
||||
|
#: field:custom.info.value,create_date:0 |
||||
|
msgid "Created on" |
||||
|
msgstr "Criado em" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info |
||||
|
msgid "Custom Info" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Custom Info Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form |
||||
|
msgid "Custom Info Template Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree |
||||
|
msgid "Custom Info Templates" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_template_id:0 |
||||
|
msgid "Custom Information Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_ids:0 |
||||
|
msgid "Custom Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree |
||||
|
msgid "Custom Property Values" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_property |
||||
|
msgid "Custom information property" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_template |
||||
|
msgid "Custom information template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_value |
||||
|
msgid "Custom information value" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,id:0 field:custom.info.model_link,id:0 |
||||
|
#: field:custom.info.property,id:0 field:custom.info.template,id:0 |
||||
|
#: field:custom.info.value,id:0 |
||||
|
msgid "ID" |
||||
|
msgstr "Identificação" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Info Lines" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info |
||||
|
msgid "Inheritable abstract model to add custom info in any model" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_uid:0 |
||||
|
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0 |
||||
|
msgid "Last Updated by" |
||||
|
msgstr "Última atualização por" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_date:0 |
||||
|
#: field:custom.info.template,write_date:0 |
||||
|
#: field:custom.info.value,write_date:0 |
||||
|
msgid "Last Updated on" |
||||
|
msgstr "Última atualização em" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.model_link,model:0 |
||||
|
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0 |
||||
|
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0 |
||||
|
#: field:custom.info.value,model_id:0 |
||||
|
msgid "Model" |
||||
|
msgstr "Modelo" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,name:0 field:custom.info.template,name:0 |
||||
|
msgid "Name" |
||||
|
msgstr "Nome" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.template,info_ids:0 |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line |
||||
|
msgid "Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,property_id:0 |
||||
|
msgid "Property" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,info_value_ids:0 |
||||
|
msgid "Property Values" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,res_id:0 |
||||
|
msgid "Resource ID" |
||||
|
msgstr "Identificação do Recurso" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,template_id:0 |
||||
|
msgid "Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template |
||||
|
msgid "Templates" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,value:0 |
||||
|
msgid "Value" |
||||
|
msgstr "Valor" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_value_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value |
||||
|
msgid "Values" |
||||
|
msgstr "Valores" |
@ -0,0 +1,202 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * base_custom_info |
||||
|
# |
||||
|
# Translators: |
||||
|
msgid "" |
||||
|
msgstr "" |
||||
|
"Project-Id-Version: server-tools (8.0)\n" |
||||
|
"Report-Msgid-Bugs-To: \n" |
||||
|
"POT-Creation-Date: 2016-03-12 02:05+0000\n" |
||||
|
"PO-Revision-Date: 2016-03-10 18:17+0000\n" |
||||
|
"Last-Translator: <>\n" |
||||
|
"Language-Team: Russian (http://www.transifex.com/oca/OCA-server-tools-8-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_custom_info |
||||
|
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action |
||||
|
msgid "" |
||||
|
"<p class=\"oe_view_nocontent_create\">\n" |
||||
|
" Click to define a new custom info template.\n" |
||||
|
" </p><p>\n" |
||||
|
" You must define a custom info template for each\n" |
||||
|
" product properties group.\n" |
||||
|
" </p>\n" |
||||
|
" " |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_model_link |
||||
|
msgid "A model that gets its ``ir.model`` computed" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.value:0 |
||||
|
msgid "Another property with that name exists for that resource." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.property:0 |
||||
|
msgid "Another property with that name exists for that template." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.template:0 |
||||
|
msgid "Another template with that name exists for that model." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_uid:0 |
||||
|
#: field:custom.info.template,create_uid:0 |
||||
|
#: field:custom.info.value,create_uid:0 |
||||
|
msgid "Created by" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_date:0 |
||||
|
#: field:custom.info.template,create_date:0 |
||||
|
#: field:custom.info.value,create_date:0 |
||||
|
msgid "Created on" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info |
||||
|
msgid "Custom Info" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Custom Info Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form |
||||
|
msgid "Custom Info Template Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree |
||||
|
msgid "Custom Info Templates" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_template_id:0 |
||||
|
msgid "Custom Information Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_ids:0 |
||||
|
msgid "Custom Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree |
||||
|
msgid "Custom Property Values" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_property |
||||
|
msgid "Custom information property" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_template |
||||
|
msgid "Custom information template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_value |
||||
|
msgid "Custom information value" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,id:0 field:custom.info.model_link,id:0 |
||||
|
#: field:custom.info.property,id:0 field:custom.info.template,id:0 |
||||
|
#: field:custom.info.value,id:0 |
||||
|
msgid "ID" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Info Lines" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info |
||||
|
msgid "Inheritable abstract model to add custom info in any model" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_uid:0 |
||||
|
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0 |
||||
|
msgid "Last Updated by" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_date:0 |
||||
|
#: field:custom.info.template,write_date:0 |
||||
|
#: field:custom.info.value,write_date:0 |
||||
|
msgid "Last Updated on" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.model_link,model:0 |
||||
|
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0 |
||||
|
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0 |
||||
|
#: field:custom.info.value,model_id:0 |
||||
|
msgid "Model" |
||||
|
msgstr "Модель" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,name:0 field:custom.info.template,name:0 |
||||
|
msgid "Name" |
||||
|
msgstr "Название" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.template,info_ids:0 |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line |
||||
|
msgid "Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,property_id:0 |
||||
|
msgid "Property" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,info_value_ids:0 |
||||
|
msgid "Property Values" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,res_id:0 |
||||
|
msgid "Resource ID" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,template_id:0 |
||||
|
msgid "Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template |
||||
|
msgid "Templates" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,value:0 |
||||
|
msgid "Value" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_value_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value |
||||
|
msgid "Values" |
||||
|
msgstr "" |
@ -0,0 +1,203 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * base_custom_info |
||||
|
# |
||||
|
# Translators: |
||||
|
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2016 |
||||
|
msgid "" |
||||
|
msgstr "" |
||||
|
"Project-Id-Version: server-tools (8.0)\n" |
||||
|
"Report-Msgid-Bugs-To: \n" |
||||
|
"POT-Creation-Date: 2016-03-12 02:05+0000\n" |
||||
|
"PO-Revision-Date: 2016-03-11 10:31+0000\n" |
||||
|
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n" |
||||
|
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-server-tools-8-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_custom_info |
||||
|
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action |
||||
|
msgid "" |
||||
|
"<p class=\"oe_view_nocontent_create\">\n" |
||||
|
" Click to define a new custom info template.\n" |
||||
|
" </p><p>\n" |
||||
|
" You must define a custom info template for each\n" |
||||
|
" product properties group.\n" |
||||
|
" </p>\n" |
||||
|
" " |
||||
|
msgstr "<p class=\"oe_view_nocontent_create\">\n Določi novo predlogo informacij po meri.\n </p><p>\n Določiti morate predlogo informacij po meri za vsako\n skupino lastnosti proizvodov.\n </p>\n " |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_model_link |
||||
|
msgid "A model that gets its ``ir.model`` computed" |
||||
|
msgstr "Model, katerega ``ir.model`` se obdela" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.value:0 |
||||
|
msgid "Another property with that name exists for that resource." |
||||
|
msgstr "Za ta vir obstaja druga lastnost z istim nazivom." |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.property:0 |
||||
|
msgid "Another property with that name exists for that template." |
||||
|
msgstr "Za to predlogo obstaja druga lastnost z istim nazivom." |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.template:0 |
||||
|
msgid "Another template with that name exists for that model." |
||||
|
msgstr "Za ta model obstaja druga predloga z istim nazivom." |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_uid:0 |
||||
|
#: field:custom.info.template,create_uid:0 |
||||
|
#: field:custom.info.value,create_uid:0 |
||||
|
msgid "Created by" |
||||
|
msgstr "Ustvaril" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_date:0 |
||||
|
#: field:custom.info.template,create_date:0 |
||||
|
#: field:custom.info.value,create_date:0 |
||||
|
msgid "Created on" |
||||
|
msgstr "Ustvarjeno" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info |
||||
|
msgid "Custom Info" |
||||
|
msgstr "Informacije po meri" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Custom Info Template" |
||||
|
msgstr "Predloga informacij po meri" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form |
||||
|
msgid "Custom Info Template Properties" |
||||
|
msgstr "Lastnosti predloge informacij po meri" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree |
||||
|
msgid "Custom Info Templates" |
||||
|
msgstr "Predloge informacij po meri" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_template_id:0 |
||||
|
msgid "Custom Information Template" |
||||
|
msgstr "Predloga informacij po meri" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_ids:0 |
||||
|
msgid "Custom Properties" |
||||
|
msgstr "Lastnosti po meri" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree |
||||
|
msgid "Custom Property Values" |
||||
|
msgstr "Vrednosti lastnosti po meri" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_property |
||||
|
msgid "Custom information property" |
||||
|
msgstr "Lastnosi informacij po meri" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_template |
||||
|
msgid "Custom information template" |
||||
|
msgstr "Predloga informacij po meri" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_value |
||||
|
msgid "Custom information value" |
||||
|
msgstr "Vrednost informacij po meri" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,id:0 field:custom.info.model_link,id:0 |
||||
|
#: field:custom.info.property,id:0 field:custom.info.template,id:0 |
||||
|
#: field:custom.info.value,id:0 |
||||
|
msgid "ID" |
||||
|
msgstr "ID" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Info Lines" |
||||
|
msgstr "Postavke informacij" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info |
||||
|
msgid "Inheritable abstract model to add custom info in any model" |
||||
|
msgstr "Deden abstraktni model za dodajanje informacij po meri kateremukoli modelu." |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_uid:0 |
||||
|
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0 |
||||
|
msgid "Last Updated by" |
||||
|
msgstr "Zadnji posodobil" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_date:0 |
||||
|
#: field:custom.info.template,write_date:0 |
||||
|
#: field:custom.info.value,write_date:0 |
||||
|
msgid "Last Updated on" |
||||
|
msgstr "Zadnjič posodobljeno" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.model_link,model:0 |
||||
|
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0 |
||||
|
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0 |
||||
|
#: field:custom.info.value,model_id:0 |
||||
|
msgid "Model" |
||||
|
msgstr "Model" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,name:0 field:custom.info.template,name:0 |
||||
|
msgid "Name" |
||||
|
msgstr "Naziv" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.template,info_ids:0 |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line |
||||
|
msgid "Properties" |
||||
|
msgstr "Lastnosti" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,property_id:0 |
||||
|
msgid "Property" |
||||
|
msgstr "Lastnost" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,info_value_ids:0 |
||||
|
msgid "Property Values" |
||||
|
msgstr "Vrednosti lastnosti" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,res_id:0 |
||||
|
msgid "Resource ID" |
||||
|
msgstr "ID vira" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,template_id:0 |
||||
|
msgid "Template" |
||||
|
msgstr "Predloga" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template |
||||
|
msgid "Templates" |
||||
|
msgstr "Predloge" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,value:0 |
||||
|
msgid "Value" |
||||
|
msgstr "Vrednost" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_value_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value |
||||
|
msgid "Values" |
||||
|
msgstr "Vrednosti" |
@ -0,0 +1,202 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * base_custom_info |
||||
|
# |
||||
|
# Translators: |
||||
|
msgid "" |
||||
|
msgstr "" |
||||
|
"Project-Id-Version: server-tools (8.0)\n" |
||||
|
"Report-Msgid-Bugs-To: \n" |
||||
|
"POT-Creation-Date: 2016-03-12 02:05+0000\n" |
||||
|
"PO-Revision-Date: 2016-03-10 18:17+0000\n" |
||||
|
"Last-Translator: <>\n" |
||||
|
"Language-Team: Turkish (http://www.transifex.com/oca/OCA-server-tools-8-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_custom_info |
||||
|
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action |
||||
|
msgid "" |
||||
|
"<p class=\"oe_view_nocontent_create\">\n" |
||||
|
" Click to define a new custom info template.\n" |
||||
|
" </p><p>\n" |
||||
|
" You must define a custom info template for each\n" |
||||
|
" product properties group.\n" |
||||
|
" </p>\n" |
||||
|
" " |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_model_link |
||||
|
msgid "A model that gets its ``ir.model`` computed" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.value:0 |
||||
|
msgid "Another property with that name exists for that resource." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.property:0 |
||||
|
msgid "Another property with that name exists for that template." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: sql_constraint:custom.info.template:0 |
||||
|
msgid "Another template with that name exists for that model." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_uid:0 |
||||
|
#: field:custom.info.template,create_uid:0 |
||||
|
#: field:custom.info.value,create_uid:0 |
||||
|
msgid "Created by" |
||||
|
msgstr "Oluşturan" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,create_date:0 |
||||
|
#: field:custom.info.template,create_date:0 |
||||
|
#: field:custom.info.value,create_date:0 |
||||
|
msgid "Created on" |
||||
|
msgstr "Oluşturuldu" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info |
||||
|
msgid "Custom Info" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Custom Info Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form |
||||
|
msgid "Custom Info Template Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree |
||||
|
msgid "Custom Info Templates" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_template_id:0 |
||||
|
msgid "Custom Information Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,custom_info_ids:0 |
||||
|
msgid "Custom Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree |
||||
|
msgid "Custom Property Values" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_property |
||||
|
msgid "Custom information property" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_template |
||||
|
msgid "Custom information template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info_value |
||||
|
msgid "Custom information value" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info,id:0 field:custom.info.model_link,id:0 |
||||
|
#: field:custom.info.property,id:0 field:custom.info.template,id:0 |
||||
|
#: field:custom.info.value,id:0 |
||||
|
msgid "ID" |
||||
|
msgstr "ID" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: view:custom.info.template:base_custom_info.base_custom_info_template_form |
||||
|
msgid "Info Lines" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.model,name:base_custom_info.model_custom_info |
||||
|
msgid "Inheritable abstract model to add custom info in any model" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_uid:0 |
||||
|
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0 |
||||
|
msgid "Last Updated by" |
||||
|
msgstr "Son güncelleyen" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,write_date:0 |
||||
|
#: field:custom.info.template,write_date:0 |
||||
|
#: field:custom.info.value,write_date:0 |
||||
|
msgid "Last Updated on" |
||||
|
msgstr "Son güncellenme" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.model_link,model:0 |
||||
|
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0 |
||||
|
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0 |
||||
|
#: field:custom.info.value,model_id:0 |
||||
|
msgid "Model" |
||||
|
msgstr "Model" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,name:0 field:custom.info.template,name:0 |
||||
|
msgid "Name" |
||||
|
msgstr "Adı" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.template,info_ids:0 |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line |
||||
|
msgid "Properties" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,property_id:0 |
||||
|
msgid "Property" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,info_value_ids:0 |
||||
|
msgid "Property Values" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,res_id:0 |
||||
|
msgid "Resource ID" |
||||
|
msgstr "Kaynak ID" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.property,template_id:0 |
||||
|
msgid "Template" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template |
||||
|
msgid "Templates" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: field:custom.info.value,value:0 |
||||
|
msgid "Value" |
||||
|
msgstr "Değer" |
||||
|
|
||||
|
#. module: base_custom_info |
||||
|
#: model:ir.actions.act_window,name:base_custom_info.custom_info_value_action |
||||
|
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value |
||||
|
msgid "Values" |
||||
|
msgstr "Değerler" |
After Width: 177 | Height: 117 | Size: 3.5 KiB |
After Width: 1064 | Height: 440 | Size: 21 KiB |
After Width: 1077 | Height: 447 | Size: 19 KiB |
After Width: 1217 | Height: 226 | Size: 14 KiB |
@ -1,6 +1,6 @@ |
|||||
# -*- coding: utf-8 -*- |
# -*- coding: utf-8 -*- |
||||
# (c) 2015 Antiun Ingeniería S.L. - Sergio Teruel |
|
||||
# (c) 2015 Antiun Ingeniería S.L. - Carlos Dauden |
|
||||
|
# © 2015 Antiun Ingeniería S.L. - Sergio Teruel |
||||
|
# © 2015 Antiun Ingeniería S.L. - Carlos Dauden |
||||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html |
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html |
||||
|
|
||||
from . import custom_info |
from . import custom_info |
@ -1,7 +1,7 @@ |
|||||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink |
|
||||
access_custom_info_template_user,custom.info.template.user,model_custom_info_template,base.group_user,1,0,0,0 |
|
||||
access_custom_info_template_line_user,custom.info.template.line.user,model_custom_info_template_line,base.group_user,1,0,0,0 |
|
||||
access_custom_info_value_user,custom.info.value.user,model_custom_info_value,base.group_user,1,0,0,0 |
|
||||
access_custom_info_template_sale_manager,custom.info.template.salemanager,model_custom_info_template,base.group_sale_manager,1,1,1,1 |
|
||||
access_custom_info_template_line_sale_manager,custom.info.template.line.salemanager,model_custom_info_template_line,base.group_sale_manager,1,1,1,1 |
|
||||
access_custom_info_value_sale_manager,custom.info.value.salemanager,model_custom_info_value,base.group_sale_manager,1,1,1,1 |
|
||||
|
"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink" |
||||
|
"access_custom_info_template_user","custom.info.template.user","model_custom_info_template","base.group_user",1,0,0,0 |
||||
|
"access_custom_info_property_user","custom.info.template.line.user","model_custom_info_property","base.group_user",1,0,0,0 |
||||
|
"access_custom_info_value_user","custom.info.value.user","model_custom_info_value","base.group_user",1,0,0,0 |
||||
|
"access_custom_info_template_sale_manager","custom.info.template.salemanager","model_custom_info_template","base.group_system",1,1,1,1 |
||||
|
"access_custom_info_property_sale_manager","custom.info.template.line.salemanager","model_custom_info_property","base.group_system",1,1,1,1 |
||||
|
"access_custom_info_value_sale_manager","custom.info.value.salemanager","model_custom_info_value","base.group_system",1,1,1,1 |
Write
Preview
Loading…
Cancel
Save
Reference in new issue