Merge branch '10.0' into 10.0-document_page_approval

This commit is contained in:
Maxime Chambreuil 2017-02-02 08:52:31 -06:00 committed by GitHub
commit ada469bc83
80 changed files with 3311 additions and 1617 deletions

View File

@ -13,6 +13,12 @@ Here you should find all community modules that:
- provide access to knowledge/documents - provide access to knowledge/documents
[//]: # (addons) [//]: # (addons)
Available addons
----------------
addon | version | summary
--- | --- | ---
[knowledge](knowledge/) | 10.0.1.0.0 | Knowledge Management System
Unported addons Unported addons
--------------- ---------------
addon | version | summary 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_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_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 [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) [//]: # (end addons)

View File

@ -16,7 +16,7 @@ This module depends on module knowledge. So make sure to have it in your addons
Configuration Configuration
============= =============
No configuration required No configuration required.
Usage Usage
===== =====
@ -30,7 +30,7 @@ To use this module, you need to:
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot :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 Known issues / Roadmap
====================== ======================
@ -40,17 +40,29 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/Knowledge/issues>`_. Bugs are tracked on `GitHub Issues <https://github.com/OCA/Knowledge/issues>`_.
In case of trouble, please check there if your issue has already been reported. 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 <https://github.com/OCA/knowledge/issues/new?body=module:%20document_page%0Aversion:%209.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. If you spotted it first, help us smash it by providing detailed and welcomed feedback.
Credits Credits
======= =======
Images
------
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
Contributors Contributors
------------ ------------
* Odoo SA <info@odoo.com>
* Savoir-faire Linux <support@savoirfairelinux.com>
* Gervais Naoussi <gervaisnaoussi@gmail.com> * Gervais Naoussi <gervaisnaoussi@gmail.com>
* Maxime Chambreuil <mchambreuil@ursainfosystems.com>
Funders
-------
The development of this module has been financially supported by:
* Odoo SA <http://www.odoo.com>
* Savoir-faire Linux <http://www.savoirfairelinux.com>
Maintainer 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 mission is to support the collaborative development of Odoo features and
promote its widespread use. 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.

View File

@ -1,22 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>). # Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
# # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
from . import models from . import models
from . import wizard from . import wizard

View File

@ -1,32 +1,21 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>). # Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
# # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
{ {
'name': 'Document Page', 'name': 'Document Page',
'version': '9.0.1.0.1', 'version': '10.0.1.0.0',
'category': 'Knowledge Management', 'category': 'Knowledge Management',
'author': 'OpenERP SA, Odoo Community Association (OCA)', 'author': 'OpenERP SA, Odoo Community Association (OCA)',
'images': ['images/category_list.png', 'images/create_category.png', 'images': [
'images/page_list.png', 'images/create_page.png', 'images/category_list.png',
'images/customer_invoice.jpeg', 'images/page_history.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/', 'website': 'http://www.openerp.com/',
'license': 'AGPL-3', 'license': 'AGPL-3',
'depends': [ 'depends': [
@ -39,11 +28,9 @@
'views/document_page.xml', 'views/document_page.xml',
'security/document_page_security.xml', 'security/document_page_security.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'data/document_page.xml',
], ],
'demo': [ 'demo': [
'demo/document_page.xml' 'demo/document_page.xml'
], ],
'installable': False,
'auto_install': False,
'css': ['static/src/css/document_page.css'],
} }

View File

@ -1,41 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="utf-8"?>
<odoo> <odoo>
<data noupdate="1"> <template id="document_page_css">
<record id="wiki_wiki_main" model="document.page"> <link rel="stylesheet" type="text/less" href="/document_page/static/src/css/document_page.css"/>
<field name="name">The Odoo wiki</field> </template>
<field name="tags">help, quick start, wiki, formatting</field>
<field name="minor_edit">0</field>
<field name="index">1</field>
<field name="summary">Initial Page</field>
<field name="content">== 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]
</field>
<field name="parent_id" ref="wiki_groups_wikiformatting0"/>
</record>
</data>
</odoo> </odoo>

View File

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<odoo> <odoo noupdate="1">
<data noupdate="1">
<record id="base.user_demo" model="res.users"> <record id="base.user_demo" model="res.users">
<field eval="[(4, ref('base.group_document_user'))]" <field eval="[(4, ref('knowledge.group_document_user'))]"
name="groups_id"/> name="groups_id"/>
</record> </record>
<record id="demo_category1" model="document.page"> <record id="demo_category1" model="document.page">
<field name="name">OpenERP Features</field> <field name="name">OpenERP Features</field>
<field name="type">category</field> <field name="type">category</field>
@ -127,5 +128,4 @@ Think of it as an out-of-the-box solution to boost your business' productivity.<
</field> </field>
</record> </record>
</data>
</odoo> </odoo>

View File

@ -1,22 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>). # Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
# # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
from . import document_page from . import document_page
from . import document_page_history from . import document_page_history

View File

@ -1,25 +1,9 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>). # Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
# # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
import logging import logging
from openerp import models, fields, api from odoo import api, fields, models
_logger = logging.getLogger(__name__) _logger = logging.getLogger(__name__)
@ -53,9 +37,7 @@ class DocumentPage(models.Model):
'Children' 'Children'
) )
content = fields.Text( content = fields.Text("Content")
"Content"
)
display_content = fields.Text( display_content = fields.Text(
string='Displayed Content', string='Displayed Content',
@ -76,26 +58,23 @@ class DocumentPage(models.Model):
create_date = fields.Datetime( create_date = fields.Datetime(
"Created on", "Created on",
select=True,
readonly=True readonly=True
) )
create_uid = fields.Many2one( create_uid = fields.Many2one(
'res.users', 'res.users',
'Author', 'Author',
select=True,
readonly=True readonly=True
) )
write_date = fields.Datetime( write_date = fields.Datetime(
"Modification Date", "Modification Date",
select=True, readonly=True
readonly=True) )
write_uid = fields.Many2one( write_uid = fields.Many2one(
'res.users', 'res.users',
"Last Contributor", "Last Contributor",
select=True,
readonly=True readonly=True
) )

View File

@ -1,26 +1,11 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>). # Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
# # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
import logging import logging
import difflib import difflib
from openerp import models, fields, _ from odoo import fields, models
from odoo.tools.translate import _
_logger = logging.getLogger(__name__) _logger = logging.getLogger(__name__)
@ -34,7 +19,7 @@ class DocumentPageHistory(models.Model):
_rec_name = "create_date" _rec_name = "create_date"
page_id = fields.Many2one('document.page', 'Page') page_id = fields.Many2one('document.page', 'Page')
summary = fields.Char('Summary', select=True) summary = fields.Char('Summary', index=True)
content = fields.Text("Content") content = fields.Text("Content")
create_date = fields.Datetime("Date") create_date = fields.Datetime("Date")
create_uid = fields.Many2one('res.users', "Modified By") create_uid = fields.Many2one('res.users', "Modified By")

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<odoo> <odoo>
<data noupdate="0">
<record id="base.group_document_user" model="res.groups"> <record id="knowledge.group_document_user" model="res.groups">
<field name="users" eval="[(4, ref('base.user_root'))]"/> <field name="users" eval="[(4, ref('base.user_root'))]"/>
</record> </record>
</data>
</odoo> </odoo>

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from openerp.tests import common from odoo.tests import common
class TestDocumentPage(common.TransactionCase): class TestDocumentPage(common.TransactionCase):

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from openerp.tests import common from odoo.tests import common
class TestDocumentPageCreateMenu(common.TransactionCase): class TestDocumentPageCreateMenu(common.TransactionCase):
@ -8,7 +8,7 @@ class TestDocumentPageCreateMenu(common.TransactionCase):
def test_page_menu_creation(self): def test_page_menu_creation(self):
"""Test page menu creation.""" """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_created = self.env['document.page.create.menu'].create(
{'menu_name': 'Wiki Test menu', 'menu_parent_id': menu_parent.id} {'menu_name': 'Wiki Test menu', 'menu_parent_id': menu_parent.id}

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from openerp.tests import common from odoo.tests import common
class TestDocumentPageHistory(common.TransactionCase): class TestDocumentPageHistory(common.TransactionCase):

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from openerp.tests import common from odoo.tests import common
from openerp import _ from odoo import _
class TestDocumentPageShowDiff(common.TransactionCase): class TestDocumentPageShowDiff(common.TransactionCase):

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<odoo> <odoo>
<data>
<menuitem name="Pages" <menuitem name="Pages"
id="menu_wiki" id="menu_wiki"
parent="knowledge.menu_document" parent="knowledge.menu_document"
@ -312,5 +312,4 @@
view_mode="form" view_mode="form"
src_model="document.page"/> src_model="document.page"/>
</data>
</odoo> </odoo>

View File

@ -1,22 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>). # Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
# # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
from . import document_page_create_menu from . import document_page_create_menu
from . import document_page_show_diff from . import document_page_show_diff

View File

@ -1,24 +1,8 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>). # Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
# # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as from odoo import api, fields, models
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
from openerp import models, fields, api
class DocumentPageCreateMenu(models.TransientModel): class DocumentPageCreateMenu(models.TransientModel):
@ -68,7 +52,7 @@ class DocumentPageCreateMenu(models.TransientModel):
'res_model': 'document.page', 'res_model': 'document.page',
'view_id': view_id, 'view_id': view_id,
'type': 'ir.actions.act_window', 'type': 'ir.actions.act_window',
'target': 'inlineview', 'target': 'inline',
} }
value['domain'] = "[('parent_id','=',%d)]" % (page.id) value['domain'] = "[('parent_id','=',%d)]" % (page.id)
value['res_id'] = page.id value['res_id'] = page.id

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<odoo> <odoo>
<data>
<!-- Create Menu From view --> <!-- Create Menu From view -->
<record id="view_wiki_create_menu" model="ir.ui.view"> <record id="view_wiki_create_menu" model="ir.ui.view">
<field name="name">Create Menu</field> <field name="name">Create Menu</field>
<field name="model">document.page.create.menu</field> <field name="model">document.page.create.menu</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Create Menu" version="7.0"> <form>
<group string="Menu Information"> <group string="Menu Information">
<field name="menu_name" /> <field name="menu_name" />
<field name="menu_parent_id" /> <field name="menu_parent_id" />
@ -37,5 +37,4 @@
<field name="target">new</field> <field name="target">new</field>
</record> </record>
</data>
</odoo> </odoo>

View File

@ -1,25 +1,9 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>). # Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
# # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as from odoo import exceptions, fields, models
# published by the Free Software Foundation, either version 3 of the from odoo.tools.translate import _
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
from openerp import models, fields, _
from openerp import exceptions
class DocumentPageShowDiff(models.TransientModel): class DocumentPageShowDiff(models.TransientModel):

View File

@ -1,13 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<odoo> <odoo>
<data>
<!-- Create Index Form view --> <!-- Create Index Form view -->
<record id="view_wiki_show_diff" model="ir.ui.view"> <record id="view_wiki_show_diff" model="ir.ui.view">
<field name="name">Show Difference</field> <field name="name">Show Difference</field>
<field name="model">wizard.document.page.history.show_diff</field> <field name="model">wizard.document.page.history.show_diff</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Difference" version="7.0"> <form>
<field name="diff" <field name="diff"
widget="html" widget="html"
options='{"safe": True}' /> options='{"safe": True}' />
@ -43,5 +42,4 @@
target="new" target="new"
view_type="form"/> view_type="form"/>
</data>
</odoo> </odoo>

View File

@ -2,7 +2,7 @@
<odoo noupdate="1"> <odoo noupdate="1">
<record id="base.user_demo" model="res.users"> <record id="base.user_demo" model="res.users">
<field name="groups_id" eval="[(4,ref('base.group_document_user'))]"/> <field name="groups_id" eval="[(4,ref('knowledge.group_document_user'))]"/>
</record> </record>
</odoo> </odoo>

View File

@ -3,16 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
# Mustafa Rawi <mustafa@cubexco.com>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-03-12 13:02+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Arabic (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ar/)\n" "Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -41,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "إلغاء" msgstr "إلغاء"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "المحتوى التعاوني"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -100,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "المستندات" msgstr "المستندات"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "المعرف" msgstr "المعرف"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "المعرفة" msgstr "المعرفة"
@ -144,11 +148,21 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "إدارة المستندات" msgstr "إدارة المستندات"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -171,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/bg/)\n" "Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "Приложи" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Откажи" msgstr "Откажи"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Съвместно съдържание"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "Настройка"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Документи" msgstr "Документи"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Знания" msgstr "Знания"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,14 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/bs/)\n" "Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -21,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -29,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "Primjeni" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Otkaži" msgstr "Otkaži"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -50,6 +51,26 @@ msgstr "Konfiguracija"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -69,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Znanje" msgstr "Znanje"
@ -127,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -144,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-13 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-09-09 12:25+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ca/)\n" "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -40,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Cancel·la" msgstr "Cancel·la"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Contingut col·laboratiu"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -99,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Documents" msgstr "Documents"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Coneixement" msgstr "Coneixement"
@ -143,11 +148,21 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -170,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Czech (http://www.transifex.com/oca/OCA-knowledge-9-0/language/cs/)\n" "Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "Použít" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Zrušit" msgstr "Zrušit"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Spolupracovní obsah"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "Nastavení"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "Nastavit znalosti" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Dokumenty" msgstr "Dokumenty"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Znalosti" msgstr "Znalosti"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "Spravovat dokumenty" msgstr "Spravovat dokumenty"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Danish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/da/)\n" "Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "Anvend" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Annuller" msgstr "Annuller"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "Konfiguration"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Dokumenter" msgstr "Dokumenter"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "Id" msgstr "Id"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Viden" msgstr "Viden"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,16 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
# Rudolf Schnapka <rs@techno-flex.de>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-04-14 10:08+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-04-21 08:12+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-knowledge-9-0/language/de/)\n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -24,7 +23,9 @@ msgstr ""
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"- This installs the module document_page_approval." "- 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
@ -41,11 +42,6 @@ msgstr "Dateien aus externem DMS in Odoo einbinden"
msgid "Cancel" msgid "Cancel"
msgstr "Abbrechen" msgstr "Abbrechen"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Wikipedia"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -63,14 +59,20 @@ msgid ""
"Connect Odoo with a CMIS compatible server to attach files\n" "Connect Odoo with a CMIS compatible server to attach files\n"
"to an Odoo record.\n" "to an Odoo record.\n"
"- This installs the module cmis_read." "- 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 #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
msgid "" msgid ""
"Connect Odoo with a CMIS compatible server to store files.\n" "Connect Odoo with a CMIS compatible server to store files.\n"
"- This installs the module cmis_write." "- 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
@ -97,20 +99,32 @@ msgstr "Anzeigename"
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"- This installs the module document." "- 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 #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Dokumente" msgstr "Dokumente"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Dokumente" msgstr "Dokumente"
@ -144,17 +158,29 @@ msgstr "Dokumentseiten verwalten (Wiki)"
msgid "Manage documents" msgid "Manage documents"
msgstr "Dokumentenverwaltung" msgstr "Dokumentenverwaltung"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "Dokumentenfreigabe verwalten" msgstr "Dokumentenfreigabe verwalten"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"- This installs the module document_page." "- 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 #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration #: 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" msgid "Using CMIS"
msgstr "Verwende CMIS" msgstr "Verwende CMIS"
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,14 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Greek (http://www.transifex.com/oca/OCA-knowledge-9-0/language/el/)\n" "Language-Team: Greek (https://www.transifex.com/oca/teams/23907/el/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -21,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -29,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "Εφαρμογή" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Ακύρωση" msgstr "Ακύρωση"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -50,6 +51,26 @@ msgstr "Ρυθμίσεις"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -69,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Έγγραφα" msgstr "Έγγραφα"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "Κωδικός" msgstr "Κωδικός"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Γνωσιακή" msgstr "Γνωσιακή"
@ -127,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -144,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/en_GB/)\n" "Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Cancel" msgstr "Cancel"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Collaborative Content"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "Configuration"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Documents" msgstr "Documents"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Knowledge" msgstr "Knowledge"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,17 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# Antonio Trueba, 2016 # OCA Transbot <transbot@odoo-community.org>, 2017
# Antonio Trueba, 2016
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-03-12 13:02+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es/)\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -42,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Contenido colaborativo"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -101,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Documentos" msgstr "Documentos"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Conocimiento" msgstr "Conocimiento"
@ -145,11 +148,21 @@ msgstr "Gestionar páginas de documento (Wiki)"
msgid "Manage documents" msgid "Manage documents"
msgstr "Gestión de documentos" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "Gestionar aprobación de documentos" 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 #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -172,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,16 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
# Leonardo Germán Chianea <noamixcontenidos@gmail.com>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-03-12 13:02+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_AR/)\n" "Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -41,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Contenido colaborativo"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -100,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Documentos" msgstr "Documentos"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Conocimientos" msgstr "Conocimientos"
@ -144,11 +148,21 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "Administrar documentos" msgstr "Administrar documentos"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -171,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,14 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:04+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_CO/)\n" "Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -21,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -29,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "Aplicar" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -50,6 +51,26 @@ msgstr ""
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -69,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Documentos" msgstr "Documentos"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "" msgstr ""
@ -127,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -144,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_CR/)\n" "Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "Aplicar" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Contenido colaborativo"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "Configuración"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Documentos" msgstr "Documentos"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Conocimiento" msgstr "Conocimiento"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,14 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_DO/)\n" "Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -21,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -29,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "Aplicar" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -50,6 +51,26 @@ msgstr "Configuración"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -69,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID (identificación)" msgstr "ID (identificación)"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Conocimiento" msgstr "Conocimiento"
@ -127,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -144,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,14 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:04+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_EC/)\n" "Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -21,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -29,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "Aplicar" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -50,6 +51,26 @@ msgstr "Configuración"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -69,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Gestión de Conocimiento" msgstr "Gestión de Conocimiento"
@ -127,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -144,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_MX/)\n" "Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "Aplicar" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Contenido colaborativo"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "Configuración"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Documentos" msgstr "Documentos"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Conocimiento" msgstr "Conocimiento"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,14 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:04+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_PY/)\n" "Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -21,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -29,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -50,6 +51,26 @@ msgstr "Configuración"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -69,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Documentos" msgstr "Documentos"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "" msgstr ""
@ -127,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -144,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_VE/)\n" "Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Contenido colaborativo"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "Configuración"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Documentos" msgstr "Documentos"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Conocimiento" msgstr "Conocimiento"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,14 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Persian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/fa/)\n" "Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -21,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -29,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "اعمال" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "لغو" msgstr "لغو"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -50,6 +51,26 @@ msgstr "پیکربندی"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -69,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "اسناد" msgstr "اسناد"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "شناسه" msgstr "شناسه"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "دانش" msgstr "دانش"
@ -127,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -144,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,16 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
# Kari Lindgren <kari.lindgren@emsystems.fi>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-13 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-09-15 12:45+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Finnish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/fi/)\n" "Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -41,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Peruuta" msgstr "Peruuta"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Yhteinen jaettu sisältö"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -100,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Dokumentit" msgstr "Dokumentit"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Tietämys" msgstr "Tietämys"
@ -144,11 +148,21 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "Hallitse dokumentteja" msgstr "Hallitse dokumentteja"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -171,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,17 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
# Maxime Chambreuil <maxime.chambreuil@gmail.com>, 2015
# Richard Mathot <rim@odoo.com>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-03-12 13:02+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: French (http://www.transifex.com/oca/OCA-knowledge-9-0/language/fr/)\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -42,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Annuler" msgstr "Annuler"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Contenu Collaboratif"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -101,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Documents" msgstr "Documents"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Connaissances" msgstr "Connaissances"
@ -145,11 +148,21 @@ msgstr "Gérer des pages (wiki)"
msgid "Manage documents" msgid "Manage documents"
msgstr "Gérer les 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "Gérer l'approbation sur les pages" 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 #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -172,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-13 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-09-09 12:25+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Galician (http://www.transifex.com/oca/OCA-knowledge-9-0/language/gl/)\n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -40,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Contido colaborativo"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -99,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Documentos" msgstr "Documentos"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Coñecemento" msgstr "Coñecemento"
@ -143,11 +148,21 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -170,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,14 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:04+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Gujarati (http://www.transifex.com/oca/OCA-knowledge-9-0/language/gu/)\n" "Language-Team: Gujarati (https://www.transifex.com/oca/teams/23907/gu/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -21,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -29,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "રદ કરો" msgstr "રદ કરો"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -50,6 +51,26 @@ msgstr "રુપરેખાંકન"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -69,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "દસ્તાવેજો" msgstr "દસ્તાવેજો"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ઓળખ" msgstr "ઓળખ"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "" msgstr ""
@ -127,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -144,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,14 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-knowledge-9-0/language/he/)\n" "Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -21,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -29,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "החל" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "בטל" msgstr "בטל"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -50,6 +51,26 @@ msgstr "הגדרות תצורה"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -69,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "מסמכים" msgstr "מסמכים"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "מזהה" msgstr "מזהה"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "ידע" msgstr "ידע"
@ -127,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -144,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Hindi (http://www.transifex.com/oca/OCA-knowledge-9-0/language/hi/)\n" "Language-Team: Hindi (https://www.transifex.com/oca/teams/23907/hi/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "रद्द" msgstr "रद्द"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "कॉन्फ़िगरेशन"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "" msgstr ""
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "ज्ञान" msgstr "ज्ञान"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Croatian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/hr/)\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "Primjeni" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Odustani" msgstr "Odustani"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Kolaborativni sadržaj"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "Postavke"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Dokumenti" msgstr "Dokumenti"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Znanje" msgstr "Znanje"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "Dokumenti" msgstr "Dokumenti"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-03-12 13:02+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/hu/)\n" "Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -40,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Mégsem" 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 #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -99,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Dokumentumok" msgstr "Dokumentumok"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "Azonosító ID" msgstr "Azonosító ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Tudás" msgstr "Tudás"
@ -143,11 +148,21 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "Dokumentum kezelés" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -170,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-13 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-09-09 12:24+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Italian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/it/)\n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -40,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Annulla" msgstr "Annulla"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Contenuto collaborativo"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -99,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Documenti" msgstr "Documenti"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Know how" msgstr "Know how"
@ -143,11 +148,21 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "Gestione documenti" msgstr "Gestione documenti"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -170,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Japanese (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ja/)\n" "Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "適用" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "取消" msgstr "取消"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "共同作業の内容"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "設定"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "文書" msgstr "文書"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "ナレッジ" msgstr "ナレッジ"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,16 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# Belkacem Mohammed <belkacem77@gmail.com>, 2015 # OCA Transbot <transbot@odoo-community.org>, 2017
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Kabyle (http://www.transifex.com/oca/OCA-knowledge-9-0/language/kab/)\n" "Language-Team: Kabyle (https://www.transifex.com/oca/teams/23907/kab/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -23,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -31,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "Snes" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Sefsex" msgstr "Sefsex"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -52,6 +51,26 @@ msgstr "Tawila"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "Swel Tamusni" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -71,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Arraten" msgstr "Arraten"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "Asulay" msgstr "Asulay"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Tamusni" msgstr "Tamusni"
@ -129,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "Sefrek arraten" msgstr "Sefrek arraten"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -146,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,14 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-03-12 13:02+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Korean (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ko/)\n" "Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -39,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "취소" msgstr "취소"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "공동작업 내용"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -98,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "문서" msgstr "문서"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "지식" msgstr "지식"
@ -142,11 +148,21 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "문서 관리" msgstr "문서 관리"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -169,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:04+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Lao (http://www.transifex.com/oca/OCA-knowledge-9-0/language/lo/)\n" "Language-Team: Lao (https://www.transifex.com/oca/teams/23907/lo/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "ຍົກເລີອກ" msgstr "ຍົກເລີອກ"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "ເນື້ອໃນການເຮັດວຽກຮ່ວມກັນ"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "ການກໍານົດຄ່າ"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "" msgstr ""
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "ການຄຸ້ມຄອງເອກະສານ" msgstr "ການຄຸ້ມຄອງເອກະສານ"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,14 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Latvian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/lv/)\n" "Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -21,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -29,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "Pielietot" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Atcelt" msgstr "Atcelt"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -50,6 +51,26 @@ msgstr "Uzstādījumi"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -69,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Dokumenti" msgstr "Dokumenti"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "" msgstr ""
@ -127,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -144,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-03-12 13:02+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/mk/)\n" "Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -40,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Откажи" msgstr "Откажи"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Колаборативна содржина"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -99,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Документи" msgstr "Документи"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Знаење" msgstr "Знаење"
@ -143,11 +148,21 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "Менаџирај документи" msgstr "Менаџирај документи"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -170,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-03-12 13:02+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/mn/)\n" "Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -40,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Цуцлах" msgstr "Цуцлах"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Хамтарсан агуулга"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -99,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Баримтууд" msgstr "Баримтууд"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Баримт" msgstr "Баримт"
@ -143,11 +148,21 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "Бичиг баримтуудыг менежмент хийх" msgstr "Бичиг баримтуудыг менежмент хийх"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -170,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-knowledge-9-0/language/nb/)\n" "Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "Bruk" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Avbryt" msgstr "Avbryt"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Samarbeidende innhold"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "Konfigurasjon"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Dokumenter" msgstr "Dokumenter"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Kunnskap" msgstr "Kunnskap"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-03-12 13:02+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Dutch (http://www.transifex.com/oca/OCA-knowledge-9-0/language/nl/)\n" "Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -40,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Annuleren" msgstr "Annuleren"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Gezamelijke inhoud"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -99,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Documenten" msgstr "Documenten"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Kennis" msgstr "Kennis"
@ -143,11 +148,21 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "Beheer documenten" msgstr "Beheer documenten"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -170,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:04+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/nl_BE/)\n" "Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "Toepassen" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Afbreken" msgstr "Afbreken"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Gemeenschappelijke inhoud"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "Instellingen"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Kennis" msgstr "Kennis"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-03-12 13:02+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Polish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/pl/)\n" "Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -40,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Anuluj" msgstr "Anuluj"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Wspólna zawartość"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -99,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Dokumenty" msgstr "Dokumenty"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Wiedza" msgstr "Wiedza"
@ -143,11 +148,21 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "Zarządzaj dokumentami" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -170,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-03-12 13:02+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-knowledge-9-0/language/pt/)\n" "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -40,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Conteúdo colaborativo"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -99,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Documentos" msgstr "Documentos"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Conhecimento" msgstr "Conhecimento"
@ -143,11 +148,21 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "Gerir documentos" msgstr "Gerir documentos"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -170,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-03-12 13:02+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/pt_BR/)\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -40,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Conteúdo Colaborativo"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -99,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Documentos" msgstr "Documentos"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Conhecimento" msgstr "Conhecimento"
@ -143,11 +148,21 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "Gerenciar documentos" msgstr "Gerenciar documentos"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -170,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Romanian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ro/)\n" "Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "Aplică" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Anulează" msgstr "Anulează"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Conținut de Colaborare"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "Configurare"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "Configureaza Cunostințele" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Documente" msgstr "Documente"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Cunoștințe" msgstr "Cunoștințe"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "Gestioneaza documentele" msgstr "Gestioneaza documentele"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-03-12 13:02+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Russian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ru/)\n" "Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -40,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Отменить" msgstr "Отменить"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Совместное содержание"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -99,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Документы" msgstr "Документы"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Знания" msgstr "Знания"
@ -143,11 +148,21 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "Управлять документами" msgstr "Управлять документами"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -170,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Slovak (http://www.transifex.com/oca/OCA-knowledge-9-0/language/sk/)\n" "Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Zrušiť" msgstr "Zrušiť"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "Nastavenie"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Dokumenty" msgstr "Dokumenty"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "" msgstr ""
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,16 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015-2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-03-16 05:46+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/sl/)\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -24,7 +23,9 @@ msgstr ""
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"- This installs the module document_page_approval." "- 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
@ -41,11 +42,6 @@ msgstr "Pripni datoteke iz zunanjega DMS v Odoo"
msgid "Cancel" msgid "Cancel"
msgstr "Preklic" msgstr "Preklic"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Skupne vsebine"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -63,14 +59,19 @@ msgid ""
"Connect Odoo with a CMIS compatible server to attach files\n" "Connect Odoo with a CMIS compatible server to attach files\n"
"to an Odoo record.\n" "to an Odoo record.\n"
"- This installs the module cmis_read." "- 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 #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
msgid "" msgid ""
"Connect Odoo with a CMIS compatible server to store files.\n" "Connect Odoo with a CMIS compatible server to store files.\n"
"- This installs the module cmis_write." "- 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
@ -97,20 +98,32 @@ msgstr "Naziv prikaza"
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"- This installs the module document." "- 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 #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Dokumenti" msgstr "Dokumenti"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Baza znanja" msgstr "Baza znanja"
@ -144,17 +157,29 @@ msgstr "Upravljanje strani dokumentov (Wiki)"
msgid "Manage documents" msgid "Manage documents"
msgstr "Upravljanje dokumentov" msgstr "Upravljanje dokumentov"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "Upravljanje odobritev dokumentov" msgstr "Upravljanje odobritev dokumentov"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"- This installs the module document_page." "- 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 #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration #: 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" msgid "Using CMIS"
msgstr "Uporaba CMIS" msgstr "Uporaba CMIS"
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Serbian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/sr/)\n" "Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Otkaži" msgstr "Otkaži"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "Konfiguracija"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Dokumenti" msgstr "Dokumenti"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Znanje" msgstr "Znanje"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/sr@latin/)\n" "Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr@latin/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "Primeni" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Otkaži" msgstr "Otkaži"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Sadržaj saradnje"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "Podešavanje"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Dokumenti" msgstr "Dokumenti"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Znanje" msgstr "Znanje"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Swedish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/sv/)\n" "Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "Verkställ" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "Avbryt" msgstr "Avbryt"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "Samverkansinnehåll"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "Konfiguration"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "Konfigurera kunskapssystemet" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Dokument" msgstr "Dokument"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Kunskap" msgstr "Kunskap"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "Administrera dokument" msgstr "Administrera dokument"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:04+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Thai (http://www.transifex.com/oca/OCA-knowledge-9-0/language/th/)\n" "Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "ปรับใช้" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "ยกเลิก" msgstr "ยกเลิก"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "ตั้งค่า"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "เอกสาร" msgstr "เอกสาร"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "รหัส" msgstr "รหัส"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "ความรู้" msgstr "ความรู้"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-03-12 13:02+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Turkish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/tr/)\n" "Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -40,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "İptal" msgstr "İptal"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "İşbirliği İçeriği"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -99,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "Belgeler" msgstr "Belgeler"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "Bilgi Birikimi" msgstr "Bilgi Birikimi"
@ -143,11 +148,21 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "Belgeleri Yönet" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -170,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,18 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
# jeffery chen fan <jeffery9@gmail.com>, 2015
# 珠海-老天 <liangjia@qq.com>, 2015
# 珠海-老天 <liangjia@qq.com>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 13:00+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2016-03-12 13:02+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/zh_CN/)\n" "Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -43,11 +40,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "取消" msgstr "取消"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "协作内容"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -102,17 +94,27 @@ msgid ""
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "文档" msgstr "文档"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "知识" msgstr "知识"
@ -146,11 +148,21 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "管理文档" msgstr "管理文档"
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
@ -173,6 +185,11 @@ msgstr ""
msgid "Using CMIS" msgid "Using CMIS"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.model,name:knowledge.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -3,15 +3,15 @@
# * knowledge # * knowledge
# #
# Translators: # Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014 # OCA Transbot <transbot@odoo-community.org>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: knowledge (9.0)\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-09 18:03+0000\n" "POT-Creation-Date: 2017-01-20 03:35+0000\n"
"PO-Revision-Date: 2015-12-09 18:05+0000\n" "PO-Revision-Date: 2017-01-20 03:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/zh_TW/)\n" "Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
@ -22,7 +22,7 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "" msgid ""
"Add workflow on documents per category.\n" "Add workflow on documents per category.\n"
"-This installs the module document_page_approval." "- This installs the module document_page_approval."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -30,16 +30,16 @@ msgstr ""
msgid "Apply" msgid "Apply"
msgstr "套用" 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 #. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Cancel" msgid "Cancel"
msgstr "取消" msgstr "取消"
#. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document2
msgid "Collaborative Content"
msgstr "協作內容"
#. module: knowledge #. module: knowledge
#: model:ir.ui.menu,name:knowledge.menu_document_configuration #: model:ir.ui.menu,name:knowledge.menu_document_configuration
msgid "Configuration" msgid "Configuration"
@ -51,6 +51,26 @@ msgstr "設置"
msgid "Configure Knowledge" msgid "Configure Knowledge"
msgstr "" 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 #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
msgid "Created by" msgid "Created by"
@ -70,31 +90,31 @@ msgstr ""
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
msgid "" msgid ""
"Document indexation, full text search of attachements.\n" "Document indexation, full text search of attachements.\n"
"-This installs the module document." "- 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"
msgstr "" msgstr ""
#. module: knowledge #. 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 #: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
msgid "Documents" msgid "Documents"
msgstr "文件" msgstr "文件"
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Group by"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: knowledge #. 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" msgid "Knowledge"
msgstr "知識" msgstr "知識"
@ -128,16 +148,26 @@ msgstr ""
msgid "Manage documents" msgid "Manage documents"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.module.category,description:knowledge.module_category_knowledge
msgid "Manage documents and knowledge-related applications"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval #: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
msgid "Manage documents approval" msgid "Manage documents approval"
msgstr "" msgstr ""
#. module: knowledge
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
msgid "Model"
msgstr ""
#. module: knowledge #. module: knowledge
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page #: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
msgid "" msgid ""
"Provide document page and category as a wiki.\n" "Provide document page and category as a wiki.\n"
"-This installs the module document_page." "- This installs the module document_page."
msgstr "" msgstr ""
#. module: knowledge #. module: knowledge
@ -145,6 +175,21 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" 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 #. module: knowledge
#: model:ir.model,name:knowledge.model_knowledge_config_settings #: model:ir.model,name:knowledge.model_knowledge_config_settings
msgid "knowledge.config.settings" msgid "knowledge.config.settings"

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<odoo> <odoo>
<record id="base.group_document_user" model="res.groups"> <record id="group_document_user" model="res.groups">
<field name="name">Knowledge user</field> <field name="name">Knowledge user</field>
<field name="category_id" ref="module_category_knowledge"/> <field name="category_id" ref="module_category_knowledge"/>
<field name="users" eval="[(4, ref('base.user_root'))]"/> <field name="users" eval="[(4, ref('base.user_root'))]"/>

View File

@ -30,7 +30,7 @@
<menuitem <menuitem
id="menu_document_root" id="menu_document_root"
name="Knowledge" name="Knowledge"
groups="base.group_system,base.group_document_user" groups="base.group_system,knowledge.group_document_user"
sequence="116"/> sequence="116"/>
<menuitem <menuitem

View File

@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

@ -0,0 +1 @@
../../../../knowledge

6
setup/knowledge/setup.py Normal file
View File

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)