diff --git a/document_knowledge/README.rst b/document_knowledge/README.rst new file mode 100644 index 00000000..de7aea8c --- /dev/null +++ b/document_knowledge/README.rst @@ -0,0 +1,131 @@ +========= +Knowledge +========= + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github + :target: https://github.com/OCA/knowledge/tree/16.0/knowledge + :alt: OCA/knowledge +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-knowledge + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/118/16.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module is the base for any knowledge and document management application. + +**Table of contents** + +.. contents:: + :local: + +Configuration +============= + +To set up this module, you need to go to: + +* Knowledge / Configuration / Settings + +From this menu you'll have a central access to install the apps that belong +to Knowledge. + +* Check *Attachments List and Document Indexation* if you want to install the + module that allows users to attach documents to any model. +* Check *Manage attachments centrally* if you want all users to be able to + access to the all attachments to which they have read permissions, from the + menu *Knowledge / Documents* + +If you want to grant Central Access to Documents only to some users: + +#. Go to *Settings/Activate the developer mode*. Only a user with + *Administration / Settings* permissions can do that. + +#. Go to *Settings / Users & Companies / Users* and set the checkbox + *Central access to Documents* to the selected users. + +Usage +===== + +This module adds a new top level menu *Knowledge* + +Users with permission *Central access to Documents* can access in +*Knowledge/Documents* to all the documents attached to records of any model +for which they have read permission. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* OpenERP SA +* MONK Software +* Tecnativa +* ForgeFlow + +Contributors +~~~~~~~~~~~~ + +* Odoo SA +* Savoir-faire Linux +* Gervais Naoussi +* Leonardo Donelli +* Maxime Chambreuil +* Fayez Qandeel +* Iván Todorovich +* Jordi Ballester +* `Tecnativa `_: + + * Vicent Cubells + * Ernesto Tejeda + +Trobz + +* Dung Tran + +Other credits +~~~~~~~~~~~~~ + +The development of this module has been financially supported by: + +* Camptocamp + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/knowledge `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/document_knowledge/__init__.py b/document_knowledge/__init__.py new file mode 100644 index 00000000..9fabbc86 --- /dev/null +++ b/document_knowledge/__init__.py @@ -0,0 +1,4 @@ +# Copyright (C) 2004-2009 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import models diff --git a/document_knowledge/__manifest__.py b/document_knowledge/__manifest__.py new file mode 100644 index 00000000..2ffa6570 --- /dev/null +++ b/document_knowledge/__manifest__.py @@ -0,0 +1,25 @@ +# Copyright (C) 2004-2009 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +{ + "name": "Documents Knowledge", + "version": "16.0.1.0.0", + "author": "OpenERP SA," + "MONK Software, " + "Tecnativa, " + "ForgeFlow, " + "Odoo Community Association (OCA)", + "category": "Knowledge", + "license": "AGPL-3", + "website": "https://github.com/OCA/knowledge", + "depends": ["base"], + "data": [ + "data/ir_module_category.xml", + "security/document_knowledge_security.xml", + "data/res_users.xml", + "views/document_knowledge.xml", + "views/res_config.xml", + ], + "demo": ["demo/document_knowledge.xml"], + "installable": True, + "application": True, +} diff --git a/document_knowledge/data/ir_module_category.xml b/document_knowledge/data/ir_module_category.xml new file mode 100644 index 00000000..9231e266 --- /dev/null +++ b/document_knowledge/data/ir_module_category.xml @@ -0,0 +1,10 @@ + + + + Documents Knowledge + Manage documents and knowledge-related + applications + + 30 + + diff --git a/document_knowledge/data/res_users.xml b/document_knowledge/data/res_users.xml new file mode 100644 index 00000000..829a3bf7 --- /dev/null +++ b/document_knowledge/data/res_users.xml @@ -0,0 +1,9 @@ + + + + + + diff --git a/document_knowledge/demo/document_knowledge.xml b/document_knowledge/demo/document_knowledge.xml new file mode 100644 index 00000000..e576c529 --- /dev/null +++ b/document_knowledge/demo/document_knowledge.xml @@ -0,0 +1,9 @@ + + + + + + diff --git a/document_knowledge/i18n/am.po b/document_knowledge/i18n/am.po new file mode 100644 index 00000000..4819970a --- /dev/null +++ b/document_knowledge/i18n/am.po @@ -0,0 +1,197 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-13 13:00+0000\n" +"PO-Revision-Date: 2016-09-09 12:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/am/)\n" +"Language: am\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "ማስተካከያዎች" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "ማስተካከያዎች" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "ማመልከት" + +#~ msgid "Cancel" +#~ msgstr "መሰረዝ" + +#~ msgid "Created by" +#~ msgstr "Creado por" + +#~ msgid "Created on" +#~ msgstr "Creado en" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Última actualización por" + +#~ msgid "Last Updated on" +#~ msgstr "Última actualización en" + +#~ msgid "or" +#~ msgstr "ወይም" diff --git a/document_knowledge/i18n/ar.po b/document_knowledge/i18n/ar.po new file mode 100644 index 00000000..55d5e9d5 --- /dev/null +++ b/document_knowledge/i18n/ar.po @@ -0,0 +1,205 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "الإعدادات" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "الإعدادات" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "المستندات" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "المعرفة" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "المعرفة وإدارة المستندات" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "المعرفة" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "إدارة المستندات" + +#~ msgid "Apply" +#~ msgstr "تطبيق" + +#~ msgid "Cancel" +#~ msgstr "إلغاء" + +#~ msgid "Configure Knowledge" +#~ msgstr "ضبط المعرفة" + +#~ msgid "Created by" +#~ msgstr "أنشئ بواسطة" + +#~ msgid "Created on" +#~ msgstr "أنشئ في" + +#~ msgid "ID" +#~ msgstr "المعرف" + +#~ msgid "Last Updated by" +#~ msgstr "آخر تحديث بواسطة" + +#~ msgid "Last Updated on" +#~ msgstr "آخر تحديث في" + +#~ msgid "or" +#~ msgstr "أو" diff --git a/document_knowledge/i18n/bg.po b/document_knowledge/i18n/bg.po new file mode 100644 index 00000000..bbc5921f --- /dev/null +++ b/document_knowledge/i18n/bg.po @@ -0,0 +1,198 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"Language: bg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Настройка" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Настройка" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Документи" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Знания" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Знания" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Приложи" + +#~ msgid "Cancel" +#~ msgstr "Откажи" + +#~ msgid "Created by" +#~ msgstr "Създадено от" + +#~ msgid "Created on" +#~ msgstr "Създадено на" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Последно обновено от" + +#~ msgid "Last Updated on" +#~ msgstr "Последно обновено на" + +#~ msgid "or" +#~ msgstr "или" diff --git a/document_knowledge/i18n/bs.po b/document_knowledge/i18n/bs.po new file mode 100644 index 00000000..f7b8d567 --- /dev/null +++ b/document_knowledge/i18n/bs.po @@ -0,0 +1,193 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"Language: bs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Konfiguracija" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Konfiguracija" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Znanje" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Znanje" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Primjeni" + +#~ msgid "Cancel" +#~ msgstr "Otkaži" + +#~ msgid "Created by" +#~ msgstr "Kreirao" + +#~ msgid "Created on" +#~ msgstr "Kreirano" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "or" +#~ msgstr "ili" diff --git a/document_knowledge/i18n/ca.po b/document_knowledge/i18n/ca.po new file mode 100644 index 00000000..f5439824 --- /dev/null +++ b/document_knowledge/i18n/ca.po @@ -0,0 +1,192 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuració" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuració" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documents" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Coneixement" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Coneixement" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancel·la" + +#~ msgid "Created by" +#~ msgstr "Creat per" + +#~ msgid "Created on" +#~ msgstr "Creat el" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Darrera Actualització per" + +#~ msgid "Last Updated on" +#~ msgstr "Darrera Actualització el" diff --git a/document_knowledge/i18n/cs.po b/document_knowledge/i18n/cs.po new file mode 100644 index 00000000..1347ebd9 --- /dev/null +++ b/document_knowledge/i18n/cs.po @@ -0,0 +1,204 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Nastavení" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Nastavení" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenty" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Znalosti" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Správa znalostí a dokumentů" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Znalosti" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Spravovat dokumenty" + +#~ msgid "Apply" +#~ msgstr "Použít" + +#~ msgid "Cancel" +#~ msgstr "Zrušit" + +#~ msgid "Configure Knowledge" +#~ msgstr "Nastavit znalosti" + +#~ msgid "Created by" +#~ msgstr "Vytvořil(a)" + +#~ msgid "Created on" +#~ msgstr "Vytvořeno" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Naposled upraveno" + +#~ msgid "Last Updated on" +#~ msgstr "Naposled upraveno" + +#~ msgid "or" +#~ msgstr "nebo" diff --git a/document_knowledge/i18n/da.po b/document_knowledge/i18n/da.po new file mode 100644 index 00000000..8f946f73 --- /dev/null +++ b/document_knowledge/i18n/da.po @@ -0,0 +1,198 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Konfiguration" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Konfiguration" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenter" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Viden" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Viden" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Anvend" + +#~ msgid "Cancel" +#~ msgstr "Annuller" + +#~ msgid "Created by" +#~ msgstr "Oprettet af" + +#~ msgid "Created on" +#~ msgstr "Oprettet den" + +#~ msgid "ID" +#~ msgstr "Id" + +#~ msgid "Last Updated by" +#~ msgstr "Sidst opdateret af" + +#~ msgid "Last Updated on" +#~ msgstr "Sidst opdateret den" + +#~ msgid "or" +#~ msgstr "eller" diff --git a/document_knowledge/i18n/de.po b/document_knowledge/i18n/de.po new file mode 100644 index 00000000..6ae2db07 --- /dev/null +++ b/document_knowledge/i18n/de.po @@ -0,0 +1,227 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +# Niki Waibel , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 03:34+0000\n" +"PO-Revision-Date: 2017-03-28 03:34+0000\n" +"Last-Translator: Niki Waibel , 2017\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" +"Workflow zu Dokumenten pro Kategorie hinzufügen.\n" +"- Das Modul document_page_approval wird installiert." + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "Dateien aus externem DMS in Odoo einbinden" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +#, fuzzy +msgid "Attachment" +msgstr "ir.attachment" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "knowledge.config.settings" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Konfiguration" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" +"Verknüpfe Odoo mit einem CMIS-kompatiblen Server, um \n" +"Dateien an Odoo-Datensätze anzuhängen.\n" +"- Das Modul cmis-read wird installiert." + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" +"Verknüpfe Odoo mit einem CMIS-kompatiblen Server, um \n" +"Dateien dort abzuspeichern.\n" +"- Das Modul cmis-write wird installiert." + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "Mit externem DMS verbinden" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +#, fuzzy +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" +"Dokumentindizierung, Volltextrecherche in Dokumenten.\n" +"- Das Modul document wird installiert." + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumente" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "Gruppiert durch" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Dokumente" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Knowledge und Dokumenten Management" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "Wissender Benutzer" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "Dokumentseiten verwalten (Wiki)" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "Dokumentenfreigabe verwalten" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "Modell" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" +"Stelle Dokumentenseite und Kategorie als Wiki zur Verfügung.\n" +"- Das Modul document_page wird installiert." + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "Einstellungen" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "Speichere Anhänge auf externem DMS anstelle der Odoo-Dateiablage" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Dokumentenverwaltung" + +#~ msgid "Apply" +#~ msgstr "Anwenden" + +#~ msgid "Cancel" +#~ msgstr "Abbrechen" + +#~ msgid "Configure Knowledge" +#~ msgstr "Konfiguriere Dokumentenmanagement" + +#~ msgid "Created by" +#~ msgstr "Erstellt durch" + +#~ msgid "Created on" +#~ msgstr "Erstellt am" + +#~ msgid "Display Name" +#~ msgstr "Anzeigename" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Zuletzt aktualisiert am" + +#~ msgid "Last Updated by" +#~ msgstr "Zuletzt aktualisiert von" + +#~ msgid "Last Updated on" +#~ msgstr "Zuletzt aktualisiert am" + +#~ msgid "Using CMIS" +#~ msgstr "Verwende CMIS" + +#~ msgid "or" +#~ msgstr "oder" diff --git a/document_knowledge/i18n/el.po b/document_knowledge/i18n/el.po new file mode 100644 index 00000000..b1b65c21 --- /dev/null +++ b/document_knowledge/i18n/el.po @@ -0,0 +1,198 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Greek (https://www.transifex.com/oca/teams/23907/el/)\n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Ρυθμίσεις" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Ρυθμίσεις" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Έγγραφα" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Γνωσιακή" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Γνωσιακή" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Εφαρμογή" + +#~ msgid "Cancel" +#~ msgstr "Ακύρωση" + +#~ msgid "Created by" +#~ msgstr "Δημιουργήθηκε από" + +#~ msgid "Created on" +#~ msgstr "Δημιουργήθηκε στις" + +#~ msgid "ID" +#~ msgstr "Κωδικός" + +#~ msgid "Last Updated by" +#~ msgstr "Τελευταία Αναβαθμίστηκε από" + +#~ msgid "Last Updated on" +#~ msgstr "Τελευταία Αναβαθμίστηκε στις" + +#~ msgid "or" +#~ msgstr "ή" diff --git a/document_knowledge/i18n/el_GR.po b/document_knowledge/i18n/el_GR.po new file mode 100644 index 00000000..618ed3a9 --- /dev/null +++ b/document_knowledge/i18n/el_GR.po @@ -0,0 +1,187 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-13 13:00+0000\n" +"PO-Revision-Date: 2016-09-09 12:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-" +"knowledge-9-0/language/el_GR/)\n" +"Language: el_GR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Created by" +#~ msgstr "Δημιουργήθηκε από " + +#~ msgid "Created on" +#~ msgstr "Δημιουργήθηκε στις" + +#~ msgid "ID" +#~ msgstr "Κωδικός" + +#~ msgid "Last Updated by" +#~ msgstr "Τελευταία ενημέρωση από" + +#~ msgid "Last Updated on" +#~ msgstr "Τελευταία ενημέρωση στις" diff --git a/document_knowledge/i18n/en_AU.po b/document_knowledge/i18n/en_AU.po new file mode 100644 index 00000000..c02ba3c6 --- /dev/null +++ b/document_knowledge/i18n/en_AU.po @@ -0,0 +1,181 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:04+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: English (Australia) (http://www.transifex.com/oca/OCA-" +"knowledge-9-0/language/en_AU/)\n" +"Language: en_AU\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Apply" + +#~ msgid "Cancel" +#~ msgstr "Cancel" + +#~ msgid "or" +#~ msgstr "or" diff --git a/document_knowledge/i18n/en_GB.po b/document_knowledge/i18n/en_GB.po new file mode 100644 index 00000000..b2ac9095 --- /dev/null +++ b/document_knowledge/i18n/en_GB.po @@ -0,0 +1,199 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/" +"teams/23907/en_GB/)\n" +"Language: en_GB\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuration" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuration" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documents" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Knowledge" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Knowledge" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Apply" + +#~ msgid "Cancel" +#~ msgstr "Cancel" + +#~ msgid "Created by" +#~ msgstr "Created by" + +#~ msgid "Created on" +#~ msgstr "Created on" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Last Updated by" + +#~ msgid "Last Updated on" +#~ msgstr "Last Updated on" + +#~ msgid "or" +#~ msgstr "or" diff --git a/document_knowledge/i18n/es.po b/document_knowledge/i18n/es.po new file mode 100644 index 00000000..31078f1b --- /dev/null +++ b/document_knowledge/i18n/es.po @@ -0,0 +1,210 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "knowledge.config.settings" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Conocimiento" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Gestión de documentos y de la base de conocimiento" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Conocimiento" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "Gestionar páginas de documento (Wiki)" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "Gestionar aprobación de documentos" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "Ajustes" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Gestión de documentos" + +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Configure Knowledge" +#~ msgstr "Configurar base de conocimiento" + +#~ msgid "Created by" +#~ msgstr "Creado por" + +#~ msgid "Created on" +#~ msgstr "Creado en" + +#~ msgid "Display Name" +#~ msgstr "Nombre mostrado" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Modificado por última vez el" + +#~ msgid "Last Updated by" +#~ msgstr "Última actualización de" + +#~ msgid "Last Updated on" +#~ msgstr "Última actualización en" + +#~ msgid "or" +#~ msgstr "o" diff --git a/document_knowledge/i18n/es_AR.po b/document_knowledge/i18n/es_AR.po new file mode 100644 index 00000000..a408e60b --- /dev/null +++ b/document_knowledge/i18n/es_AR.po @@ -0,0 +1,205 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/" +"teams/23907/es_AR/)\n" +"Language: es_AR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Conocimientos" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Gestión de Documentos y Conocimientos" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Conocimientos" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Administrar documentos" + +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Configure Knowledge" +#~ msgstr "Configurar Conocimiento" + +#~ msgid "Created by" +#~ msgstr "Creado por" + +#~ msgid "Created on" +#~ msgstr "Creado en" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Última actualización realizada por" + +#~ msgid "Last Updated on" +#~ msgstr "Última actualización el" + +#~ msgid "or" +#~ msgstr "o" diff --git a/document_knowledge/i18n/es_CL.po b/document_knowledge/i18n/es_CL.po new file mode 100644 index 00000000..798f965d --- /dev/null +++ b/document_knowledge/i18n/es_CL.po @@ -0,0 +1,176 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-" +"knowledge-9-0/language/es_CL/)\n" +"Language: es_CL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" diff --git a/document_knowledge/i18n/es_CO.po b/document_knowledge/i18n/es_CO.po new file mode 100644 index 00000000..6ea1e019 --- /dev/null +++ b/document_knowledge/i18n/es_CO.po @@ -0,0 +1,185 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/" +"es_CO/)\n" +"Language: es_CO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "or" +#~ msgstr "o" diff --git a/document_knowledge/i18n/es_CR.po b/document_knowledge/i18n/es_CR.po new file mode 100644 index 00000000..403872b6 --- /dev/null +++ b/document_knowledge/i18n/es_CR.po @@ -0,0 +1,199 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" +"teams/23907/es_CR/)\n" +"Language: es_CR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Conocimiento" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Conocimiento" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Created by" +#~ msgstr "Creado por" + +#~ msgid "Created on" +#~ msgstr "Creado en" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Ultima actualización por" + +#~ msgid "Last Updated on" +#~ msgstr "Ultima actualización en" + +#~ msgid "or" +#~ msgstr "o" diff --git a/document_knowledge/i18n/es_DO.po b/document_knowledge/i18n/es_DO.po new file mode 100644 index 00000000..0d2c35e6 --- /dev/null +++ b/document_knowledge/i18n/es_DO.po @@ -0,0 +1,187 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/" +"teams/23907/es_DO/)\n" +"Language: es_DO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Conocimiento" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Conocimiento" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "ID" +#~ msgstr "ID (identificación)" + +#~ msgid "or" +#~ msgstr "ó" diff --git a/document_knowledge/i18n/es_EC.po b/document_knowledge/i18n/es_EC.po new file mode 100644 index 00000000..e52f894b --- /dev/null +++ b/document_knowledge/i18n/es_EC.po @@ -0,0 +1,187 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/" +"es_EC/)\n" +"Language: es_EC\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Gestión de Conocimiento" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Gestión de Conocimiento" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "or" +#~ msgstr "o" diff --git a/document_knowledge/i18n/es_ES.po b/document_knowledge/i18n/es_ES.po new file mode 100644 index 00000000..87d98f07 --- /dev/null +++ b/document_knowledge/i18n/es_ES.po @@ -0,0 +1,190 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-13 13:00+0000\n" +"PO-Revision-Date: 2016-09-09 12:25+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-" +"knowledge-9-0/language/es_ES/)\n" +"Language: es_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Created by" +#~ msgstr "Creado por" + +#~ msgid "Created on" +#~ msgstr "Creado en" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Última actualización por" + +#~ msgid "Last Updated on" +#~ msgstr "Última actualización en" diff --git a/document_knowledge/i18n/es_MX.po b/document_knowledge/i18n/es_MX.po new file mode 100644 index 00000000..ef6bab20 --- /dev/null +++ b/document_knowledge/i18n/es_MX.po @@ -0,0 +1,199 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" +"es_MX/)\n" +"Language: es_MX\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Conocimiento" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Conocimiento" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Created by" +#~ msgstr "Creado por" + +#~ msgid "Created on" +#~ msgstr "Creado en" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Ultima actualización por" + +#~ msgid "Last Updated on" +#~ msgstr "Ultima actualización en" + +#~ msgid "or" +#~ msgstr "o" diff --git a/document_knowledge/i18n/es_PY.po b/document_knowledge/i18n/es_PY.po new file mode 100644 index 00000000..ad73d62d --- /dev/null +++ b/document_knowledge/i18n/es_PY.po @@ -0,0 +1,180 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/" +"es_PY/)\n" +"Language: es_PY\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "ID" +#~ msgstr "ID" diff --git a/document_knowledge/i18n/es_VE.po b/document_knowledge/i18n/es_VE.po new file mode 100644 index 00000000..f35d2e51 --- /dev/null +++ b/document_knowledge/i18n/es_VE.po @@ -0,0 +1,193 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" +"teams/23907/es_VE/)\n" +"Language: es_VE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Conocimiento" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Conocimiento" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Created by" +#~ msgstr "Creado por" + +#~ msgid "Created on" +#~ msgstr "Creado en" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Ultima actualización por" + +#~ msgid "Last Updated on" +#~ msgstr "Ultima actualización en" diff --git a/document_knowledge/i18n/et.po b/document_knowledge/i18n/et.po new file mode 100644 index 00000000..9d59c212 --- /dev/null +++ b/document_knowledge/i18n/et.po @@ -0,0 +1,189 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# FIRST AUTHOR , 2014 +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/et/)\n" +"Language: et\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Seadistused" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Seadistused" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Kinnita" + +#~ msgid "Cancel" +#~ msgstr "Loobu" + +#~ msgid "Created on" +#~ msgstr "Loodud" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "or" +#~ msgstr "või" diff --git a/document_knowledge/i18n/eu.po b/document_knowledge/i18n/eu.po new file mode 100644 index 00000000..a5257cd1 --- /dev/null +++ b/document_knowledge/i18n/eu.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# Oihane Crucelaegui , 2015 +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:04+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/eu/)\n" +"Language: eu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Ezeztatu" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "or" +#~ msgstr "edo" diff --git a/document_knowledge/i18n/fa.po b/document_knowledge/i18n/fa.po new file mode 100644 index 00000000..70431eae --- /dev/null +++ b/document_knowledge/i18n/fa.po @@ -0,0 +1,198 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" +"Language: fa\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "پیکربندی" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "پیکربندی" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "اسناد" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "دانش" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "دانش" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "اعمال" + +#~ msgid "Cancel" +#~ msgstr "لغو" + +#~ msgid "Created by" +#~ msgstr "ایجاد شده توسط" + +#~ msgid "Created on" +#~ msgstr "ایجاد شده در" + +#~ msgid "ID" +#~ msgstr "شناسه" + +#~ msgid "Last Updated by" +#~ msgstr "آخرین به روز رسانی توسط" + +#~ msgid "Last Updated on" +#~ msgstr "آخرین به روز رسانی در" + +#~ msgid "or" +#~ msgstr "یا" diff --git a/document_knowledge/i18n/fi.po b/document_knowledge/i18n/fi.po new file mode 100644 index 00000000..32cfb551 --- /dev/null +++ b/document_knowledge/i18n/fi.po @@ -0,0 +1,210 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Konfiguraatio" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Konfiguraatio" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumentit" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Tietämys" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Tietämyksen ja asiakirjojen -hallinta" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Tietämys" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Hallitse dokumentteja" + +#~ msgid "Apply" +#~ msgstr "Hyväksy" + +#~ msgid "Cancel" +#~ msgstr "Peruuta" + +#~ msgid "Configure Knowledge" +#~ msgstr "Konfiguroi tietämyksenhallinta -moduuli" + +#~ msgid "Created by" +#~ msgstr "Luonut" + +#~ msgid "Created on" +#~ msgstr "Luotu" + +#~ msgid "Display Name" +#~ msgstr "Nimi" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Viimeksi muokattu" + +#~ msgid "Last Updated by" +#~ msgstr "Viimeksi päivittänyt" + +#~ msgid "Last Updated on" +#~ msgstr "Viimeksi päivitetty" + +#~ msgid "or" +#~ msgstr "tai" diff --git a/document_knowledge/i18n/fr.po b/document_knowledge/i18n/fr.po new file mode 100644 index 00000000..c35fa7bb --- /dev/null +++ b/document_knowledge/i18n/fr.po @@ -0,0 +1,229 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2022-09-29 14:19+0000\n" +"Last-Translator: Vincent Hatakeyama \n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.3.2\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" +"Ajouter un processus sur les documents par catégorie.\n" +"- Ceci installe le module document_page_approval." + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "Joindre des fichiers à partir d'un SGD externe à Odoo" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "Pièce jointe" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "Liste des pièces jointes et indexation de documents" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "Accès central aux documents" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "Paramétrage" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuration" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" +"Connecter Odoo avec un serveur compatible CMIS pour joindre des fichiers\n" +"à un enregistrement Odoo.\n" +"- Ceci installe le module cmis_read." + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" +"Connectez Odoo avec un serveur compatible CMIS pour enregistrer les " +"fichiers.\n" +"- Cecu installe le module cmis_write." + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "Connecter avec un SGD externe" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" +"Indexation des documents, recherche dans tout le texte des pièces jointes.\n" +"- Ceci installe le module attachment_indexation." + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documents" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "Regrouper par" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Connaissances" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Base de connaissance et documentaire" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "Utilisateur de connaissances" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "Gérer des pages (wiki)" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" +"Gérez les documents et les applications liées à\n" +" la connaissance\n" +" " + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "Gérer l’approbation sur les pages" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "Modèle" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" +"Fournir les pages et catégories de documents comme un wiki.\n" +"- Ceci installe le module document_page." + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "Modèle de la ressource" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "Paramètres" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" +"Enregistrer les pièces jointes dans un SGD externe au lieu du stockage de " +"fichier Odoo" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "L’objet de la base de données auquel cette pièce-jointe sera attachée." + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" +"Quand ce champ est spécifié, tous les utilisateurs pourront gérer " +"centralement leurs pièces jointes, à partir du menu Connaissances / " +"Documents." + +#~ msgid "Manage documents" +#~ msgstr "Gérer les documents" + +#~ msgid "Apply" +#~ msgstr "Appliquer" + +#~ msgid "Cancel" +#~ msgstr "Annuler" + +#~ msgid "Configure Knowledge" +#~ msgstr "Configurer la base de connaissances" + +#~ msgid "Created by" +#~ msgstr "Créé par" + +#~ msgid "Created on" +#~ msgstr "Créé le" + +#~ msgid "Display Name" +#~ msgstr "Nom affiché" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Dernière mise à jour le" + +#~ msgid "Last Updated by" +#~ msgstr "Dernière modification par" + +#~ msgid "Last Updated on" +#~ msgstr "Dernière mise à jour le" + +#~ msgid "or" +#~ msgstr "ou" diff --git a/document_knowledge/i18n/fr_CA.po b/document_knowledge/i18n/fr_CA.po new file mode 100644 index 00000000..cc23a63b --- /dev/null +++ b/document_knowledge/i18n/fr_CA.po @@ -0,0 +1,196 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-" +"knowledge-9-0/language/fr_CA/)\n" +"Language: fr_CA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Appliquer" + +#~ msgid "Cancel" +#~ msgstr "Annuler" + +#~ msgid "Created by" +#~ msgstr "Créé par" + +#~ msgid "Created on" +#~ msgstr "Créé le" + +#~ msgid "ID" +#~ msgstr "Identifiant" + +#~ msgid "Last Updated by" +#~ msgstr "Dernière mise à jour par" + +#~ msgid "Last Updated on" +#~ msgstr "Dernière mise à jour le" + +#~ msgid "or" +#~ msgstr "ou" diff --git a/document_knowledge/i18n/gl.po b/document_knowledge/i18n/gl.po new file mode 100644 index 00000000..c701812a --- /dev/null +++ b/document_knowledge/i18n/gl.po @@ -0,0 +1,195 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Coñecemento" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Coñecemento" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Created by" +#~ msgstr "Creado por" + +#~ msgid "Created on" +#~ msgstr "Creado o" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "ültima actualización por" + +#~ msgid "Last Updated on" +#~ msgstr "Última actualización en" + +#~ msgid "or" +#~ msgstr "ou" diff --git a/document_knowledge/i18n/gu.po b/document_knowledge/i18n/gu.po new file mode 100644 index 00000000..892ad3ca --- /dev/null +++ b/document_knowledge/i18n/gu.po @@ -0,0 +1,179 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Gujarati (https://www.transifex.com/oca/teams/23907/gu/)\n" +"Language: gu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "રુપરેખાંકન" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "રુપરેખાંકન" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "દસ્તાવેજો" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "રદ કરો" + +#~ msgid "ID" +#~ msgstr "ઓળખ" diff --git a/document_knowledge/i18n/he.po b/document_knowledge/i18n/he.po new file mode 100644 index 00000000..2da14ca6 --- /dev/null +++ b/document_knowledge/i18n/he.po @@ -0,0 +1,198 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "הגדרות תצורה" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "הגדרות תצורה" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "מסמכים" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "ידע" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "ידע" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "החל" + +#~ msgid "Cancel" +#~ msgstr "בטל" + +#~ msgid "Created by" +#~ msgstr "נוצר על ידי" + +#~ msgid "Created on" +#~ msgstr "נוצר ב-" + +#~ msgid "ID" +#~ msgstr "מזהה" + +#~ msgid "Last Updated by" +#~ msgstr "עודכן לאחרונה על ידי" + +#~ msgid "Last Updated on" +#~ msgstr "עודכן לאחרונה על" + +#~ msgid "or" +#~ msgstr "או" diff --git a/document_knowledge/i18n/he_IL.po b/document_knowledge/i18n/he_IL.po new file mode 100644 index 00000000..b9c756eb --- /dev/null +++ b/document_knowledge/i18n/he_IL.po @@ -0,0 +1,180 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2020-10-13 10:08+0000\n" +"Last-Translator: Yves Goldberg \n" +"Language-Team: none\n" +"Language: he_IL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && " +"n % 10 == 0) ? 2 : 3));\n" +"X-Generator: Weblate 3.10\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" +"הוסף תהליך עבודה על מסמכים בכל קטגוריה.\n" +"- התקנה של המודול document_page_approval." + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "צירוף מסמכים מתכנת ניהול חיצונית (DMS) לתוך Odoo" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "קובץ מצורף" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "רשימת קבצים מצורפים ואינדקס מסמכים" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "גישה מרכזית למסמכים" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "הגדרות תצורה" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "הגדרות" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" +"חבר את Odoo לשרת תואם CMIS כדי לצרף קבצים\n" +"לOdoo.\n" +"- התקנה של המודול cmis_read." + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" +"חבר את Odoo לשרת תואם CMIS לאחסון קבצים.\n" +"- התקנה של המודול cmis_write." + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "קישור ל- DMS תכנת ניהול מסמכים חיצונית" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" +"אינדקס מסמכים, חיפוש טקסט מלא של קבצים מצורפים.\n" +"- התקנה של המודול attachment_indexation." + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "מסמכים" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "קבץ לפי" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "ידע" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "ניהול ידע ומסמכים" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" diff --git a/document_knowledge/i18n/hi.po b/document_knowledge/i18n/hi.po new file mode 100644 index 00000000..b5133cdd --- /dev/null +++ b/document_knowledge/i18n/hi.po @@ -0,0 +1,177 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hindi (https://www.transifex.com/oca/teams/23907/hi/)\n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "कॉन्फ़िगरेशन" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "कॉन्फ़िगरेशन" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "ज्ञान" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "ज्ञान" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "रद्द" diff --git a/document_knowledge/i18n/hr.po b/document_knowledge/i18n/hr.po new file mode 100644 index 00000000..92fcff5e --- /dev/null +++ b/document_knowledge/i18n/hr.po @@ -0,0 +1,202 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Postavke" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Postavke" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenti" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Znanje" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Upravljanje znanjem i dokumentima" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Znanje" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Dokumenti" + +#~ msgid "Apply" +#~ msgstr "Primjeni" + +#~ msgid "Cancel" +#~ msgstr "Odustani" + +#~ msgid "Created by" +#~ msgstr "Kreirao" + +#~ msgid "Created on" +#~ msgstr "Vrijeme kreiranja" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Promijenio" + +#~ msgid "Last Updated on" +#~ msgstr "Vrijeme promjene" + +#~ msgid "or" +#~ msgstr "ili" diff --git a/document_knowledge/i18n/hu.po b/document_knowledge/i18n/hu.po new file mode 100644 index 00000000..19f43d2f --- /dev/null +++ b/document_knowledge/i18n/hu.po @@ -0,0 +1,204 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Beállítások" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Beállítások" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumentumok" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Tudás" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Tudástár és dokumentum kezelés" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Tudás" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Dokumentum kezelés" + +#~ msgid "Apply" +#~ msgstr "Alkalmaz" + +#~ msgid "Cancel" +#~ msgstr "Mégsem" + +#~ msgid "Configure Knowledge" +#~ msgstr "Tudástár beállítása" + +#~ msgid "Created by" +#~ msgstr "Készítette" + +#~ msgid "Created on" +#~ msgstr "Létrehozás dátuma" + +#~ msgid "ID" +#~ msgstr "Azonosító ID" + +#~ msgid "Last Updated by" +#~ msgstr "Utoljára frissítve, által" + +#~ msgid "Last Updated on" +#~ msgstr "Utoljára frissítve ekkor" + +#~ msgid "or" +#~ msgstr "vagy" diff --git a/document_knowledge/i18n/hy.po b/document_knowledge/i18n/hy.po new file mode 100644 index 00000000..a2a8d6ef --- /dev/null +++ b/document_knowledge/i18n/hy.po @@ -0,0 +1,179 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Armenian (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/hy/)\n" +"Language: hy\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Կոնֆիգուրացիա" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Կոնֆիգուրացիա" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Ավելացնել" + +#~ msgid "Cancel" +#~ msgstr "Հրաժարվել" diff --git a/document_knowledge/i18n/id.po b/document_knowledge/i18n/id.po new file mode 100644 index 00000000..99379e19 --- /dev/null +++ b/document_knowledge/i18n/id.po @@ -0,0 +1,198 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# Dhaman , 2015 +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:04+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/id/)\n" +"Language: id\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Konfigurasi" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Konfigurasi" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Terapkan" + +#~ msgid "Cancel" +#~ msgstr "Batalkan" + +#~ msgid "Created by" +#~ msgstr "Dibuat oleh" + +#~ msgid "Created on" +#~ msgstr "Dibuat pada" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Diperbaharui oleh" + +#~ msgid "Last Updated on" +#~ msgstr "Diperbaharui pada" + +#~ msgid "or" +#~ msgstr "atau" diff --git a/document_knowledge/i18n/is.po b/document_knowledge/i18n/is.po new file mode 100644 index 00000000..6ea145b0 --- /dev/null +++ b/document_knowledge/i18n/is.po @@ -0,0 +1,178 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Icelandic (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/is/)\n" +"Language: is\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Created by" +#~ msgstr "Búið til af" + +#~ msgid "ID" +#~ msgstr "Auðkenni" diff --git a/document_knowledge/i18n/it.po b/document_knowledge/i18n/it.po new file mode 100644 index 00000000..ddfa4c4f --- /dev/null +++ b/document_knowledge/i18n/it.po @@ -0,0 +1,210 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configurazione" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configurazione" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documenti" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Know how" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Knowledge e Gestione documentale" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Know how" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Gestione documenti" + +#~ msgid "Apply" +#~ msgstr "Salva" + +#~ msgid "Cancel" +#~ msgstr "Annulla" + +#~ msgid "Configure Knowledge" +#~ msgstr "Configura Knowledge" + +#~ msgid "Created by" +#~ msgstr "Creato da" + +#~ msgid "Created on" +#~ msgstr "Creato il" + +#~ msgid "Display Name" +#~ msgstr "Nome da visualizzare" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Ultima modifica il" + +#~ msgid "Last Updated by" +#~ msgstr "Ultima modifica di" + +#~ msgid "Last Updated on" +#~ msgstr "Ultima modifica il" + +#~ msgid "or" +#~ msgstr "o" diff --git a/document_knowledge/i18n/ja.po b/document_knowledge/i18n/ja.po new file mode 100644 index 00000000..8546d553 --- /dev/null +++ b/document_knowledge/i18n/ja.po @@ -0,0 +1,198 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "設定" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "設定" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "文書" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "ナレッジ" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "ナレッジ" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "適用" + +#~ msgid "Cancel" +#~ msgstr "取消" + +#~ msgid "Created by" +#~ msgstr "作成者" + +#~ msgid "Created on" +#~ msgstr "作成日" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "最終更新者" + +#~ msgid "Last Updated on" +#~ msgstr "最終更新日" + +#~ msgid "or" +#~ msgstr "または" diff --git a/document_knowledge/i18n/ka.po b/document_knowledge/i18n/ka.po new file mode 100644 index 00000000..e6b34d28 --- /dev/null +++ b/document_knowledge/i18n/ka.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Georgian (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/ka/)\n" +"Language: ka\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "კონფიგურაცია" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "კონფიგურაცია" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "გააქტიურება" + +#~ msgid "Cancel" +#~ msgstr "შეწყვეტა" + +#~ msgid "ID" +#~ msgstr "იდენტიფიკატორი" diff --git a/document_knowledge/i18n/kab.po b/document_knowledge/i18n/kab.po new file mode 100644 index 00000000..49725229 --- /dev/null +++ b/document_knowledge/i18n/kab.po @@ -0,0 +1,204 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Kabyle (https://www.transifex.com/oca/teams/23907/kab/)\n" +"Language: kab\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Tawila" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Tawila" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Arraten" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Tamusni" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Asefrek n tmusni d warraten" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Tamusni" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Sefrek arraten" + +#~ msgid "Apply" +#~ msgstr "Snes" + +#~ msgid "Cancel" +#~ msgstr "Sefsex" + +#~ msgid "Configure Knowledge" +#~ msgstr "Swel Tamusni" + +#~ msgid "Created by" +#~ msgstr "Yerna-t" + +#~ msgid "Created on" +#~ msgstr "Yerna di" + +#~ msgid "ID" +#~ msgstr "Asulay" + +#~ msgid "Last Updated by" +#~ msgstr "Aleqqem aneggaru sɣuṛ" + +#~ msgid "Last Updated on" +#~ msgstr "Aleqqem aneggaru di" + +#~ msgid "or" +#~ msgstr "neɣ" diff --git a/document_knowledge/i18n/kk.po b/document_knowledge/i18n/kk.po new file mode 100644 index 00000000..996585ae --- /dev/null +++ b/document_knowledge/i18n/kk.po @@ -0,0 +1,176 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Kazakh (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/kk/)\n" +"Language: kk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Баптау" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Баптау" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Бас тарту" diff --git a/document_knowledge/i18n/knowledge.pot b/document_knowledge/i18n/knowledge.pot new file mode 100644 index 00000000..e3646615 --- /dev/null +++ b/document_knowledge/i18n/knowledge.pot @@ -0,0 +1,167 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" diff --git a/document_knowledge/i18n/ko.po b/document_knowledge/i18n/ko.po new file mode 100644 index 00000000..ab999815 --- /dev/null +++ b/document_knowledge/i18n/ko.po @@ -0,0 +1,204 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n" +"Language: ko\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "환경 설정" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "환경 설정" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "문서" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "지식" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "지식 및 문서 관리" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "지식" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "문서 관리" + +#~ msgid "Apply" +#~ msgstr "적용" + +#~ msgid "Cancel" +#~ msgstr "취소" + +#~ msgid "Configure Knowledge" +#~ msgstr "지식 구성" + +#~ msgid "Created by" +#~ msgstr "작성자" + +#~ msgid "Created on" +#~ msgstr "작성일" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "최근 갱신한 사람" + +#~ msgid "Last Updated on" +#~ msgstr "최근 갱신 날짜" + +#~ msgid "or" +#~ msgstr "또는" diff --git a/document_knowledge/i18n/ln.po b/document_knowledge/i18n/ln.po new file mode 100644 index 00000000..520923a5 --- /dev/null +++ b/document_knowledge/i18n/ln.po @@ -0,0 +1,178 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:04+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Lingala (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/ln/)\n" +"Language: ln\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Tika" + +#~ msgid "ID" +#~ msgstr "ID" diff --git a/document_knowledge/i18n/lo.po b/document_knowledge/i18n/lo.po new file mode 100644 index 00000000..4e6ba920 --- /dev/null +++ b/document_knowledge/i18n/lo.po @@ -0,0 +1,180 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lao (https://www.transifex.com/oca/teams/23907/lo/)\n" +"Language: lo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "ການກໍານົດຄ່າ" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "ການກໍານົດຄ່າ" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "ການຄຸ້ມຄອງເອກະສານ" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "ການຄຸ້ມຄອງເອກະສານ" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "ຍົກເລີອກ" + +#~ msgid "or" +#~ msgstr "ຫຼື" diff --git a/document_knowledge/i18n/lt.po b/document_knowledge/i18n/lt.po new file mode 100644 index 00000000..9a102f9b --- /dev/null +++ b/document_knowledge/i18n/lt.po @@ -0,0 +1,198 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/lt/)\n" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Nustatymai" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Nustatymai" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Taikyti" + +#~ msgid "Cancel" +#~ msgstr "Atšaukti" + +#~ msgid "Created by" +#~ msgstr "Sukūrė" + +#~ msgid "Created on" +#~ msgstr "Sukurta" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Paskutini kartą atnaujino" + +#~ msgid "Last Updated on" +#~ msgstr "Paskutinį kartą atnaujinta" + +#~ msgid "or" +#~ msgstr "arba" diff --git a/document_knowledge/i18n/lv.po b/document_knowledge/i18n/lv.po new file mode 100644 index 00000000..77d91145 --- /dev/null +++ b/document_knowledge/i18n/lv.po @@ -0,0 +1,198 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"Language: lv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Uzstādījumi" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Uzstādījumi" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenti" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Pielietot" + +#~ msgid "Cancel" +#~ msgstr "Atcelt" + +#~ msgid "Created by" +#~ msgstr "Izveidoja" + +#~ msgid "Created on" +#~ msgstr "Izveidots" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Pēdējo reizi atjaunoja" + +#~ msgid "Last Updated on" +#~ msgstr "Pēdējās izmaiņas" + +#~ msgid "or" +#~ msgstr "vai" diff --git a/document_knowledge/i18n/mk.po b/document_knowledge/i18n/mk.po new file mode 100644 index 00000000..1f35c636 --- /dev/null +++ b/document_knowledge/i18n/mk.po @@ -0,0 +1,204 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"Language: mk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Конфигурација" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Конфигурација" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Документи" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Знаење" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Менаџирање на знаење и документи" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Знаење" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Менаџирај документи" + +#~ msgid "Apply" +#~ msgstr "Примени" + +#~ msgid "Cancel" +#~ msgstr "Откажи" + +#~ msgid "Configure Knowledge" +#~ msgstr "Конфигурирај го Знаење" + +#~ msgid "Created by" +#~ msgstr "Креирано од" + +#~ msgid "Created on" +#~ msgstr "Креирано на" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Последно ажурирање од" + +#~ msgid "Last Updated on" +#~ msgstr "Последно ажурирање на" + +#~ msgid "or" +#~ msgstr "или" diff --git a/document_knowledge/i18n/mn.po b/document_knowledge/i18n/mn.po new file mode 100644 index 00000000..84b67067 --- /dev/null +++ b/document_knowledge/i18n/mn.po @@ -0,0 +1,204 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"Language: mn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Тохиргоо" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Тохиргоо" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Баримтууд" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Баримт" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Бичиг Баримт, Мэдлэгийн менежмент" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Баримт" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Бичиг баримтуудыг менежмент хийх" + +#~ msgid "Apply" +#~ msgstr "Ашиглах" + +#~ msgid "Cancel" +#~ msgstr "Цуцлах" + +#~ msgid "Configure Knowledge" +#~ msgstr "Баримтын Тохиргоо" + +#~ msgid "Created by" +#~ msgstr "Үүсгэгч" + +#~ msgid "Created on" +#~ msgstr "Үүсгэсэн огноо" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Сүүлийн засвар хийсэн" + +#~ msgid "Last Updated on" +#~ msgstr "Сүүлийн засвар хийсэн огноо" + +#~ msgid "or" +#~ msgstr "эсвэл" diff --git a/document_knowledge/i18n/nb.po b/document_knowledge/i18n/nb.po new file mode 100644 index 00000000..4853d005 --- /dev/null +++ b/document_knowledge/i18n/nb.po @@ -0,0 +1,199 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/" +"nb/)\n" +"Language: nb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Konfigurasjon" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Konfigurasjon" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenter" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Kunnskap" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Kunnskap" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Bruk" + +#~ msgid "Cancel" +#~ msgstr "Avbryt" + +#~ msgid "Created by" +#~ msgstr "Opprettet av" + +#~ msgid "Created on" +#~ msgstr "Opprettet" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Sist oppdatert av" + +#~ msgid "Last Updated on" +#~ msgstr "Sist oppdatert" + +#~ msgid "or" +#~ msgstr "eller" diff --git a/document_knowledge/i18n/nl.po b/document_knowledge/i18n/nl.po new file mode 100644 index 00000000..d47db7d2 --- /dev/null +++ b/document_knowledge/i18n/nl.po @@ -0,0 +1,204 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Instellingen" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Instellingen" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documenten" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Kennis" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Document & Kennis Management" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Kennis" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Beheer documenten" + +#~ msgid "Apply" +#~ msgstr "Toepassen" + +#~ msgid "Cancel" +#~ msgstr "Annuleren" + +#~ msgid "Configure Knowledge" +#~ msgstr "Configureer Knowledge" + +#~ msgid "Created by" +#~ msgstr "Aangemaakt door" + +#~ msgid "Created on" +#~ msgstr "Aangemaakt op" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Laatste bijgewerkt door" + +#~ msgid "Last Updated on" +#~ msgstr "Laatst bijgewerkt op" + +#~ msgid "or" +#~ msgstr "of" diff --git a/document_knowledge/i18n/nl_BE.po b/document_knowledge/i18n/nl_BE.po new file mode 100644 index 00000000..9f5ac5c0 --- /dev/null +++ b/document_knowledge/i18n/nl_BE.po @@ -0,0 +1,199 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/" +"nl_BE/)\n" +"Language: nl_BE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Instellingen" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Instellingen" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Kennis" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Kennis" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Toepassen" + +#~ msgid "Cancel" +#~ msgstr "Afbreken" + +#~ msgid "Created by" +#~ msgstr "Gemaakt door" + +#~ msgid "Created on" +#~ msgstr "Gemaakt op" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Laatst bijgewerkt door" + +#~ msgid "Last Updated on" +#~ msgstr "Laatst bijgewerkt op" + +#~ msgid "or" +#~ msgstr "of" diff --git a/document_knowledge/i18n/nl_NL.po b/document_knowledge/i18n/nl_NL.po new file mode 100644 index 00000000..959b5657 --- /dev/null +++ b/document_knowledge/i18n/nl_NL.po @@ -0,0 +1,191 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 03:34+0000\n" +"PO-Revision-Date: 2017-03-28 03:34+0000\n" +"Last-Translator: Peter Hageman , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: nl_NL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documenten" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Display Name" +#~ msgstr "Weergavenaam" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Laatst aangepast op" + +#~ msgid "Last Updated by" +#~ msgstr "Laatst bijgewerkt door" + +#~ msgid "Last Updated on" +#~ msgstr "Laatst bijgewerkt op" + +#~ msgid "or" +#~ msgstr "of" diff --git a/document_knowledge/i18n/pl.po b/document_knowledge/i18n/pl.po new file mode 100644 index 00000000..772e2f7b --- /dev/null +++ b/document_knowledge/i18n/pl.po @@ -0,0 +1,205 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Konfiguracja" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Konfiguracja" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenty" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Wiedza" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Zarządzanie wiedzą i dokumentami" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Wiedza" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Zarządzaj dokumentami" + +#~ msgid "Apply" +#~ msgstr "Zastosuj" + +#~ msgid "Cancel" +#~ msgstr "Anuluj" + +#~ msgid "Configure Knowledge" +#~ msgstr "Skonfiguruj bibliotekę" + +#~ msgid "Created by" +#~ msgstr "Utworzone przez" + +#~ msgid "Created on" +#~ msgstr "Data utworzenia" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Ostatnio modyfikowane przez" + +#~ msgid "Last Updated on" +#~ msgstr "Data ostatniej modyfikacji" + +#~ msgid "or" +#~ msgstr "lub" diff --git a/document_knowledge/i18n/pt.po b/document_knowledge/i18n/pt.po new file mode 100644 index 00000000..980bdc91 --- /dev/null +++ b/document_knowledge/i18n/pt.po @@ -0,0 +1,204 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuração" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuração" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Conhecimento" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Gestão de Conhecimento e Documentos" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Conhecimento" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Gerir documentos" + +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Configure Knowledge" +#~ msgstr "Configurar Conhecimento" + +#~ msgid "Created by" +#~ msgstr "Criado por" + +#~ msgid "Created on" +#~ msgstr "Criado em" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Última Actualização por" + +#~ msgid "Last Updated on" +#~ msgstr "Última Actualização em" + +#~ msgid "or" +#~ msgstr "ou" diff --git a/document_knowledge/i18n/pt_BR.po b/document_knowledge/i18n/pt_BR.po new file mode 100644 index 00000000..d5784bb6 --- /dev/null +++ b/document_knowledge/i18n/pt_BR.po @@ -0,0 +1,228 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2018-06-21 03:20+0000\n" +"Last-Translator: Rodrigo Macedo \n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.0.1\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" +"Adicione fluxo de trabalho em documentos por categoria.\n" +"- Isso instala o módulo document_page_approval." + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "Anexar arquivos de um DMS externo no Odoo" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configurações" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuração" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" +"Conecte o Odoo a um servidor compatível com CMIS para anexar arquivos\n" +"para um registro Odoo.\n" +"- Isso instala o módulo cmis_read." + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" +"Conecte o Odoo a um servidor compatível com CMIS para armazenar arquivos.\n" +"- Isso instala o módulo cmis_write." + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "Conecte-se com um DMS externo" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +#, fuzzy +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" +"Indexação de documentos, pesquisa de texto completo de anexos.\n" +"- Isso instala o documento do módulo." + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "Agrupar por" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Conhecimento" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Gestão de Conhecimento e Documentos" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Conhecimento" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "Gerenciar páginas de documentos (Wiki)" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +#, fuzzy +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "Gerenciar documentos e aplicativos relacionados ao conhecimento" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "Gerenciar aprovação de documentos" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "Modelo" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" +"Forneça a página do documento e a categoria como um wiki.\n" +"- Isso instala o módulo document_page." + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "Configurações" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "Armazene anexos em um DMS externo em vez do Odoo Filestore" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Gerenciar documentos" + +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Configure Knowledge" +#~ msgstr "Configurar Conhecimento" + +#~ msgid "Created by" +#~ msgstr "Criado por" + +#~ msgid "Created on" +#~ msgstr "Criado em" + +#~ msgid "Display Name" +#~ msgstr "Mostrar nome" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Última modificação em" + +#~ msgid "Last Updated by" +#~ msgstr "Última atualização por" + +#~ msgid "Last Updated on" +#~ msgstr "Última atualização em" + +#~ msgid "Using CMIS" +#~ msgstr "Usando CMIS" + +#~ msgid "or" +#~ msgstr "ou" diff --git a/document_knowledge/i18n/pt_PT.po b/document_knowledge/i18n/pt_PT.po new file mode 100644 index 00000000..d97f8251 --- /dev/null +++ b/document_knowledge/i18n/pt_PT.po @@ -0,0 +1,190 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-13 13:00+0000\n" +"PO-Revision-Date: 2016-03-12 13:02+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-" +"knowledge-9-0/language/pt_PT/)\n" +"Language: pt_PT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Created by" +#~ msgstr "Criado por" + +#~ msgid "Created on" +#~ msgstr "Criado em" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Atualizado pela última vez por" + +#~ msgid "Last Updated on" +#~ msgstr "Atualizado pela última vez em" diff --git a/document_knowledge/i18n/ro.po b/document_knowledge/i18n/ro.po new file mode 100644 index 00000000..ef71ecb4 --- /dev/null +++ b/document_knowledge/i18n/ro.po @@ -0,0 +1,205 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configurare" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configurare" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documente" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Cunoștințe" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Managementul Cunostințelor și a Documentelor" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Cunoștințe" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Gestioneaza documentele" + +#~ msgid "Apply" +#~ msgstr "Aplică" + +#~ msgid "Cancel" +#~ msgstr "Anulează" + +#~ msgid "Configure Knowledge" +#~ msgstr "Configureaza Cunostințele" + +#~ msgid "Created by" +#~ msgstr "Creat de" + +#~ msgid "Created on" +#~ msgstr "Creat la" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Ultima actualizare făcută de" + +#~ msgid "Last Updated on" +#~ msgstr "Ultima actualizare la" + +#~ msgid "or" +#~ msgstr "sau" diff --git a/document_knowledge/i18n/ru.po b/document_knowledge/i18n/ru.po new file mode 100644 index 00000000..a2546eaa --- /dev/null +++ b/document_knowledge/i18n/ru.po @@ -0,0 +1,221 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2021-02-12 09:45+0000\n" +"Last-Translator: Sergey Pogorelov \n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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" +"X-Generator: Weblate 4.3.2\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" +"Добавить рабочий процесс для документов по категории.\n" +"- Устанавливает модуль document_page_approval." + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "Прикрепите файлы из внешнего DMS в Odoo" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "Вложение" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "Список вложений и индексация документов" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "Централизованный доступ к документам" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "Конфигурационные настройки" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Настройка" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" +"Подключите Odoo к CMIS-совместимому серверу для прикрепления файлов\n" +"в запись Odoo.\n" +"- Устанавливает модуль cmis_read." + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" +"Подключите Odoo к CMIS-совместимому серверу для хранения файлов.\n" +"- Устанавливает модуль cmis_write." + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "Подключитесь к внешней DMS" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" +"Индексация документов, полнотекстовый поиск вложений.\n" +"- Устанавливает модуль attachment_indexation." + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Документы" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "Группировать по" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Знания" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Управление знаниями и документами" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "Пользователь знаний" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "Управление страницами документов (Wiki)" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" +"Управление документами и знаниями\n" +" приложения\n" +" " + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "Управление согласованием документов" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "Модель" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" +"Предоставить страницу и категорию документа как вики.\n" +"- Устанавливает модуль document_page." + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "Модель ресурса" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "Настройки" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "Храните вложения во внешней DMS вместо файлового хранилища Odoo" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "Объект базы данных, к которому будет прикреплено это вложение." + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" +"Когда вы установите это поле, все пользователи смогут управлять вложениями " +"централизованно, из меню Знания/документы." + +#~ msgid "Manage documents" +#~ msgstr "Управлять документами" + +#~ msgid "Apply" +#~ msgstr "Применить" + +#~ msgid "Cancel" +#~ msgstr "Отменить" + +#~ msgid "Configure Knowledge" +#~ msgstr "Настройка знаний" + +#~ msgid "Created by" +#~ msgstr "Создано" + +#~ msgid "Created on" +#~ msgstr "Создан" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Последний раз обновлено" + +#~ msgid "Last Updated on" +#~ msgstr "Последний раз обновлено" + +#~ msgid "or" +#~ msgstr "или" diff --git a/document_knowledge/i18n/sk.po b/document_knowledge/i18n/sk.po new file mode 100644 index 00000000..e5fd476d --- /dev/null +++ b/document_knowledge/i18n/sk.po @@ -0,0 +1,194 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Nastavenie" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Nastavenie" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenty" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Zrušiť" + +#~ msgid "Created by" +#~ msgstr "Vytvoril" + +#~ msgid "Created on" +#~ msgstr "Vytvorené" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Naposledy upravoval" + +#~ msgid "Last Updated on" +#~ msgstr "Naposledy upravované" + +#~ msgid "or" +#~ msgstr "alebo" diff --git a/document_knowledge/i18n/sl.po b/document_knowledge/i18n/sl.po new file mode 100644 index 00000000..2138d16e --- /dev/null +++ b/document_knowledge/i18n/sl.po @@ -0,0 +1,226 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" +"Dodaj delotok dokumentov po kategoriji.\n" +"- namesti modul document_page_approval." + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "Pripni datoteke iz zunanjega DMS v Odoo" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "knowledge.config.settings" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Nastavitve" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" +"Poveži Odoo s CMIS združljivim strežnikom za pripenjanje datotek\n" +"Odoo zapisu.\n" +"- namesti modul cmis_read." + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" +"Poveži Odoo s CMIS združljivim strežnikom za hrambo datotek.\n" +"- namesti modul cmis_write." + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "Poveži z zunanjim DMS" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +#, fuzzy +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" +"Indeksacija dokumentov, iskanje po vsebini prilog.\n" +"- Namesti modul 'document'." + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenti" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Baza znanja" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Baza znanja in upravljanje dokumentov" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Baza znanja" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "Upravljanje strani dokumentov (Wiki)" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "Upravljanje odobritev dokumentov" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" +"Zagotovi stran dokumenta in kategorijo kot wiki.\n" +"- namesti modul document_page." + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "Nastavitve" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "Hrani priponke na zunanjem DMS namesto v Odoo Filestore" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Upravljanje dokumentov" + +#~ msgid "Apply" +#~ msgstr "Uveljavi" + +#~ msgid "Cancel" +#~ msgstr "Preklic" + +#~ msgid "Configure Knowledge" +#~ msgstr "Nastavitve baze znanja" + +#~ msgid "Created by" +#~ msgstr "Ustvaril" + +#~ msgid "Created on" +#~ msgstr "Ustvarjeno" + +#~ msgid "Display Name" +#~ msgstr "Naziv prikaza" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Zadnjič spremenjeno" + +#~ msgid "Last Updated by" +#~ msgstr "Zadnjič posodobil" + +#~ msgid "Last Updated on" +#~ msgstr "Zadnjič posodobljeno" + +#~ msgid "Using CMIS" +#~ msgstr "Uporaba CMIS" + +#~ msgid "or" +#~ msgstr "ali" diff --git a/document_knowledge/i18n/sr.po b/document_knowledge/i18n/sr.po new file mode 100644 index 00000000..3c6a3e83 --- /dev/null +++ b/document_knowledge/i18n/sr.po @@ -0,0 +1,184 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" +"Language: sr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Konfiguracija" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Konfiguracija" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenti" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Znanje" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Znanje" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Otkaži" + +#~ msgid "Created on" +#~ msgstr "Kreiran" + +#~ msgid "ID" +#~ msgstr "ID" diff --git a/document_knowledge/i18n/sr@latin.po b/document_knowledge/i18n/sr@latin.po new file mode 100644 index 00000000..ab39a3d5 --- /dev/null +++ b/document_knowledge/i18n/sr@latin.po @@ -0,0 +1,188 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/" +"sr@latin/)\n" +"Language: sr@latin\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Podešavanje" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Podešavanje" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenti" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Znanje" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Znanje" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Primeni" + +#~ msgid "Cancel" +#~ msgstr "Otkaži" + +#~ msgid "Created on" +#~ msgstr "Kreiran" + +#~ msgid "ID" +#~ msgstr "ID" diff --git a/document_knowledge/i18n/sv.po b/document_knowledge/i18n/sv.po new file mode 100644 index 00000000..a13954ee --- /dev/null +++ b/document_knowledge/i18n/sv.po @@ -0,0 +1,204 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Konfiguration" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Konfiguration" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokument" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Kunskap" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Dokumenthantering och kunskapsutveckling" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "Kunskap" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Administrera dokument" + +#~ msgid "Apply" +#~ msgstr "Verkställ" + +#~ msgid "Cancel" +#~ msgstr "Avbryt" + +#~ msgid "Configure Knowledge" +#~ msgstr "Konfigurera kunskapssystemet" + +#~ msgid "Created by" +#~ msgstr "Skapad av" + +#~ msgid "Created on" +#~ msgstr "Skapad den" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Senast uppdaterad av" + +#~ msgid "Last Updated on" +#~ msgstr "Senast uppdaterad" + +#~ msgid "or" +#~ msgstr "eller" diff --git a/document_knowledge/i18n/th.po b/document_knowledge/i18n/th.po new file mode 100644 index 00000000..f35631e6 --- /dev/null +++ b/document_knowledge/i18n/th.po @@ -0,0 +1,198 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"Language: th\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "ตั้งค่า" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "ตั้งค่า" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "เอกสาร" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "ความรู้" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "ความรู้" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "ปรับใช้" + +#~ msgid "Cancel" +#~ msgstr "ยกเลิก" + +#~ msgid "Created by" +#~ msgstr "สร้างโดย" + +#~ msgid "Created on" +#~ msgstr "สร้างเมื่อ" + +#~ msgid "ID" +#~ msgstr "รหัส" + +#~ msgid "Last Updated by" +#~ msgstr "อัพเดทครั้งสุดท้ายโดย" + +#~ msgid "Last Updated on" +#~ msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#~ msgid "or" +#~ msgstr "หรือ" diff --git a/document_knowledge/i18n/tr.po b/document_knowledge/i18n/tr.po new file mode 100644 index 00000000..3c828f91 --- /dev/null +++ b/document_knowledge/i18n/tr.po @@ -0,0 +1,214 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2022-04-08 12:05+0000\n" +"Last-Translator: Ediz Duman \n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Weblate 4.3.2\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" +"Kategori başına belgelere iş akışı ekleyin.\n" +"- Bu, document_page_approval modülünü kurar." + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "Dosyaları harici bir DMS'den Odoo'ya ekleyin" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "Ek" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "Ek Listelerini ve Belgeleri İndeksleme" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "Belgelere merkezi erişim" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "Yapılandırma Ayarları" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Yapılandırma" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" +"Belge indeksleme, eklerin tam metin araması.\n" +"- Bu, modül ek indekslemeyi yükler." + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Belgeler" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "Gruplama" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Bilgi Birikimi" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Bilgi ve Belge Yönetimi" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "Bilgi Birikimi Kullanıcısı" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "Belge sayfalarını yönetin (Wiki)" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" +"Belgeleri ve ilgili bilgileri yönetme\n" +" Uygulama\n" +" " + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "Belge onayını yönetme" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "Model" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" +"Bir wiki olarak belge sayfası ve kategori sağlayın.\n" +"- Bu, document_page modülünü kurar." + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "Kaynak Model" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "Ayarlar" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "Ekleri Odoo Filestore yerine harici bir DMS'de saklayın" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "Bu ekin ekleneceği veritabanı nesnesi." + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" +"Bu alanı ayarladığınızda, tüm kullanıcılar Ekleri Bilgi/Belgeler menüsünden " +"merkezi olarak yönetebilecektir." + +#~ msgid "Manage documents" +#~ msgstr "Belgeleri Yönet" + +#~ msgid "Apply" +#~ msgstr "Uygula" + +#~ msgid "Cancel" +#~ msgstr "İptal" + +#~ msgid "Configure Knowledge" +#~ msgstr "Bilgi Birikimini Yapılandır" + +#~ msgid "Created by" +#~ msgstr "Oluşturan" + +#~ msgid "Created on" +#~ msgstr "Oluşturma" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Son Güncelleyen" + +#~ msgid "Last Updated on" +#~ msgstr "Son Güncelleme" + +#~ msgid "or" +#~ msgstr "ya da" diff --git a/document_knowledge/i18n/uk.po b/document_knowledge/i18n/uk.po new file mode 100644 index 00000000..9e91c0c7 --- /dev/null +++ b/document_knowledge/i18n/uk.po @@ -0,0 +1,198 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/uk/)\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Налаштування" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Налаштування" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Застосувати" + +#~ msgid "Cancel" +#~ msgstr "Скасувати" + +#~ msgid "Created by" +#~ msgstr "Створив" + +#~ msgid "Created on" +#~ msgstr "Створено" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Востаннє відредаговано" + +#~ msgid "Last Updated on" +#~ msgstr "Дата останньої зміни" + +#~ msgid "or" +#~ msgstr "або" diff --git a/document_knowledge/i18n/vi.po b/document_knowledge/i18n/vi.po new file mode 100644 index 00000000..4665d39e --- /dev/null +++ b/document_knowledge/i18n/vi.po @@ -0,0 +1,188 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/vi/)\n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Cấu hình" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Cấu hình" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Áp dụng" + +#~ msgid "Cancel" +#~ msgstr "Hủy bỏ" + +#~ msgid "Created on" +#~ msgstr "Tạo trên" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "or" +#~ msgstr "hoặc" diff --git a/document_knowledge/i18n/zh_CN.po b/document_knowledge/i18n/zh_CN.po new file mode 100644 index 00000000..2c311c6d --- /dev/null +++ b/document_knowledge/i18n/zh_CN.po @@ -0,0 +1,205 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"zh_CN/)\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "配置" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "配置" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "文档" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "知识" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "知识和文档管理" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "知识" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "管理文档" + +#~ msgid "Apply" +#~ msgstr "应用" + +#~ msgid "Cancel" +#~ msgstr "取消" + +#~ msgid "Configure Knowledge" +#~ msgstr "配置知识库" + +#~ msgid "Created by" +#~ msgstr "创建人" + +#~ msgid "Created on" +#~ msgstr "创建" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "最后更新" + +#~ msgid "Last Updated on" +#~ msgstr "最后一次更新" + +#~ msgid "or" +#~ msgstr "或者" diff --git a/document_knowledge/i18n/zh_TW.po b/document_knowledge/i18n/zh_TW.po new file mode 100644 index 00000000..bd8aad93 --- /dev/null +++ b/document_knowledge/i18n/zh_TW.po @@ -0,0 +1,190 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" +"zh_TW/)\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "設置" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "設置" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "文件" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "知識" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +#, fuzzy +msgid "Knowledge user" +msgstr "知識" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "套用" + +#~ msgid "Cancel" +#~ msgstr "取消" + +#~ msgid "Created on" +#~ msgstr "建立於" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "or" +#~ msgstr "或" diff --git a/document_knowledge/models/__init__.py b/document_knowledge/models/__init__.py new file mode 100644 index 00000000..7238c6a5 --- /dev/null +++ b/document_knowledge/models/__init__.py @@ -0,0 +1,5 @@ +# Copyright (C) 2004-2009 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import ir_attachment +from . import res_config diff --git a/document_knowledge/models/ir_attachment.py b/document_knowledge/models/ir_attachment.py new file mode 100644 index 00000000..be1a122b --- /dev/null +++ b/document_knowledge/models/ir_attachment.py @@ -0,0 +1,11 @@ +# Copyright (C) 2004-2009 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import fields, models + + +class IrAttachment(models.Model): + _inherit = "ir.attachment" + + # Add index to res_model because filtering on it is a common use case + res_model = fields.Char(index=True) diff --git a/document_knowledge/models/res_config.py b/document_knowledge/models/res_config.py new file mode 100644 index 00000000..9e59feb7 --- /dev/null +++ b/document_knowledge/models/res_config.py @@ -0,0 +1,33 @@ +# Copyright (C) 2004-2009 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import fields, models + + +class DocumentKnowledgeConfigSettings(models.TransientModel): + _inherit = "res.config.settings" + + module_attachment_indexation = fields.Boolean( + "Attachments List and Document Indexation", + help="Document indexation, full text search of attachements.\n" + "- This installs the module attachment_indexation.", + ) + + group_ir_attachment_user = fields.Boolean( + string="Central access to Documents", + help="When you set this field all users will be able to manage " + "attachments centrally, from the Document Knowledge/Documents menu.", + implied_group="document_knowledge.group_ir_attachment_user", + ) + + module_document_page = fields.Boolean( + "Manage document pages (Wiki)", + help="Provide document page and category as a wiki.\n" + "- This installs the module document_page.", + ) + + module_document_page_approval = fields.Boolean( + "Manage documents approval", + help="Add workflow on documents per category.\n" + "- This installs the module document_page_approval.", + ) diff --git a/document_knowledge/readme/CONFIGURE.rst b/document_knowledge/readme/CONFIGURE.rst new file mode 100644 index 00000000..ff972422 --- /dev/null +++ b/document_knowledge/readme/CONFIGURE.rst @@ -0,0 +1,20 @@ +To set up this module, you need to go to: + +* Knowledge / Configuration / Settings + +From this menu you'll have a central access to install the apps that belong +to Knowledge. + +* Check *Attachments List and Document Indexation* if you want to install the + module that allows users to attach documents to any model. +* Check *Manage attachments centrally* if you want all users to be able to + access to the all attachments to which they have read permissions, from the + menu *Knowledge / Documents* + +If you want to grant Central Access to Documents only to some users: + +#. Go to *Settings/Activate the developer mode*. Only a user with + *Administration / Settings* permissions can do that. + +#. Go to *Settings / Users & Companies / Users* and set the checkbox + *Central access to Documents* to the selected users. diff --git a/document_knowledge/readme/CONTRIBUTORS.rst b/document_knowledge/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..13813346 --- /dev/null +++ b/document_knowledge/readme/CONTRIBUTORS.rst @@ -0,0 +1,17 @@ +* Odoo SA +* Savoir-faire Linux +* Gervais Naoussi +* Leonardo Donelli +* Maxime Chambreuil +* Fayez Qandeel +* Iván Todorovich +* Jordi Ballester +* Marie Lejeune +* `Tecnativa `_: + + * Vicent Cubells + * Ernesto Tejeda + +Trobz + +* Dung Tran diff --git a/document_knowledge/readme/CREDITS.rst b/document_knowledge/readme/CREDITS.rst new file mode 100644 index 00000000..f5cc070c --- /dev/null +++ b/document_knowledge/readme/CREDITS.rst @@ -0,0 +1,3 @@ +The development of this module has been financially supported by: + +* Camptocamp diff --git a/document_knowledge/readme/DESCRIPTION.rst b/document_knowledge/readme/DESCRIPTION.rst new file mode 100644 index 00000000..6c4996bc --- /dev/null +++ b/document_knowledge/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module is the base for any knowledge and document management application. diff --git a/document_knowledge/readme/USAGE.rst b/document_knowledge/readme/USAGE.rst new file mode 100644 index 00000000..328eb25e --- /dev/null +++ b/document_knowledge/readme/USAGE.rst @@ -0,0 +1,5 @@ +This module adds a new top level menu *Knowledge* + +Users with permission *Central access to Documents* can access in +*Knowledge/Documents* to all the documents attached to records of any model +for which they have read permission. diff --git a/document_knowledge/security/document_knowledge_security.xml b/document_knowledge/security/document_knowledge_security.xml new file mode 100644 index 00000000..b5385cf3 --- /dev/null +++ b/document_knowledge/security/document_knowledge_security.xml @@ -0,0 +1,14 @@ + + + + Document Knowledge user + + + + + + Central access to Documents + + + + diff --git a/document_knowledge/static/description/icon.png b/document_knowledge/static/description/icon.png new file mode 100644 index 00000000..e63c5359 Binary files /dev/null and b/document_knowledge/static/description/icon.png differ diff --git a/document_knowledge/static/description/icon.svg b/document_knowledge/static/description/icon.svg new file mode 100644 index 00000000..2b640471 --- /dev/null +++ b/document_knowledge/static/description/icon.svg @@ -0,0 +1,99 @@ + + + + + + image/svg+xml + + + + + + + + + icon + + + + + + + + diff --git a/document_knowledge/static/description/index.html b/document_knowledge/static/description/index.html new file mode 100644 index 00000000..fb75efa0 --- /dev/null +++ b/document_knowledge/static/description/index.html @@ -0,0 +1,478 @@ + + + + + + +Knowledge + + + +
+

Knowledge

+ + +

Beta License: AGPL-3 OCA/knowledge Translate me on Weblate Try me on Runbot

+

This module is the base for any knowledge and document management application.

+

Table of contents

+ +
+

Configuration

+

To set up this module, you need to go to:

+
    +
  • Knowledge / Configuration / Settings
  • +
+

From this menu you’ll have a central access to install the apps that belong +to Knowledge.

+
    +
  • Check Attachments List and Document Indexation if you want to install the +module that allows users to attach documents to any model.
  • +
  • Check Manage attachments centrally if you want all users to be able to +access to the all attachments to which they have read permissions, from the +menu Knowledge / Documents
  • +
+

If you want to grant Central Access to Documents only to some users:

+
    +
  1. Go to Settings/Activate the developer mode. Only a user with +Administration / Settings permissions can do that.
  2. +
  3. Go to Settings / Users & Companies / Users and set the checkbox +Central access to Documents to the selected users.
  4. +
+
+
+

Usage

+

This module adds a new top level menu Knowledge

+

Users with permission Central access to Documents can access in +Knowledge/Documents to all the documents attached to records of any model +for which they have read permission.

+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • OpenERP SA
  • +
  • MONK Software
  • +
  • Tecnativa
  • +
  • ForgeFlow
  • +
+
+
+

Contributors

+ +

Trobz

+ +
+
+

Other credits

+

The development of this module has been financially supported by:

+
    +
  • Camptocamp
  • +
+
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/knowledge project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/document_knowledge/views/document_knowledge.xml b/document_knowledge/views/document_knowledge.xml new file mode 100644 index 00000000..36cf8429 --- /dev/null +++ b/document_knowledge/views/document_knowledge.xml @@ -0,0 +1,54 @@ + + + + Documents + ir.attachment + kanban,tree,form + {'search_default_user_documents': True} + + + Documents search view: additional filters + ir.attachment + + + + + + + + + + + + + + + + + diff --git a/document_knowledge/views/res_config.xml b/document_knowledge/views/res_config.xml new file mode 100644 index 00000000..0b4ed4c5 --- /dev/null +++ b/document_knowledge/views/res_config.xml @@ -0,0 +1,81 @@ + + + + res.config.settings.view.form.inherit.knowledge + res.config.settings + + + + +
+

Knowledge and Documents Management

+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ + Settings + ir.actions.act_window + res.config.settings + + form + inline + {'module': 'document_knowledge'} + + + +
diff --git a/setup/document_knowledge/odoo/addons/document_knowledge b/setup/document_knowledge/odoo/addons/document_knowledge new file mode 120000 index 00000000..cecde0f3 --- /dev/null +++ b/setup/document_knowledge/odoo/addons/document_knowledge @@ -0,0 +1 @@ +../../../../document_knowledge \ No newline at end of file diff --git a/setup/document_knowledge/setup.py b/setup/document_knowledge/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/document_knowledge/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)