diff --git a/README.md b/README.md index 4fa2fbd8..0da30f67 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ Here you should find all community modules that: - provide access to knowledge/documents [//]: # (addons) +Available addons +---------------- +addon | version | summary +--- | --- | --- +[knowledge](knowledge/) | 10.0.1.0.0 | Knowledge Management System + Unported addons --------------- addon | version | summary @@ -27,7 +33,6 @@ addon | version | summary [document_page_multi_company](document_page_multi_company/) | 1.0 (unported) | Document Page Multi-Company [document_reindex](document_reindex/) | 8.0.1.0.0 (unported) | Reindex your already uploaded documents [document_url](document_url/) | 9.0.1.0.0 (unported) | URL attachment -[knowledge](knowledge/) | 9.0.1.1.0 (unported) | Knowledge Management System [//]: # (end addons) diff --git a/document_page/README.rst b/document_page/README.rst index efbfb619..da347ffa 100644 --- a/document_page/README.rst +++ b/document_page/README.rst @@ -16,7 +16,7 @@ This module depends on module knowledge. So make sure to have it in your addons Configuration ============= -No configuration required +No configuration required. Usage ===== @@ -30,7 +30,7 @@ To use this module, you need to: .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/118/9.0 + :target: https://runbot.odoo-community.org/runbot/118/10.0 Known issues / Roadmap ====================== @@ -40,17 +40,29 @@ 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 `here `_. +If you spotted it first, help us smash it by providing detailed and welcomed feedback. Credits ======= +Images +------ + +* Odoo Community Association: `Icon `_. + Contributors ------------ -* Odoo SA -* Savoir-faire Linux * Gervais Naoussi +* Maxime Chambreuil + +Funders +------- + +The development of this module has been financially supported by: + +* Odoo SA +* Savoir-faire Linux Maintainer ---------- @@ -65,4 +77,4 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -To contribute to this module, please visit http://odoo-community.org. +To contribute to this module, please visit https://odoo-community.org. diff --git a/document_page/__init__.py b/document_page/__init__.py index a7385355..e20b6b62 100644 --- a/document_page/__init__.py +++ b/document_page/__init__.py @@ -1,22 +1,6 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# Copyright (C) 2004-2010 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + from . import models from . import wizard diff --git a/document_page/__manifest__.py b/document_page/__manifest__.py index 8fbb9d70..0f5646ec 100644 --- a/document_page/__manifest__.py +++ b/document_page/__manifest__.py @@ -1,32 +1,21 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# Copyright (C) 2004-2010 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + { 'name': 'Document Page', - 'version': '9.0.1.0.1', + 'version': '10.0.1.0.0', 'category': 'Knowledge Management', 'author': 'OpenERP SA, Odoo Community Association (OCA)', - 'images': ['images/category_list.png', 'images/create_category.png', - 'images/page_list.png', 'images/create_page.png', - 'images/customer_invoice.jpeg', 'images/page_history.png'], + 'images': [ + 'images/category_list.png', + 'images/create_category.png', + 'images/page_list.png', + 'images/create_page.png', + 'images/customer_invoice.jpeg', + 'images/page_history.png', + ], 'website': 'http://www.openerp.com/', 'license': 'AGPL-3', 'depends': [ @@ -39,11 +28,9 @@ 'views/document_page.xml', 'security/document_page_security.xml', 'security/ir.model.access.csv', + 'data/document_page.xml', ], 'demo': [ 'demo/document_page.xml' ], - 'installable': False, - 'auto_install': False, - 'css': ['static/src/css/document_page.css'], } diff --git a/document_page/data/document_page.xml b/document_page/data/document_page.xml index 9cd3c0dd..af054bea 100644 --- a/document_page/data/document_page.xml +++ b/document_page/data/document_page.xml @@ -1,41 +1,6 @@ - + - - - The Odoo wiki - help, quick start, wiki, formatting - 0 - 1 - Initial Page - == The Odoo wiki == - -[[File:https://www.odoo.com/openerp_website/static/src/img/logo_transparent_198px.png Odoo]] - -The Odoo wiki allows you to manage your enterprise's contents using wiki -restructured texts. This module provides a collaborative way to manage internal -FAQs, quality manuals, technical references, etc. - -==Keypoints== -* Same formating style than MediaWiki, -* Any number of wiki group for different purposes, -* Detailed history on all pages, -* Integrated with the document management system. - -==Why you should use the OpenERP integrated wiki than a separate wiki system ?== -* Allows links to any document of the system, -* Uses the access controls of OpenERP for uniq access rights management, -* Use it to describe projects, tasks, products, -* Integrated with customer portal to provide restricted external accesses, -* Linked to users processes for quality manuals. - -==To get more information== -* [[Basic Wiki Editing]] -* [[Wiki Documentation]] -* [http://openerp.com The OpenERP website] - - - - - - + diff --git a/document_page/demo/document_page.xml b/document_page/demo/document_page.xml index 8e6d2eca..7fb2fe85 100644 --- a/document_page/demo/document_page.xml +++ b/document_page/demo/document_page.xml @@ -1,10 +1,11 @@ - - + + - + OpenERP Features category @@ -127,5 +128,4 @@ Think of it as an out-of-the-box solution to boost your business' productivity.< - diff --git a/document_page/models/__init__.py b/document_page/models/__init__.py index 2d33cac6..032f47f7 100644 --- a/document_page/models/__init__.py +++ b/document_page/models/__init__.py @@ -1,22 +1,6 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# Copyright (C) 2004-2010 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + from . import document_page from . import document_page_history diff --git a/document_page/models/document_page.py b/document_page/models/document_page.py index 65e68600..1c58ce72 100644 --- a/document_page/models/document_page.py +++ b/document_page/models/document_page.py @@ -1,25 +1,9 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# Copyright (C) 2004-2010 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + import logging -from openerp import models, fields, api +from odoo import api, fields, models _logger = logging.getLogger(__name__) @@ -53,9 +37,7 @@ class DocumentPage(models.Model): 'Children' ) - content = fields.Text( - "Content" - ) + content = fields.Text("Content") display_content = fields.Text( string='Displayed Content', @@ -76,26 +58,23 @@ class DocumentPage(models.Model): create_date = fields.Datetime( "Created on", - select=True, readonly=True ) create_uid = fields.Many2one( 'res.users', 'Author', - select=True, readonly=True ) write_date = fields.Datetime( "Modification Date", - select=True, - readonly=True) + readonly=True + ) write_uid = fields.Many2one( 'res.users', "Last Contributor", - select=True, readonly=True ) diff --git a/document_page/models/document_page_history.py b/document_page/models/document_page_history.py index 9bbf61a8..4124a9f8 100644 --- a/document_page/models/document_page_history.py +++ b/document_page/models/document_page_history.py @@ -1,26 +1,11 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# Copyright (C) 2004-2010 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + import logging import difflib -from openerp import models, fields, _ +from odoo import fields, models +from odoo.tools.translate import _ _logger = logging.getLogger(__name__) @@ -34,7 +19,7 @@ class DocumentPageHistory(models.Model): _rec_name = "create_date" page_id = fields.Many2one('document.page', 'Page') - summary = fields.Char('Summary', select=True) + summary = fields.Char('Summary', index=True) content = fields.Text("Content") create_date = fields.Datetime("Date") create_uid = fields.Many2one('res.users', "Modified By") diff --git a/document_page/security/document_page_security.xml b/document_page/security/document_page_security.xml index 6834b69b..14308202 100644 --- a/document_page/security/document_page_security.xml +++ b/document_page/security/document_page_security.xml @@ -1,8 +1,8 @@ - - + + - + diff --git a/document_page/static/description/icon.png b/document_page/static/description/icon.png new file mode 100644 index 00000000..3a0328b5 Binary files /dev/null and b/document_page/static/description/icon.png differ diff --git a/document_page/tests/test_document_page.py b/document_page/tests/test_document_page.py index 9c3b4d72..a0fb1b4d 100644 --- a/document_page/tests/test_document_page.py +++ b/document_page/tests/test_document_page.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -from openerp.tests import common +from odoo.tests import common class TestDocumentPage(common.TransactionCase): diff --git a/document_page/tests/test_document_page_create_menu.py b/document_page/tests/test_document_page_create_menu.py index 567b9d9b..2a34ec1f 100644 --- a/document_page/tests/test_document_page_create_menu.py +++ b/document_page/tests/test_document_page_create_menu.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -from openerp.tests import common +from odoo.tests import common class TestDocumentPageCreateMenu(common.TransactionCase): @@ -8,7 +8,7 @@ class TestDocumentPageCreateMenu(common.TransactionCase): def test_page_menu_creation(self): """Test page menu creation.""" - menu_parent = self.env.ref('base.menu_base_partner') + menu_parent = self.env.ref('knowledge.menu_document_root') menu_created = self.env['document.page.create.menu'].create( {'menu_name': 'Wiki Test menu', 'menu_parent_id': menu_parent.id} diff --git a/document_page/tests/test_document_page_history.py b/document_page/tests/test_document_page_history.py index ced210c1..f6d87702 100644 --- a/document_page/tests/test_document_page_history.py +++ b/document_page/tests/test_document_page_history.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -from openerp.tests import common +from odoo.tests import common class TestDocumentPageHistory(common.TransactionCase): diff --git a/document_page/tests/test_document_page_show_diff.py b/document_page/tests/test_document_page_show_diff.py index a43f7bc1..8f897065 100644 --- a/document_page/tests/test_document_page_show_diff.py +++ b/document_page/tests/test_document_page_show_diff.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -from openerp.tests import common -from openerp import _ +from odoo.tests import common +from odoo import _ class TestDocumentPageShowDiff(common.TransactionCase): diff --git a/document_page/views/document_page.xml b/document_page/views/document_page.xml index 06e4f19a..ee5b136c 100644 --- a/document_page/views/document_page.xml +++ b/document_page/views/document_page.xml @@ -1,301 +1,301 @@ - - - - - document.page.tree - document.page - child_ids - 100 - - - - - - - - + - - - document.page.list - document.page - - - - - - - - - - + + + document.page.tree + document.page + child_ids + 100 + + + + + + + + - - - document.page.form - document.page - -
- - -

- - - - - - - - - - - - - -
- -
-
-
- - -
-
-
-
+ + + document.page.list + document.page + + + + + + + + + + - - document.page.menu.form - document.page - -
+ + + document.page.form + document.page + + +

+ + + + + + + + + + + + +
+ widget="html" + class="oe_view_only" + options='{"safe": True}' />
- -
-
+ +
+ + +
+ +
+
- - - document.page.search - document.page - - - - - - - - - - - - - + + document.page.menu.form + document.page + +
+ +

+
+ +
+ +
+
- - - document.page.category.form - document.page - -
- - -

+ + + document.page.search + document.page + + + + + + + + + + + + + + + + + document.page.category.form + document.page + + + + +

+ - - - - - - - - + - - -
-
- -
- -
- -
-
-
-
-
- - -
- -
-
+ + + + + + + + +
+
+ +
+ +
+ +
+
+
+
+
+ + +
+ +
+
- - document.page.category.tree - document.page - - - - - - - - - - + + document.page.category.tree + document.page + + + + + + + + + + - - - Pages - document.page - [('type','=','content')] - {'default_type': 'content'} - form - tree,form - - - -

+ + + Pages + document.page + [('type','=','content')] + {'default_type': 'content'} + form + tree,form + + + +

Click to create a new web page. -

-
-
- - - tree - - - - - - form - - - - +

+ + + + + tree + + + + + + form + + + + - - Category - document.page - [('type','=','category')] - {'default_type': 'category'} - form - tree,form - - - - - - tree - - - - - - form - - - - + + Category + document.page + [('type','=','category')] + {'default_type': 'category'} + form + tree,form + + + + + + tree + + + + + + form + + + + - - - document.page.history.tree - document.page.history - - - - - - - - - - - document.page.history.form - document.page.history - -
-
+ + + document.page.history.tree + document.page.history + + + + + + + + + + + document.page.history.form + document.page.history + +
+
- - - Page history - document.page.history - form - tree,form - + + + Page history + document.page.history + form + tree,form + - + - - -
diff --git a/document_page/wizard/__init__.py b/document_page/wizard/__init__.py index af150490..2b067b08 100644 --- a/document_page/wizard/__init__.py +++ b/document_page/wizard/__init__.py @@ -1,22 +1,6 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# Copyright (C) 2004-2010 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + from . import document_page_create_menu from . import document_page_show_diff diff --git a/document_page/wizard/document_page_create_menu.py b/document_page/wizard/document_page_create_menu.py index 9904ba4d..ebc2649a 100644 --- a/document_page/wizard/document_page_create_menu.py +++ b/document_page/wizard/document_page_create_menu.py @@ -1,24 +1,8 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## -from openerp import models, fields, api +# Copyright (C) 2004-2010 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import api, fields, models class DocumentPageCreateMenu(models.TransientModel): @@ -68,7 +52,7 @@ class DocumentPageCreateMenu(models.TransientModel): 'res_model': 'document.page', 'view_id': view_id, 'type': 'ir.actions.act_window', - 'target': 'inlineview', + 'target': 'inline', } value['domain'] = "[('parent_id','=',%d)]" % (page.id) value['res_id'] = page.id diff --git a/document_page/wizard/document_page_create_menu.xml b/document_page/wizard/document_page_create_menu.xml index c18c4729..26828f71 100644 --- a/document_page/wizard/document_page_create_menu.xml +++ b/document_page/wizard/document_page_create_menu.xml @@ -1,41 +1,40 @@ - - - - Create Menu - document.page.create.menu - -
- - - - -
-
-
-
-
+ + + + Create Menu + document.page.create.menu + +
+ + + + +
+
+
+
+
- - - Create Menu - ir.actions.act_window - document.page.create.menu - form - form - new - + + + Create Menu + ir.actions.act_window + document.page.create.menu + form + form + new + -
diff --git a/document_page/wizard/document_page_show_diff.py b/document_page/wizard/document_page_show_diff.py index db42214d..0ebf4df8 100644 --- a/document_page/wizard/document_page_show_diff.py +++ b/document_page/wizard/document_page_show_diff.py @@ -1,25 +1,9 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## -from openerp import models, fields, _ -from openerp import exceptions +# Copyright (C) 2004-2010 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import exceptions, fields, models +from odoo.tools.translate import _ class DocumentPageShowDiff(models.TransientModel): diff --git a/document_page/wizard/document_page_show_diff.xml b/document_page/wizard/document_page_show_diff.xml index 4499769f..93dd7278 100644 --- a/document_page/wizard/document_page_show_diff.xml +++ b/document_page/wizard/document_page_show_diff.xml @@ -1,39 +1,38 @@ - - - - Show Difference - wizard.document.page.history.show_diff - -
- -
-
- -
-
+ + + Show Difference + wizard.document.page.history.show_diff + +
+ +
+
+ +
+
- - - Difference - ir.actions.act_window - wizard.document.page.history.show_diff - form - form - new - + + + Difference + ir.actions.act_window + wizard.document.page.history.show_diff + form + form + new + - - + -
diff --git a/knowledge/demo/knowledge.xml b/knowledge/demo/knowledge.xml index 85dc7508..4c646a22 100644 --- a/knowledge/demo/knowledge.xml +++ b/knowledge/demo/knowledge.xml @@ -2,7 +2,7 @@ - + diff --git a/knowledge/i18n/ar.po b/knowledge/i18n/ar.po index ed9917ed..b2681e99 100644 --- a/knowledge/i18n/ar.po +++ b/knowledge/i18n/ar.po @@ -3,16 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 -# Mustafa Rawi , 2015 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-12 13:00+0000\n" -"PO-Revision-Date: 2016-03-12 13:02+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Arabic (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ar/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -41,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "إلغاء" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "المحتوى التعاوني" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -100,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "المستندات" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "المعرف" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "المعرفة" @@ -144,11 +148,21 @@ msgstr "" msgid "Manage documents" msgstr "إدارة المستندات" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -171,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/bg.po b/knowledge/i18n/bg.po index b8f88d1e..e0bfda16 100644 --- a/knowledge/i18n/bg.po +++ b/knowledge/i18n/bg.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Bulgarian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/bg/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Приложи" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Откажи" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Съвместно съдържание" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "Настройка" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Документи" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Знания" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/bs.po b/knowledge/i18n/bs.po index e40970d9..01e8b3a4 100644 --- a/knowledge/i18n/bs.po +++ b/knowledge/i18n/bs.po @@ -3,14 +3,15 @@ # * knowledge # # Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Bosnian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/bs/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -21,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -29,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Primjeni" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Otkaži" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -50,6 +51,26 @@ msgstr "Konfiguracija" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -69,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Znanje" @@ -127,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -144,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/ca.po b/knowledge/i18n/ca.po index 0a97300d..9b70898f 100644 --- a/knowledge/i18n/ca.po +++ b/knowledge/i18n/ca.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Catalan (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ca/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -40,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "Cancel·la" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Contingut col·laboratiu" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -99,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Documents" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Coneixement" @@ -143,11 +148,21 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -170,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/cs.po b/knowledge/i18n/cs.po index ac37aece..8351cbf8 100644 --- a/knowledge/i18n/cs.po +++ b/knowledge/i18n/cs.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Czech (http://www.transifex.com/oca/OCA-knowledge-9-0/language/cs/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Použít" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Zrušit" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Spolupracovní obsah" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "Nastavení" msgid "Configure Knowledge" msgstr "Nastavit znalosti" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Dokumenty" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Znalosti" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "Spravovat dokumenty" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/da.po b/knowledge/i18n/da.po index 76163260..0c8130d8 100644 --- a/knowledge/i18n/da.po +++ b/knowledge/i18n/da.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Danish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/da/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Anvend" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Annuller" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "Konfiguration" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Dokumenter" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "Id" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Viden" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/de.po b/knowledge/i18n/de.po index 1bb2b99b..4ff73fba 100644 --- a/knowledge/i18n/de.po +++ b/knowledge/i18n/de.po @@ -3,16 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 -# Rudolf Schnapka , 2016 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-14 10:08+0000\n" -"PO-Revision-Date: 2016-04-21 08:12+0000\n" -"Last-Translator: Rudolf Schnapka \n" -"Language-Team: German (http://www.transifex.com/oca/OCA-knowledge-9-0/language/de/)\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: German (https://www.transifex.com/oca/teams/23907/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -24,7 +23,9 @@ msgstr "" 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." +msgstr "" +"Workflow zu Dokumenten pro Kategorie hinzufügen.\n" +"- Das Modul document_page_approval wird installiert." #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration @@ -41,11 +42,6 @@ msgstr "Dateien aus externem DMS in Odoo einbinden" msgid "Cancel" msgstr "Abbrechen" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Wikipedia" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -63,14 +59,20 @@ 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 \nDateien an Odoo-Datensätze anzuhängen.\n- Das Modul cmis-read wird installiert." +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_knowledge_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 \nDateien dort abzuspeichern.\n- Das Modul cmis-write wird installiert." +msgstr "" +"Verknüpfe Odoo mit einem CMIS-kompatiblen Server, um \n" +"Dateien dort abzuspeichern.\n" +"- Das Modul cmis-write wird installiert." #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration @@ -97,20 +99,32 @@ msgstr "Anzeigename" msgid "" "Document indexation, full text search of attachements.\n" "- This installs the module document." -msgstr "Dokumentindizierung, Volltextrecherche in Dokumenten.\n- Das Modul document wird installiert." +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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Dokumente" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Dokumente" @@ -144,17 +158,29 @@ msgstr "Dokumentseiten verwalten (Wiki)" msgid "Manage documents" msgstr "Dokumentenverwaltung" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "Dokumentenfreigabe verwalten" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_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." +msgstr "" +"Stelle Dokumentenseite und Kategorie als Wiki zur Verfügung.\n" +"- Das Modul document_page wird installiert." #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration @@ -171,6 +197,11 @@ msgstr "Speichere Anhänge auf externem DMS anstelle der Odoo-Dateiablage" msgid "Using CMIS" msgstr "Verwende CMIS" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/el.po b/knowledge/i18n/el.po index 61d2cfaa..1bbe087a 100644 --- a/knowledge/i18n/el.po +++ b/knowledge/i18n/el.po @@ -3,14 +3,15 @@ # * knowledge # # Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Greek (http://www.transifex.com/oca/OCA-knowledge-9-0/language/el/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -21,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -29,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Εφαρμογή" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Ακύρωση" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -50,6 +51,26 @@ msgstr "Ρυθμίσεις" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -69,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Έγγραφα" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "Κωδικός" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Γνωσιακή" @@ -127,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -144,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/en_GB.po b/knowledge/i18n/en_GB.po index c0550342..219b7ef2 100644 --- a/knowledge/i18n/en_GB.po +++ b/knowledge/i18n/en_GB.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: English (United Kingdom) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/en_GB/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Apply" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Cancel" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Collaborative Content" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "Configuration" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Documents" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Knowledge" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/es.po b/knowledge/i18n/es.po index 2a362754..b92b6964 100644 --- a/knowledge/i18n/es.po +++ b/knowledge/i18n/es.po @@ -3,17 +3,15 @@ # * knowledge # # Translators: -# Antonio Trueba, 2016 -# Antonio Trueba, 2016 -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-12 13:00+0000\n" -"PO-Revision-Date: 2016-03-12 13:02+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Spanish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -42,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "Cancelar" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Contenido colaborativo" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -101,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Documentos" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Conocimiento" @@ -145,11 +148,21 @@ msgstr "Gestionar páginas de documento (Wiki)" msgid "Manage documents" msgstr "Gestión de documentos" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "Gestionar aprobación de documentos" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -172,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/es_AR.po b/knowledge/i18n/es_AR.po index 727f1966..0a098545 100644 --- a/knowledge/i18n/es_AR.po +++ b/knowledge/i18n/es_AR.po @@ -3,16 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 -# Leonardo Germán Chianea , 2015 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-12 13:00+0000\n" -"PO-Revision-Date: 2016-03-12 13:02+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_AR/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -41,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "Cancelar" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Contenido colaborativo" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -100,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Documentos" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Conocimientos" @@ -144,11 +148,21 @@ msgstr "" msgid "Manage documents" msgstr "Administrar documentos" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -171,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/es_CO.po b/knowledge/i18n/es_CO.po index 63c73548..94b34a78 100644 --- a/knowledge/i18n/es_CO.po +++ b/knowledge/i18n/es_CO.po @@ -3,14 +3,15 @@ # * knowledge # # Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Spanish (Colombia) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_CO/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -21,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -29,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Aplicar" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Cancelar" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -50,6 +51,26 @@ msgstr "" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -69,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Documentos" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "" @@ -127,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -144,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/es_CR.po b/knowledge/i18n/es_CR.po index ff06a021..5c7460f6 100644 --- a/knowledge/i18n/es_CR.po +++ b/knowledge/i18n/es_CR.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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 (Costa Rica) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_CR/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Aplicar" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Cancelar" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Contenido colaborativo" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "Configuración" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Documentos" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Conocimiento" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/es_DO.po b/knowledge/i18n/es_DO.po index 99145b9c..17e00057 100644 --- a/knowledge/i18n/es_DO.po +++ b/knowledge/i18n/es_DO.po @@ -3,14 +3,15 @@ # * knowledge # # Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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 (Dominican Republic) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_DO/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -21,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -29,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Aplicar" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Cancelar" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -50,6 +51,26 @@ msgstr "Configuración" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -69,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID (identificación)" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Conocimiento" @@ -127,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -144,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/es_EC.po b/knowledge/i18n/es_EC.po index 53c55a03..43dc1c55 100644 --- a/knowledge/i18n/es_EC.po +++ b/knowledge/i18n/es_EC.po @@ -3,14 +3,15 @@ # * knowledge # # Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_EC/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -21,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -29,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Aplicar" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Cancelar" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -50,6 +51,26 @@ msgstr "Configuración" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -69,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Gestión de Conocimiento" @@ -127,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -144,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/es_MX.po b/knowledge/i18n/es_MX.po index 29bf8238..2a5bec95 100644 --- a/knowledge/i18n/es_MX.po +++ b/knowledge/i18n/es_MX.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2010 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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 (Mexico) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_MX/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Aplicar" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Cancelar" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Contenido colaborativo" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "Configuración" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Documentos" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Conocimiento" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/es_PY.po b/knowledge/i18n/es_PY.po index af9e44c9..0278a588 100644 --- a/knowledge/i18n/es_PY.po +++ b/knowledge/i18n/es_PY.po @@ -3,14 +3,15 @@ # * knowledge # # Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_PY/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -21,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -29,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Cancelar" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -50,6 +51,26 @@ msgstr "Configuración" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -69,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Documentos" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "" @@ -127,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -144,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/es_VE.po b/knowledge/i18n/es_VE.po index be154232..557150cc 100644 --- a/knowledge/i18n/es_VE.po +++ b/knowledge/i18n/es_VE.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2010 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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 (Venezuela) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_VE/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Cancelar" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Contenido colaborativo" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "Configuración" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Documentos" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Conocimiento" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/fa.po b/knowledge/i18n/fa.po index 4fc1e165..5077d63a 100644 --- a/knowledge/i18n/fa.po +++ b/knowledge/i18n/fa.po @@ -3,14 +3,15 @@ # * knowledge # # Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Persian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/fa/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -21,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -29,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "اعمال" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "لغو" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -50,6 +51,26 @@ msgstr "پیکربندی" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -69,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "اسناد" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "شناسه" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "دانش" @@ -127,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -144,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/fi.po b/knowledge/i18n/fi.po index 43618b60..0b29b022 100644 --- a/knowledge/i18n/fi.po +++ b/knowledge/i18n/fi.po @@ -3,16 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 -# Kari Lindgren , 2015 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-08-13 13:00+0000\n" -"PO-Revision-Date: 2016-09-15 12:45+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Finnish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/fi/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -41,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "Peruuta" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Yhteinen jaettu sisältö" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -100,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Dokumentit" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Tietämys" @@ -144,11 +148,21 @@ msgstr "" msgid "Manage documents" msgstr "Hallitse dokumentteja" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -171,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/fr.po b/knowledge/i18n/fr.po index f2da74e0..8becc9c9 100644 --- a/knowledge/i18n/fr.po +++ b/knowledge/i18n/fr.po @@ -3,17 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 -# Maxime Chambreuil , 2015 -# Richard Mathot , 2015 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-12 13:00+0000\n" -"PO-Revision-Date: 2016-03-12 13:02+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: French (http://www.transifex.com/oca/OCA-knowledge-9-0/language/fr/)\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: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -42,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "Annuler" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Contenu Collaboratif" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -101,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Documents" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Connaissances" @@ -145,11 +148,21 @@ msgstr "Gérer des pages (wiki)" msgid "Manage documents" msgstr "Gérer les documents" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "Gérer l'approbation sur les pages" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -172,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/gl.po b/knowledge/i18n/gl.po index c4c4f323..f6744814 100644 --- a/knowledge/i18n/gl.po +++ b/knowledge/i18n/gl.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Galician (http://www.transifex.com/oca/OCA-knowledge-9-0/language/gl/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -40,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "Cancelar" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Contido colaborativo" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -99,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Documentos" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Coñecemento" @@ -143,11 +148,21 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -170,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/gu.po b/knowledge/i18n/gu.po index 0cb06090..39ed6b7a 100644 --- a/knowledge/i18n/gu.po +++ b/knowledge/i18n/gu.po @@ -3,14 +3,15 @@ # * knowledge # # Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Gujarati (http://www.transifex.com/oca/OCA-knowledge-9-0/language/gu/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -21,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -29,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "રદ કરો" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -50,6 +51,26 @@ msgstr "રુપરેખાંકન" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -69,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "દસ્તાવેજો" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ઓળખ" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "" @@ -127,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -144,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/he.po b/knowledge/i18n/he.po index e58c50bb..9866f6c1 100644 --- a/knowledge/i18n/he.po +++ b/knowledge/i18n/he.po @@ -3,14 +3,15 @@ # * knowledge # # Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Hebrew (http://www.transifex.com/oca/OCA-knowledge-9-0/language/he/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -21,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -29,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "החל" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "בטל" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -50,6 +51,26 @@ msgstr "הגדרות תצורה" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -69,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "מסמכים" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "מזהה" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "ידע" @@ -127,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -144,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/hi.po b/knowledge/i18n/hi.po index 49c7ce84..70421a88 100644 --- a/knowledge/i18n/hi.po +++ b/knowledge/i18n/hi.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Hindi (http://www.transifex.com/oca/OCA-knowledge-9-0/language/hi/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "रद्द" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "कॉन्फ़िगरेशन" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "ज्ञान" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/hr.po b/knowledge/i18n/hr.po index 34ef1ee5..15a7b3fb 100644 --- a/knowledge/i18n/hr.po +++ b/knowledge/i18n/hr.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Croatian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/hr/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Primjeni" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Odustani" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Kolaborativni sadržaj" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "Postavke" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Dokumenti" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Znanje" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "Dokumenti" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/hu.po b/knowledge/i18n/hu.po index 3176b8ac..06b463a2 100644 --- a/knowledge/i18n/hu.po +++ b/knowledge/i18n/hu.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-12 13:00+0000\n" -"PO-Revision-Date: 2016-03-12 13:02+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/hu/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -40,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "Mégsem" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Csoportmunában készült tartalom" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -99,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Dokumentumok" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "Azonosító ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Tudás" @@ -143,11 +148,21 @@ msgstr "" msgid "Manage documents" msgstr "Dokumentum kezelés" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -170,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/it.po b/knowledge/i18n/it.po index 3f1e24a9..1c6f27d3 100644 --- a/knowledge/i18n/it.po +++ b/knowledge/i18n/it.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-08-13 13:00+0000\n" -"PO-Revision-Date: 2016-09-09 12:24+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Italian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/it/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -40,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "Annulla" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Contenuto collaborativo" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -99,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Documenti" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Know how" @@ -143,11 +148,21 @@ msgstr "" msgid "Manage documents" msgstr "Gestione documenti" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -170,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/ja.po b/knowledge/i18n/ja.po index 40ef460b..7378adb0 100644 --- a/knowledge/i18n/ja.po +++ b/knowledge/i18n/ja.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Japanese (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ja/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "適用" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "取消" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "共同作業の内容" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "設定" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "文書" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "ナレッジ" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/kab.po b/knowledge/i18n/kab.po index 775632ab..2b607447 100644 --- a/knowledge/i18n/kab.po +++ b/knowledge/i18n/kab.po @@ -3,16 +3,15 @@ # * knowledge # # Translators: -# Belkacem Mohammed , 2015 -# FIRST AUTHOR , 2015 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Kabyle (http://www.transifex.com/oca/OCA-knowledge-9-0/language/kab/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -23,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -31,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Snes" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Sefsex" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -52,6 +51,26 @@ msgstr "Tawila" msgid "Configure Knowledge" msgstr "Swel Tamusni" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -71,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Arraten" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "Asulay" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Tamusni" @@ -129,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "Sefrek arraten" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -146,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/ko.po b/knowledge/i18n/ko.po index 87d4dcd8..8b87c4e2 100644 --- a/knowledge/i18n/ko.po +++ b/knowledge/i18n/ko.po @@ -3,14 +3,15 @@ # * knowledge # # Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-12 13:00+0000\n" -"PO-Revision-Date: 2016-03-12 13:02+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Korean (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ko/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -39,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "취소" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "공동작업 내용" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -98,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "문서" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "지식" @@ -142,11 +148,21 @@ msgstr "" msgid "Manage documents" msgstr "문서 관리" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -169,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/lo.po b/knowledge/i18n/lo.po index ada46f14..8c0253e4 100644 --- a/knowledge/i18n/lo.po +++ b/knowledge/i18n/lo.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Lao (http://www.transifex.com/oca/OCA-knowledge-9-0/language/lo/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "ຍົກເລີອກ" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "ເນື້ອໃນການເຮັດວຽກຮ່ວມກັນ" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "ການກໍານົດຄ່າ" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "ການຄຸ້ມຄອງເອກະສານ" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/lv.po b/knowledge/i18n/lv.po index 10927bc4..ff6be301 100644 --- a/knowledge/i18n/lv.po +++ b/knowledge/i18n/lv.po @@ -3,14 +3,15 @@ # * knowledge # # Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Latvian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/lv/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -21,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -29,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Pielietot" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Atcelt" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -50,6 +51,26 @@ msgstr "Uzstādījumi" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -69,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Dokumenti" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "" @@ -127,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -144,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/mk.po b/knowledge/i18n/mk.po index 8cb2ac0a..4908a0c9 100644 --- a/knowledge/i18n/mk.po +++ b/knowledge/i18n/mk.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-12 13:00+0000\n" -"PO-Revision-Date: 2016-03-12 13:02+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/mk/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -40,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "Откажи" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Колаборативна содржина" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -99,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Документи" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Знаење" @@ -143,11 +148,21 @@ msgstr "" msgid "Manage documents" msgstr "Менаџирај документи" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -170,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/mn.po b/knowledge/i18n/mn.po index e5afc207..02690c4e 100644 --- a/knowledge/i18n/mn.po +++ b/knowledge/i18n/mn.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-12 13:00+0000\n" -"PO-Revision-Date: 2016-03-12 13:02+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/mn/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -40,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "Цуцлах" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Хамтарсан агуулга" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -99,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Баримтууд" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Баримт" @@ -143,11 +148,21 @@ msgstr "" msgid "Manage documents" msgstr "Бичиг баримтуудыг менежмент хийх" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -170,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/nb.po b/knowledge/i18n/nb.po index 6e11cfc1..f795e1b2 100644 --- a/knowledge/i18n/nb.po +++ b/knowledge/i18n/nb.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Norwegian Bokmål (http://www.transifex.com/oca/OCA-knowledge-9-0/language/nb/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Bruk" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Avbryt" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Samarbeidende innhold" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "Konfigurasjon" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Dokumenter" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Kunnskap" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/nl.po b/knowledge/i18n/nl.po index b85813bb..6be29f67 100644 --- a/knowledge/i18n/nl.po +++ b/knowledge/i18n/nl.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-12 13:00+0000\n" -"PO-Revision-Date: 2016-03-12 13:02+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Dutch (http://www.transifex.com/oca/OCA-knowledge-9-0/language/nl/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -40,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "Annuleren" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Gezamelijke inhoud" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -99,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Documenten" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Kennis" @@ -143,11 +148,21 @@ msgstr "" msgid "Manage documents" msgstr "Beheer documenten" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -170,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/nl_BE.po b/knowledge/i18n/nl_BE.po index 5760c5a3..f6ee7344 100644 --- a/knowledge/i18n/nl_BE.po +++ b/knowledge/i18n/nl_BE.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Dutch (Belgium) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/nl_BE/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Toepassen" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Afbreken" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Gemeenschappelijke inhoud" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "Instellingen" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Kennis" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/pl.po b/knowledge/i18n/pl.po index acb406db..214eca77 100644 --- a/knowledge/i18n/pl.po +++ b/knowledge/i18n/pl.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-12 13:00+0000\n" -"PO-Revision-Date: 2016-03-12 13:02+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Polish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/pl/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -40,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "Anuluj" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Wspólna zawartość" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -99,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Dokumenty" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Wiedza" @@ -143,11 +148,21 @@ msgstr "" msgid "Manage documents" msgstr "Zarządzaj dokumentami" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -170,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/pt.po b/knowledge/i18n/pt.po index 3ca839f3..158a780d 100644 --- a/knowledge/i18n/pt.po +++ b/knowledge/i18n/pt.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-12 13:00+0000\n" -"PO-Revision-Date: 2016-03-12 13:02+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-knowledge-9-0/language/pt/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -40,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "Cancelar" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Conteúdo colaborativo" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -99,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Documentos" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Conhecimento" @@ -143,11 +148,21 @@ msgstr "" msgid "Manage documents" msgstr "Gerir documentos" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -170,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/pt_BR.po b/knowledge/i18n/pt_BR.po index 95ac4d6a..ec21c09d 100644 --- a/knowledge/i18n/pt_BR.po +++ b/knowledge/i18n/pt_BR.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-12 13:00+0000\n" -"PO-Revision-Date: 2016-03-12 13:02+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/pt_BR/)\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 (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -40,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "Cancelar" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Conteúdo Colaborativo" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -99,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Documentos" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Conhecimento" @@ -143,11 +148,21 @@ msgstr "" msgid "Manage documents" msgstr "Gerenciar documentos" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -170,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/ro.po b/knowledge/i18n/ro.po index 3230f1fa..2dced345 100644 --- a/knowledge/i18n/ro.po +++ b/knowledge/i18n/ro.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Romanian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ro/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Aplică" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Anulează" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Conținut de Colaborare" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "Configurare" msgid "Configure Knowledge" msgstr "Configureaza Cunostințele" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Documente" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Cunoștințe" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "Gestioneaza documentele" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/ru.po b/knowledge/i18n/ru.po index 801453d8..19948119 100644 --- a/knowledge/i18n/ru.po +++ b/knowledge/i18n/ru.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-12 13:00+0000\n" -"PO-Revision-Date: 2016-03-12 13:02+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Russian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ru/)\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: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -40,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "Отменить" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Совместное содержание" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -99,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Документы" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Знания" @@ -143,11 +148,21 @@ msgstr "" msgid "Manage documents" msgstr "Управлять документами" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -170,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/sk.po b/knowledge/i18n/sk.po index e8d64c38..a51d1e37 100644 --- a/knowledge/i18n/sk.po +++ b/knowledge/i18n/sk.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Slovak (http://www.transifex.com/oca/OCA-knowledge-9-0/language/sk/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Zrušiť" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "Nastavenie" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Dokumenty" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/sl.po b/knowledge/i18n/sl.po index a11ac973..5df059e9 100644 --- a/knowledge/i18n/sl.po +++ b/knowledge/i18n/sl.po @@ -3,16 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 -# Matjaž Mozetič , 2015-2016 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-12 13:00+0000\n" -"PO-Revision-Date: 2016-03-16 05:46+0000\n" -"Last-Translator: Matjaž Mozetič \n" -"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/sl/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -24,7 +23,9 @@ msgstr "" 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." +msgstr "" +"Dodaj delotok dokumentov po kategoriji.\n" +"- namesti modul document_page_approval." #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration @@ -41,11 +42,6 @@ msgstr "Pripni datoteke iz zunanjega DMS v Odoo" msgid "Cancel" msgstr "Preklic" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Skupne vsebine" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -63,14 +59,19 @@ 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\nOdoo zapisu.\n- namesti modul 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_knowledge_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." +msgstr "" +"Poveži Odoo s CMIS združljivim strežnikom za hrambo datotek.\n" +"- namesti modul cmis_write." #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration @@ -97,20 +98,32 @@ msgstr "Naziv prikaza" msgid "" "Document indexation, full text search of attachements.\n" "- This installs the module document." -msgstr "Indeksacija dokumentov, iskanje po vsebini prilog.\n- Namesti modul 'document'." +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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Dokumenti" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Baza znanja" @@ -144,17 +157,29 @@ msgstr "Upravljanje strani dokumentov (Wiki)" msgid "Manage documents" msgstr "Upravljanje dokumentov" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "Upravljanje odobritev dokumentov" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_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." +msgstr "" +"Zagotovi stran dokumenta in kategorijo kot wiki.\n" +"- namesti modul document_page." #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration @@ -171,6 +196,11 @@ msgstr "Hrani priponke na zunanjem DMS namesto v Odoo Filestore" msgid "Using CMIS" msgstr "Uporaba CMIS" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/sr.po b/knowledge/i18n/sr.po index c62e2612..936d9f40 100644 --- a/knowledge/i18n/sr.po +++ b/knowledge/i18n/sr.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Serbian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/sr/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Otkaži" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "Konfiguracija" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Dokumenti" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Znanje" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/sr@latin.po b/knowledge/i18n/sr@latin.po index 9ddb4a8f..4a4e409c 100644 --- a/knowledge/i18n/sr@latin.po +++ b/knowledge/i18n/sr@latin.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Serbian (Latin) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/sr@latin/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Primeni" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Otkaži" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Sadržaj saradnje" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "Podešavanje" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Dokumenti" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Znanje" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/sv.po b/knowledge/i18n/sv.po index 93b51408..46a2638e 100644 --- a/knowledge/i18n/sv.po +++ b/knowledge/i18n/sv.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Swedish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/sv/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "Verkställ" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "Avbryt" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "Samverkansinnehåll" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "Konfiguration" msgid "Configure Knowledge" msgstr "Konfigurera kunskapssystemet" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Dokument" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Kunskap" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "Administrera dokument" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/th.po b/knowledge/i18n/th.po index b98d9e48..c0c75b68 100644 --- a/knowledge/i18n/th.po +++ b/knowledge/i18n/th.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Thai (http://www.transifex.com/oca/OCA-knowledge-9-0/language/th/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "ปรับใช้" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "ยกเลิก" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "ตั้งค่า" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "เอกสาร" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "รหัส" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "ความรู้" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/tr.po b/knowledge/i18n/tr.po index 741609da..ed8bddbb 100644 --- a/knowledge/i18n/tr.po +++ b/knowledge/i18n/tr.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-12 13:00+0000\n" -"PO-Revision-Date: 2016-03-12 13:02+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Turkish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/tr/)\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: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -40,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "İptal" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "İşbirliği İçeriği" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -99,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "Belgeler" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "Bilgi Birikimi" @@ -143,11 +148,21 @@ msgstr "" msgid "Manage documents" msgstr "Belgeleri Yönet" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -170,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/zh_CN.po b/knowledge/i18n/zh_CN.po index 6a441ab0..ffe72bcb 100644 --- a/knowledge/i18n/zh_CN.po +++ b/knowledge/i18n/zh_CN.po @@ -3,18 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 -# jeffery chen fan , 2015 -# 珠海-老天 , 2015 -# 珠海-老天 , 2015 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-12 13:00+0000\n" -"PO-Revision-Date: 2016-03-12 13:02+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/zh_CN/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -43,11 +40,6 @@ msgstr "" msgid "Cancel" msgstr "取消" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "协作内容" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -102,17 +94,27 @@ msgid "" 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "文档" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "知识" @@ -146,11 +148,21 @@ msgstr "" msgid "Manage documents" msgstr "管理文档" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" @@ -173,6 +185,11 @@ msgstr "" msgid "Using CMIS" msgstr "" +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/i18n/zh_TW.po b/knowledge/i18n/zh_TW.po index 4aa8bf4e..146152a7 100644 --- a/knowledge/i18n/zh_TW.po +++ b/knowledge/i18n/zh_TW.po @@ -3,15 +3,15 @@ # * knowledge # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: knowledge (9.0)\n" +"Project-Id-Version: Odoo Server 10.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: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/zh_TW/)\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -22,7 +22,7 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "" "Add workflow on documents per category.\n" -"-This installs the module document_page_approval." +"- This installs the module document_page_approval." msgstr "" #. module: knowledge @@ -30,16 +30,16 @@ msgstr "" msgid "Apply" msgstr "套用" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + #. module: knowledge #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Cancel" msgstr "取消" -#. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document2 -msgid "Collaborative Content" -msgstr "協作內容" - #. module: knowledge #: model:ir.ui.menu,name:knowledge.menu_document_configuration msgid "Configuration" @@ -51,6 +51,26 @@ msgstr "設置" msgid "Configure Knowledge" msgstr "" +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_knowledge_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_knowledge_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:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid msgid "Created by" @@ -70,31 +90,31 @@ msgstr "" #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document msgid "" "Document indexation, full text search of attachements.\n" -"-This installs the module document." -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document page approval" -msgstr "" - -#. module: knowledge -#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration -msgid "Document pages" +"- This installs the module document." 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:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration msgid "Documents" msgstr "文件" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id msgid "ID" msgstr "ID" #. module: knowledge -#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root msgid "Knowledge" msgstr "知識" @@ -128,16 +148,26 @@ msgstr "" msgid "Manage documents" msgstr "" +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "Manage documents and knowledge-related applications" +msgstr "" + #. module: knowledge #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval msgid "Manage documents approval" msgstr "" +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + #. module: knowledge #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page msgid "" "Provide document page and category as a wiki.\n" -"-This installs the module document_page." +"- This installs the module document_page." msgstr "" #. module: knowledge @@ -145,6 +175,21 @@ msgstr "" msgid "Settings" msgstr "" +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Using CMIS" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "ir.attachment" +msgstr "" + #. module: knowledge #: model:ir.model,name:knowledge.model_knowledge_config_settings msgid "knowledge.config.settings" diff --git a/knowledge/security/knowledge_security.xml b/knowledge/security/knowledge_security.xml index 467d1b7d..816b6b57 100644 --- a/knowledge/security/knowledge_security.xml +++ b/knowledge/security/knowledge_security.xml @@ -1,7 +1,7 @@ - + Knowledge user diff --git a/knowledge/views/knowledge.xml b/knowledge/views/knowledge.xml index 181ab7eb..7f51af55 100644 --- a/knowledge/views/knowledge.xml +++ b/knowledge/views/knowledge.xml @@ -30,7 +30,7 @@