mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-21 03:27:25 -06:00
Merge branch '10.0' into 10.0-document_page_approval
This commit is contained in:
commit
ada469bc83
@ -13,6 +13,12 @@ Here you should find all community modules that:
|
||||
- provide access to knowledge/documents
|
||||
|
||||
[//]: # (addons)
|
||||
Available addons
|
||||
----------------
|
||||
addon | version | summary
|
||||
--- | --- | ---
|
||||
[knowledge](knowledge/) | 10.0.1.0.0 | Knowledge Management System
|
||||
|
||||
Unported addons
|
||||
---------------
|
||||
addon | version | summary
|
||||
@ -27,7 +33,6 @@ addon | version | summary
|
||||
[document_page_multi_company](document_page_multi_company/) | 1.0 (unported) | Document Page Multi-Company
|
||||
[document_reindex](document_reindex/) | 8.0.1.0.0 (unported) | Reindex your already uploaded documents
|
||||
[document_url](document_url/) | 9.0.1.0.0 (unported) | URL attachment
|
||||
[knowledge](knowledge/) | 9.0.1.1.0 (unported) | Knowledge Management System
|
||||
|
||||
[//]: # (end addons)
|
||||
|
||||
|
@ -16,7 +16,7 @@ This module depends on module knowledge. So make sure to have it in your addons
|
||||
Configuration
|
||||
=============
|
||||
|
||||
No configuration required
|
||||
No configuration required.
|
||||
|
||||
Usage
|
||||
=====
|
||||
@ -30,7 +30,7 @@ To use this module, you need to:
|
||||
|
||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||
:alt: Try me on Runbot
|
||||
:target: https://runbot.odoo-community.org/runbot/118/9.0
|
||||
:target: https://runbot.odoo-community.org/runbot/118/10.0
|
||||
|
||||
Known issues / Roadmap
|
||||
======================
|
||||
@ -40,17 +40,29 @@ Bug Tracker
|
||||
|
||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/Knowledge/issues>`_.
|
||||
In case of trouble, please check there if your issue has already been reported.
|
||||
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback `here <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
|
||||
=======
|
||||
|
||||
Images
|
||||
------
|
||||
|
||||
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
||||
* Odoo SA <info@odoo.com>
|
||||
* Savoir-faire Linux <support@savoirfairelinux.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
|
||||
----------
|
||||
@ -65,4 +77,4 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.
|
||||
|
||||
To contribute to this module, please visit http://odoo-community.org.
|
||||
To contribute to this module, please visit https://odoo-community.org.
|
||||
|
@ -1,22 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# OpenERP, Open Source Management Solution
|
||||
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||
#
|
||||
# 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/>.
|
||||
#
|
||||
##############################################################################
|
||||
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from . import models
|
||||
from . import wizard
|
||||
|
@ -1,32 +1,21 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# OpenERP, Open Source Management Solution
|
||||
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||
#
|
||||
# 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/>.
|
||||
#
|
||||
##############################################################################
|
||||
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
|
||||
{
|
||||
'name': 'Document Page',
|
||||
'version': '9.0.1.0.1',
|
||||
'version': '10.0.1.0.0',
|
||||
'category': 'Knowledge Management',
|
||||
'author': 'OpenERP SA, Odoo Community Association (OCA)',
|
||||
'images': ['images/category_list.png', 'images/create_category.png',
|
||||
'images/page_list.png', 'images/create_page.png',
|
||||
'images/customer_invoice.jpeg', 'images/page_history.png'],
|
||||
'images': [
|
||||
'images/category_list.png',
|
||||
'images/create_category.png',
|
||||
'images/page_list.png',
|
||||
'images/create_page.png',
|
||||
'images/customer_invoice.jpeg',
|
||||
'images/page_history.png',
|
||||
],
|
||||
'website': 'http://www.openerp.com/',
|
||||
'license': 'AGPL-3',
|
||||
'depends': [
|
||||
@ -39,11 +28,9 @@
|
||||
'views/document_page.xml',
|
||||
'security/document_page_security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'data/document_page.xml',
|
||||
],
|
||||
'demo': [
|
||||
'demo/document_page.xml'
|
||||
],
|
||||
'installable': False,
|
||||
'auto_install': False,
|
||||
'css': ['static/src/css/document_page.css'],
|
||||
}
|
||||
|
@ -1,41 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<record id="wiki_wiki_main" model="document.page">
|
||||
<field name="name">The Odoo wiki</field>
|
||||
<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>
|
||||
<template id="document_page_css">
|
||||
<link rel="stylesheet" type="text/less" href="/document_page/static/src/css/document_page.css"/>
|
||||
</template>
|
||||
</odoo>
|
||||
|
@ -1,10 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<odoo noupdate="1">
|
||||
|
||||
<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"/>
|
||||
</record>
|
||||
|
||||
<record id="demo_category1" model="document.page">
|
||||
<field name="name">OpenERP Features</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>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
|
@ -1,22 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# OpenERP, Open Source Management Solution
|
||||
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||
#
|
||||
# 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/>.
|
||||
#
|
||||
##############################################################################
|
||||
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from . import document_page
|
||||
from . import document_page_history
|
||||
|
@ -1,25 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# OpenERP, Open Source Management Solution
|
||||
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||
#
|
||||
# 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/>.
|
||||
#
|
||||
##############################################################################
|
||||
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
import logging
|
||||
from openerp import models, fields, api
|
||||
from odoo import api, fields, models
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
@ -53,9 +37,7 @@ class DocumentPage(models.Model):
|
||||
'Children'
|
||||
)
|
||||
|
||||
content = fields.Text(
|
||||
"Content"
|
||||
)
|
||||
content = fields.Text("Content")
|
||||
|
||||
display_content = fields.Text(
|
||||
string='Displayed Content',
|
||||
@ -76,26 +58,23 @@ class DocumentPage(models.Model):
|
||||
|
||||
create_date = fields.Datetime(
|
||||
"Created on",
|
||||
select=True,
|
||||
readonly=True
|
||||
)
|
||||
|
||||
create_uid = fields.Many2one(
|
||||
'res.users',
|
||||
'Author',
|
||||
select=True,
|
||||
readonly=True
|
||||
)
|
||||
|
||||
write_date = fields.Datetime(
|
||||
"Modification Date",
|
||||
select=True,
|
||||
readonly=True)
|
||||
readonly=True
|
||||
)
|
||||
|
||||
write_uid = fields.Many2one(
|
||||
'res.users',
|
||||
"Last Contributor",
|
||||
select=True,
|
||||
readonly=True
|
||||
)
|
||||
|
||||
|
@ -1,26 +1,11 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# OpenERP, Open Source Management Solution
|
||||
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||
#
|
||||
# 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/>.
|
||||
#
|
||||
##############################################################################
|
||||
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
import logging
|
||||
import difflib
|
||||
from openerp import models, fields, _
|
||||
from odoo import fields, models
|
||||
from odoo.tools.translate import _
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
@ -34,7 +19,7 @@ class DocumentPageHistory(models.Model):
|
||||
_rec_name = "create_date"
|
||||
|
||||
page_id = fields.Many2one('document.page', 'Page')
|
||||
summary = fields.Char('Summary', select=True)
|
||||
summary = fields.Char('Summary', index=True)
|
||||
content = fields.Text("Content")
|
||||
create_date = fields.Datetime("Date")
|
||||
create_uid = fields.Many2one('res.users', "Modified By")
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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'))]"/>
|
||||
</record>
|
||||
</data>
|
||||
|
||||
</odoo>
|
||||
|
BIN
document_page/static/description/icon.png
Normal file
BIN
document_page/static/description/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from openerp.tests import common
|
||||
from odoo.tests import common
|
||||
|
||||
|
||||
class TestDocumentPage(common.TransactionCase):
|
||||
|
@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from openerp.tests import common
|
||||
from odoo.tests import common
|
||||
|
||||
|
||||
class TestDocumentPageCreateMenu(common.TransactionCase):
|
||||
@ -8,7 +8,7 @@ class TestDocumentPageCreateMenu(common.TransactionCase):
|
||||
|
||||
def test_page_menu_creation(self):
|
||||
"""Test page menu creation."""
|
||||
menu_parent = self.env.ref('base.menu_base_partner')
|
||||
menu_parent = self.env.ref('knowledge.menu_document_root')
|
||||
|
||||
menu_created = self.env['document.page.create.menu'].create(
|
||||
{'menu_name': 'Wiki Test menu', 'menu_parent_id': menu_parent.id}
|
||||
|
@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from openerp.tests import common
|
||||
from odoo.tests import common
|
||||
|
||||
|
||||
class TestDocumentPageHistory(common.TransactionCase):
|
||||
|
@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from openerp.tests import common
|
||||
from openerp import _
|
||||
from odoo.tests import common
|
||||
from odoo import _
|
||||
|
||||
|
||||
class TestDocumentPageShowDiff(common.TransactionCase):
|
||||
|
@ -1,301 +1,301 @@
|
||||
<?xml version="1.0"?>
|
||||
<odoo>
|
||||
<data>
|
||||
<menuitem name="Pages"
|
||||
id="menu_wiki"
|
||||
parent="knowledge.menu_document"
|
||||
sequence="20" />
|
||||
|
||||
<!-- wiki tree view -->
|
||||
<record id="view_wiki_tree_children" model="ir.ui.view">
|
||||
<field name="name">document.page.tree</field>
|
||||
<field name="model">document.page</field>
|
||||
<field name="field_parent">child_ids</field>
|
||||
<field name="priority">100</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Document Page">
|
||||
<field name="name"/>
|
||||
<field name="write_uid"/>
|
||||
<field name="write_date"/>
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
<menuitem name="Pages"
|
||||
id="menu_wiki"
|
||||
parent="knowledge.menu_document"
|
||||
sequence="20" />
|
||||
|
||||
<!-- wiki list view -->
|
||||
<record id="view_wiki_tree" model="ir.ui.view">
|
||||
<field name="name">document.page.list</field>
|
||||
<field name="model">document.page</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Document Page">
|
||||
<field name="name"/>
|
||||
<field name="parent_id"/>
|
||||
<field name="create_uid" invisible="1"/>
|
||||
<field name="write_uid"/>
|
||||
<field name="write_date"/>
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
<!-- wiki tree view -->
|
||||
<record id="view_wiki_tree_children" model="ir.ui.view">
|
||||
<field name="name">document.page.tree</field>
|
||||
<field name="model">document.page</field>
|
||||
<field name="field_parent">child_ids</field>
|
||||
<field name="priority">100</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Document Page">
|
||||
<field name="name"/>
|
||||
<field name="write_uid"/>
|
||||
<field name="write_date"/>
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!-- wiki Form view -->
|
||||
<record id="view_wiki_form" model="ir.ui.view">
|
||||
<field name="name">document.page.form</field>
|
||||
<field name="model">document.page</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Document Page">
|
||||
<sheet>
|
||||
<field name="type" invisible="1"/>
|
||||
<h1><field name="name" placeholder="Name"/></h1>
|
||||
<group>
|
||||
<group>
|
||||
<field name="parent_id"
|
||||
string="Category"
|
||||
context="{'default_type':'category'}"/>
|
||||
</group>
|
||||
<group>
|
||||
<field name="write_uid"
|
||||
groups="base.group_no_one"/>
|
||||
<field name="write_date"
|
||||
groups="base.group_no_one"/>
|
||||
<field name="menu_id"
|
||||
groups="base.group_no_one"/>
|
||||
</group>
|
||||
</group>
|
||||
<separator string="Content" class="oe_edit_only" />
|
||||
<field name="content"
|
||||
placeholder="e.g. Once upon a time..."
|
||||
class="oe_edit_only"
|
||||
widget="html" />
|
||||
<separator string="Last Content" />
|
||||
<div class="oe_document_page">
|
||||
<field name="display_content"
|
||||
widget="html"
|
||||
class="oe_view_only"
|
||||
options='{"safe": True}' />
|
||||
</div>
|
||||
</sheet>
|
||||
<div class="oe_chatter">
|
||||
<field name="message_follower_ids" widget="mail_followers"/>
|
||||
<field name="message_ids" widget="mail_thread"/>
|
||||
</div>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
<!-- wiki list view -->
|
||||
<record id="view_wiki_tree" model="ir.ui.view">
|
||||
<field name="name">document.page.list</field>
|
||||
<field name="model">document.page</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Document Page">
|
||||
<field name="name"/>
|
||||
<field name="parent_id"/>
|
||||
<field name="create_uid" invisible="1"/>
|
||||
<field name="write_uid"/>
|
||||
<field name="write_date"/>
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="view_wiki_menu_form" model="ir.ui.view">
|
||||
<field name="name">document.page.menu.form</field>
|
||||
<field name="model">document.page</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Document Page">
|
||||
<!-- wiki Form view -->
|
||||
<record id="view_wiki_form" model="ir.ui.view">
|
||||
<field name="name">document.page.form</field>
|
||||
<field name="model">document.page</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Document Page">
|
||||
<sheet>
|
||||
<field name="type" invisible="1"/>
|
||||
<h1><field name="name" placeholder="Name"/></h1>
|
||||
<group>
|
||||
<group>
|
||||
<field name="parent_id"
|
||||
string="Category"
|
||||
context="{'default_type':'category'}"/>
|
||||
</group>
|
||||
<group>
|
||||
<field name="write_uid"
|
||||
groups="base.group_no_one"/>
|
||||
<field name="write_date"
|
||||
groups="base.group_no_one"/>
|
||||
<field name="menu_id"
|
||||
groups="base.group_no_one"/>
|
||||
</group>
|
||||
</group>
|
||||
<separator string="Content" class="oe_edit_only" />
|
||||
<field name="content"
|
||||
placeholder="e.g. Once upon a time..."
|
||||
class="oe_edit_only"
|
||||
widget="html" />
|
||||
<separator string="Last Content" />
|
||||
<div class="oe_document_page">
|
||||
<field name="display_content"
|
||||
widget="html"
|
||||
class="oe_view_only"
|
||||
options='{"safe": True}' />
|
||||
widget="html"
|
||||
class="oe_view_only"
|
||||
options='{"safe": True}' />
|
||||
</div>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
</sheet>
|
||||
<div class="oe_chatter">
|
||||
<field name="message_follower_ids" widget="mail_followers"/>
|
||||
<field name="message_ids" widget="mail_thread"/>
|
||||
</div>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!-- page Search view -->
|
||||
<record id="view_wiki_filter" model="ir.ui.view">
|
||||
<field name="name">document.page.search</field>
|
||||
<field name="model">document.page</field>
|
||||
<field name="arch" type="xml">
|
||||
<search string="Document Page">
|
||||
<field name="name"
|
||||
string="Content"
|
||||
filter_domain="['|', ('name','ilike',self), ('content','ilike',self)]"/>
|
||||
<field name="write_uid"/>
|
||||
<field name="parent_id"/>
|
||||
<group expand="0" string="Group By...">
|
||||
<filter string="Document Type"
|
||||
domain="[]"
|
||||
context="{'group_by':'parent_id'}" />
|
||||
<filter string="Author"
|
||||
domain="[]"
|
||||
context="{'group_by':'create_uid'}" />
|
||||
<filter string="Last Contributor"
|
||||
domain="[]"
|
||||
context="{'group_by':'write_uid'}" />
|
||||
</group>
|
||||
</search>
|
||||
</field>
|
||||
</record>
|
||||
<record id="view_wiki_menu_form" model="ir.ui.view">
|
||||
<field name="name">document.page.menu.form</field>
|
||||
<field name="model">document.page</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Document Page">
|
||||
<field name="type" invisible="1"/>
|
||||
<h1><field name="name" placeholder="Name"/></h1>
|
||||
<div class="oe_document_page">
|
||||
<field name="display_content"
|
||||
widget="html"
|
||||
class="oe_view_only"
|
||||
options='{"safe": True}' />
|
||||
</div>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!-- Category Views -->
|
||||
<record id="view_category_form" model="ir.ui.view">
|
||||
<field name="name">document.page.category.form</field>
|
||||
<field name="model">document.page</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Category">
|
||||
<sheet>
|
||||
<field name="type" invisible="1"/>
|
||||
<h1><field name="name" placeholder="Name"/></h1>
|
||||
<!-- page Search view -->
|
||||
<record id="view_wiki_filter" model="ir.ui.view">
|
||||
<field name="name">document.page.search</field>
|
||||
<field name="model">document.page</field>
|
||||
<field name="arch" type="xml">
|
||||
<search string="Document Page">
|
||||
<field name="name"
|
||||
string="Content"
|
||||
filter_domain="['|', ('name','ilike',self), ('content','ilike',self)]"/>
|
||||
<field name="write_uid"/>
|
||||
<field name="parent_id"/>
|
||||
<group expand="0" string="Group By...">
|
||||
<filter string="Document Type"
|
||||
domain="[]"
|
||||
context="{'group_by':'parent_id'}" />
|
||||
<filter string="Author"
|
||||
domain="[]"
|
||||
context="{'group_by':'create_uid'}" />
|
||||
<filter string="Last Contributor"
|
||||
domain="[]"
|
||||
context="{'group_by':'write_uid'}" />
|
||||
</group>
|
||||
</search>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!-- Category Views -->
|
||||
<record id="view_category_form" model="ir.ui.view">
|
||||
<field name="name">document.page.category.form</field>
|
||||
<field name="model">document.page</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Category">
|
||||
<sheet>
|
||||
<field name="type" invisible="1"/>
|
||||
<h1><field name="name" placeholder="Name"/></h1>
|
||||
<group>
|
||||
<group>
|
||||
<group>
|
||||
<field name="parent_id" string="Category"
|
||||
context="{'default_type':'category'}"/>
|
||||
</group>
|
||||
<group>
|
||||
<field name="write_uid"
|
||||
groups="base.group_no_one"/>
|
||||
<field name="write_date"
|
||||
groups="base.group_no_one"/>
|
||||
<field name="menu_id"
|
||||
groups="base.group_no_one"/>
|
||||
</group>
|
||||
<field name="parent_id" string="Category"
|
||||
context="{'default_type':'category'}"/>
|
||||
</group>
|
||||
<notebook>
|
||||
<page string="Template" name="template">
|
||||
<div>
|
||||
<label for="content"
|
||||
string="Template that will be used as a content template for all new page of this category."/>
|
||||
</div>
|
||||
<field name="content"
|
||||
placeholder="e.g. Once upon a time..."
|
||||
widget="html" />
|
||||
</page>
|
||||
<page string="Documents" name="documents">
|
||||
<div class="oe_document_page">
|
||||
<field name="display_content"
|
||||
widget="html"
|
||||
class="oe_view_only"
|
||||
options='{"safe": True}' />
|
||||
</div>
|
||||
</page>
|
||||
</notebook>
|
||||
</sheet>
|
||||
<div class="oe_chatter">
|
||||
<field name="message_follower_ids" widget="mail_followers"/>
|
||||
<field name="message_ids" widget="mail_thread"/>
|
||||
</div>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
<group>
|
||||
<field name="write_uid"
|
||||
groups="base.group_no_one"/>
|
||||
<field name="write_date"
|
||||
groups="base.group_no_one"/>
|
||||
<field name="menu_id"
|
||||
groups="base.group_no_one"/>
|
||||
</group>
|
||||
</group>
|
||||
<notebook>
|
||||
<page string="Template" name="template">
|
||||
<div>
|
||||
<label for="content"
|
||||
string="Template that will be used as a content template for all new page of this category."/>
|
||||
</div>
|
||||
<field name="content"
|
||||
placeholder="e.g. Once upon a time..."
|
||||
widget="html" />
|
||||
</page>
|
||||
<page string="Documents" name="documents">
|
||||
<div class="oe_document_page">
|
||||
<field name="display_content"
|
||||
widget="html"
|
||||
class="oe_view_only"
|
||||
options='{"safe": True}' />
|
||||
</div>
|
||||
</page>
|
||||
</notebook>
|
||||
</sheet>
|
||||
<div class="oe_chatter">
|
||||
<field name="message_follower_ids" widget="mail_followers"/>
|
||||
<field name="message_ids" widget="mail_thread"/>
|
||||
</div>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="view_category_tree" model="ir.ui.view">
|
||||
<field name="name">document.page.category.tree</field>
|
||||
<field name="model">document.page</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Categories">
|
||||
<field name="name"/>
|
||||
<field name="parent_id"/>
|
||||
<field name="create_uid" invisible="1"/>
|
||||
<field name="write_uid"/>
|
||||
<field name="write_date"/>
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
<record id="view_category_tree" model="ir.ui.view">
|
||||
<field name="name">document.page.category.tree</field>
|
||||
<field name="model">document.page</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Categories">
|
||||
<field name="name"/>
|
||||
<field name="parent_id"/>
|
||||
<field name="create_uid" invisible="1"/>
|
||||
<field name="write_uid"/>
|
||||
<field name="write_date"/>
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!-- page action -->
|
||||
<record id="action_page" model="ir.actions.act_window">
|
||||
<field name="name">Pages</field>
|
||||
<field name="res_model">document.page</field>
|
||||
<field name="domain">[('type','=','content')]</field>
|
||||
<field name="context">{'default_type': 'content'}</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
<field name="view_id" ref="view_wiki_tree"/>
|
||||
<field name="search_view_id" ref="view_wiki_filter"/>
|
||||
<field name="help" type="html">
|
||||
<p class="oe_view_nocontent_create">
|
||||
<!-- page action -->
|
||||
<record id="action_page" model="ir.actions.act_window">
|
||||
<field name="name">Pages</field>
|
||||
<field name="res_model">document.page</field>
|
||||
<field name="domain">[('type','=','content')]</field>
|
||||
<field name="context">{'default_type': 'content'}</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
<field name="view_id" ref="view_wiki_tree"/>
|
||||
<field name="search_view_id" ref="view_wiki_filter"/>
|
||||
<field name="help" type="html">
|
||||
<p class="oe_view_nocontent_create">
|
||||
Click to create a new web page.
|
||||
</p>
|
||||
</field>
|
||||
</record>
|
||||
<record id="action_page_view_tree" model="ir.actions.act_window.view">
|
||||
<field name="sequence" eval="0" />
|
||||
<field name="view_mode">tree</field>
|
||||
<field name="view_id" ref="view_wiki_tree"/>
|
||||
<field name="act_window_id" ref="action_page"/>
|
||||
</record>
|
||||
<record id="action_page_view_form" model="ir.actions.act_window.view">
|
||||
<field name="sequence" eval="5" />
|
||||
<field name="view_mode">form</field>
|
||||
<field name="view_id" ref="view_wiki_form"/>
|
||||
<field name="act_window_id" ref="action_page"/>
|
||||
</record>
|
||||
<menuitem id="menu_page"
|
||||
parent="menu_wiki"
|
||||
name="Pages"
|
||||
action="action_page"
|
||||
sequence="10" />
|
||||
</p>
|
||||
</field>
|
||||
</record>
|
||||
<record id="action_page_view_tree" model="ir.actions.act_window.view">
|
||||
<field name="sequence" eval="0" />
|
||||
<field name="view_mode">tree</field>
|
||||
<field name="view_id" ref="view_wiki_tree"/>
|
||||
<field name="act_window_id" ref="action_page"/>
|
||||
</record>
|
||||
<record id="action_page_view_form" model="ir.actions.act_window.view">
|
||||
<field name="sequence" eval="5" />
|
||||
<field name="view_mode">form</field>
|
||||
<field name="view_id" ref="view_wiki_form"/>
|
||||
<field name="act_window_id" ref="action_page"/>
|
||||
</record>
|
||||
<menuitem id="menu_page"
|
||||
parent="menu_wiki"
|
||||
name="Pages"
|
||||
action="action_page"
|
||||
sequence="10" />
|
||||
|
||||
<record id="action_category" model="ir.actions.act_window">
|
||||
<field name="name">Category</field>
|
||||
<field name="res_model">document.page</field>
|
||||
<field name="domain">[('type','=','category')]</field>
|
||||
<field name="context">{'default_type': 'category'}</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
<field name="view_id" ref="view_category_tree"/>
|
||||
<field name="search_view_id" ref="view_wiki_filter"/>
|
||||
</record>
|
||||
<record id="action_category_view_tree" model="ir.actions.act_window.view">
|
||||
<field name="sequence" eval="0" />
|
||||
<field name="view_mode">tree</field>
|
||||
<field name="view_id" ref="view_category_tree"/>
|
||||
<field name="act_window_id" ref="action_category"/>
|
||||
</record>
|
||||
<record id="action_category_view_form" model="ir.actions.act_window.view">
|
||||
<field name="sequence" eval="5" />
|
||||
<field name="view_mode">form</field>
|
||||
<field name="view_id" ref="view_category_form"/>
|
||||
<field name="act_window_id" ref="action_category"/>
|
||||
</record>
|
||||
<menuitem id="menu_category"
|
||||
parent="menu_wiki"
|
||||
name="Categories"
|
||||
action="action_category"
|
||||
sequence="20"/>
|
||||
<record id="action_category" model="ir.actions.act_window">
|
||||
<field name="name">Category</field>
|
||||
<field name="res_model">document.page</field>
|
||||
<field name="domain">[('type','=','category')]</field>
|
||||
<field name="context">{'default_type': 'category'}</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
<field name="view_id" ref="view_category_tree"/>
|
||||
<field name="search_view_id" ref="view_wiki_filter"/>
|
||||
</record>
|
||||
<record id="action_category_view_tree" model="ir.actions.act_window.view">
|
||||
<field name="sequence" eval="0" />
|
||||
<field name="view_mode">tree</field>
|
||||
<field name="view_id" ref="view_category_tree"/>
|
||||
<field name="act_window_id" ref="action_category"/>
|
||||
</record>
|
||||
<record id="action_category_view_form" model="ir.actions.act_window.view">
|
||||
<field name="sequence" eval="5" />
|
||||
<field name="view_mode">form</field>
|
||||
<field name="view_id" ref="view_category_form"/>
|
||||
<field name="act_window_id" ref="action_category"/>
|
||||
</record>
|
||||
<menuitem id="menu_category"
|
||||
parent="menu_wiki"
|
||||
name="Categories"
|
||||
action="action_category"
|
||||
sequence="20"/>
|
||||
|
||||
<!-- History Tree view -->
|
||||
<record model="ir.ui.view" id="view_wiki_history_tree">
|
||||
<field name="name">document.page.history.tree</field>
|
||||
<field name="model">document.page.history</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Document History">
|
||||
<field name="create_date"/>
|
||||
<field name="create_uid"/>
|
||||
<field name="page_id"/>
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
<!-- History Form view -->
|
||||
<record model="ir.ui.view" id="wiki_history_form">
|
||||
<field name="name">document.page.history.form</field>
|
||||
<field name="model">document.page.history</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Document Page History" version="7.0">
|
||||
<label for="page_id" class="oe_edit_only"/>
|
||||
<h1><field name="page_id" select="1" /></h1>
|
||||
<label for="create_date" class="oe_edit_only"/>
|
||||
<field name="create_date" readonly="1"/>
|
||||
<label for="content" class="oe_edit_only"/>
|
||||
<field name="content" colspan="4"
|
||||
widget="html" options='{"safe": True}'/>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
<!-- History Tree view -->
|
||||
<record model="ir.ui.view" id="view_wiki_history_tree">
|
||||
<field name="name">document.page.history.tree</field>
|
||||
<field name="model">document.page.history</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Document History">
|
||||
<field name="create_date"/>
|
||||
<field name="create_uid"/>
|
||||
<field name="page_id"/>
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
<!-- History Form view -->
|
||||
<record model="ir.ui.view" id="wiki_history_form">
|
||||
<field name="name">document.page.history.form</field>
|
||||
<field name="model">document.page.history</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Document Page History" version="7.0">
|
||||
<label for="page_id" class="oe_edit_only"/>
|
||||
<h1><field name="page_id" select="1" /></h1>
|
||||
<label for="create_date" class="oe_edit_only"/>
|
||||
<field name="create_date" readonly="1"/>
|
||||
<label for="content" class="oe_edit_only"/>
|
||||
<field name="content" colspan="4"
|
||||
widget="html" options='{"safe": True}'/>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!-- History Action -->
|
||||
<record model="ir.actions.act_window" id="action_history">
|
||||
<field name="name">Page history</field>
|
||||
<field name="res_model">document.page.history</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
<!-- History Action -->
|
||||
<record model="ir.actions.act_window" id="action_history">
|
||||
<field name="name">Page history</field>
|
||||
<field name="res_model">document.page.history</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
|
||||
<menuitem id="menu_page_history"
|
||||
parent="menu_wiki"
|
||||
name="Pages history"
|
||||
action="action_history"
|
||||
sequence="30"
|
||||
groups="base.group_no_one" />
|
||||
<menuitem id="menu_page_history"
|
||||
parent="menu_wiki"
|
||||
name="Pages history"
|
||||
action="action_history"
|
||||
sequence="30"
|
||||
groups="base.group_no_one" />
|
||||
|
||||
<act_window
|
||||
<act_window
|
||||
id="action_related_page_history"
|
||||
context="{'search_default_page_id': [active_id], 'default_page_id': active_id}"
|
||||
domain="[('page_id','=',active_id)]"
|
||||
@ -303,7 +303,7 @@
|
||||
res_model="document.page.history"
|
||||
src_model="document.page"/>
|
||||
|
||||
<act_window
|
||||
<act_window
|
||||
id="action_related_page_create_menu"
|
||||
name="Create Menu"
|
||||
res_model="document.page.create.menu"
|
||||
@ -312,5 +312,4 @@
|
||||
view_mode="form"
|
||||
src_model="document.page"/>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
|
@ -1,22 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# OpenERP, Open Source Management Solution
|
||||
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||
#
|
||||
# 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/>.
|
||||
#
|
||||
##############################################################################
|
||||
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from . import document_page_create_menu
|
||||
from . import document_page_show_diff
|
||||
|
@ -1,24 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# OpenERP, Open Source Management Solution
|
||||
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||
#
|
||||
# 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 openerp import models, fields, api
|
||||
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo import api, fields, models
|
||||
|
||||
|
||||
class DocumentPageCreateMenu(models.TransientModel):
|
||||
@ -68,7 +52,7 @@ class DocumentPageCreateMenu(models.TransientModel):
|
||||
'res_model': 'document.page',
|
||||
'view_id': view_id,
|
||||
'type': 'ir.actions.act_window',
|
||||
'target': 'inlineview',
|
||||
'target': 'inline',
|
||||
}
|
||||
value['domain'] = "[('parent_id','=',%d)]" % (page.id)
|
||||
value['res_id'] = page.id
|
||||
|
@ -1,41 +1,40 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data>
|
||||
<!-- Create Menu From view -->
|
||||
<record id="view_wiki_create_menu" model="ir.ui.view">
|
||||
<field name="name">Create Menu</field>
|
||||
<field name="model">document.page.create.menu</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Create Menu" version="7.0">
|
||||
<group string="Menu Information">
|
||||
<field name="menu_name" />
|
||||
<field name="menu_parent_id" />
|
||||
</group>
|
||||
<footer>
|
||||
<button name="document_page_menu_create"
|
||||
string="Create Menu"
|
||||
type="object"
|
||||
class="oe_highlight" />
|
||||
or
|
||||
<button string="Cancel"
|
||||
class="oe_link"
|
||||
special="cancel" />
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!-- Create Menu From view -->
|
||||
<record id="view_wiki_create_menu" model="ir.ui.view">
|
||||
<field name="name">Create Menu</field>
|
||||
<field name="model">document.page.create.menu</field>
|
||||
<field name="arch" type="xml">
|
||||
<form>
|
||||
<group string="Menu Information">
|
||||
<field name="menu_name" />
|
||||
<field name="menu_parent_id" />
|
||||
</group>
|
||||
<footer>
|
||||
<button name="document_page_menu_create"
|
||||
string="Create Menu"
|
||||
type="object"
|
||||
class="oe_highlight" />
|
||||
or
|
||||
<button string="Cancel"
|
||||
class="oe_link"
|
||||
special="cancel" />
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
||||
<!-- Create Menu Action -->
|
||||
<record id="action_wiki_create_menu"
|
||||
model="ir.actions.act_window">
|
||||
<field name="name">Create Menu</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">document.page.create.menu</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">form</field>
|
||||
<field name="target">new</field>
|
||||
</record>
|
||||
<!-- Create Menu Action -->
|
||||
<record id="action_wiki_create_menu"
|
||||
model="ir.actions.act_window">
|
||||
<field name="name">Create Menu</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">document.page.create.menu</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">form</field>
|
||||
<field name="target">new</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
|
@ -1,25 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# OpenERP, Open Source Management Solution
|
||||
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||
#
|
||||
# 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 openerp import models, fields, _
|
||||
from openerp import exceptions
|
||||
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo import exceptions, fields, models
|
||||
from odoo.tools.translate import _
|
||||
|
||||
|
||||
class DocumentPageShowDiff(models.TransientModel):
|
||||
|
@ -1,39 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
<!-- Create Index Form view -->
|
||||
<record id="view_wiki_show_diff" model="ir.ui.view">
|
||||
<field name="name">Show Difference</field>
|
||||
<field name="model">wizard.document.page.history.show_diff</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Difference" version="7.0">
|
||||
<field name="diff"
|
||||
widget="html"
|
||||
options='{"safe": True}' />
|
||||
<footer>
|
||||
<button string="Close"
|
||||
class="oe_link"
|
||||
special="cancel" />
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
<!-- Create Index Form view -->
|
||||
<record id="view_wiki_show_diff" model="ir.ui.view">
|
||||
<field name="name">Show Difference</field>
|
||||
<field name="model">wizard.document.page.history.show_diff</field>
|
||||
<field name="arch" type="xml">
|
||||
<form>
|
||||
<field name="diff"
|
||||
widget="html"
|
||||
options='{"safe": True}' />
|
||||
<footer>
|
||||
<button string="Close"
|
||||
class="oe_link"
|
||||
special="cancel" />
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
||||
<!-- Create Index Action -->
|
||||
<record id="action_view_wiki_show_diff" model="ir.actions.act_window">
|
||||
<field name="name">Difference</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">wizard.document.page.history.show_diff</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">form</field>
|
||||
<field name="target">new</field>
|
||||
</record>
|
||||
<!-- Create Index Action -->
|
||||
<record id="action_view_wiki_show_diff" model="ir.actions.act_window">
|
||||
<field name="name">Difference</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">wizard.document.page.history.show_diff</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">form</field>
|
||||
<field name="target">new</field>
|
||||
</record>
|
||||
|
||||
|
||||
<!-- Create Index Action Window -->
|
||||
<act_window
|
||||
<!-- Create Index Action Window -->
|
||||
<act_window
|
||||
id="action_view_wiki_show_diff_values"
|
||||
key2="client_action_multi"
|
||||
name="Difference"
|
||||
@ -43,5 +42,4 @@
|
||||
target="new"
|
||||
view_type="form"/>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<odoo noupdate="1">
|
||||
|
||||
<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>
|
||||
|
||||
</odoo>
|
||||
|
@ -3,16 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# Mustafa Rawi <mustafa@cubexco.com>, 2015
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ar/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -41,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "إلغاء"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "المحتوى التعاوني"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -100,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "المستندات"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "المعرف"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "المعرفة"
|
||||
|
||||
@ -144,11 +148,21 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "إدارة المستندات"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -171,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/bg/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Приложи"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Откажи"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Съвместно съдържание"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "Настройка"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Документи"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Знания"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,14 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/bs/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -21,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -29,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Primjeni"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Otkaži"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -50,6 +51,26 @@ msgstr "Konfiguracija"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -69,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Znanje"
|
||||
|
||||
@ -127,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -144,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-13 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-09-09 12:25+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ca/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -40,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel·la"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Contingut col·laboratiu"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -99,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Documents"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Coneixement"
|
||||
|
||||
@ -143,11 +148,21 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -170,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/oca/OCA-knowledge-9-0/language/cs/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Použít"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Zrušit"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Spolupracovní obsah"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "Nastavení"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Nastavit znalosti"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Dokumenty"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Znalosti"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "Spravovat dokumenty"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/da/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Anvend"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Annuller"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "Konfiguration"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Dokumenter"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "Id"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Viden"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,16 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# Rudolf Schnapka <rs@techno-flex.de>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-14 10:08+0000\n"
|
||||
"PO-Revision-Date: 2016-04-21 08:12+0000\n"
|
||||
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
|
||||
"Language-Team: German (http://www.transifex.com/oca/OCA-knowledge-9-0/language/de/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -24,7 +23,9 @@ msgstr ""
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr "Workflow zu Dokumenten pro Kategorie hinzufügen.\n- Das Modul document_page_approval wird installiert."
|
||||
msgstr ""
|
||||
"Workflow zu Dokumenten pro Kategorie hinzufügen.\n"
|
||||
"- Das Modul document_page_approval wird installiert."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
@ -41,11 +42,6 @@ msgstr "Dateien aus externem DMS in Odoo einbinden"
|
||||
msgid "Cancel"
|
||||
msgstr "Abbrechen"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Wikipedia"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -63,14 +59,20 @@ msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr "Verknüpfe Odoo mit einem CMIS-kompatiblen Server, um \nDateien an Odoo-Datensätze anzuhängen.\n- Das Modul cmis-read wird installiert."
|
||||
msgstr ""
|
||||
"Verknüpfe Odoo mit einem CMIS-kompatiblen Server, um \n"
|
||||
"Dateien an Odoo-Datensätze anzuhängen.\n"
|
||||
"- Das Modul cmis-read wird installiert."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr "Verknüpfe Odoo mit einem CMIS-kompatiblen Server, um \nDateien dort abzuspeichern.\n- Das Modul cmis-write wird installiert."
|
||||
msgstr ""
|
||||
"Verknüpfe Odoo mit einem CMIS-kompatiblen Server, um \n"
|
||||
"Dateien dort abzuspeichern.\n"
|
||||
"- Das Modul cmis-write wird installiert."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
@ -97,20 +99,32 @@ msgstr "Anzeigename"
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"- This installs the module document."
|
||||
msgstr "Dokumentindizierung, Volltextrecherche in Dokumenten.\n- Das Modul document wird installiert."
|
||||
msgstr ""
|
||||
"Dokumentindizierung, Volltextrecherche in Dokumenten.\n"
|
||||
"- Das Modul document wird installiert."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Dokumente"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Dokumente"
|
||||
|
||||
@ -144,17 +158,29 @@ msgstr "Dokumentseiten verwalten (Wiki)"
|
||||
msgid "Manage documents"
|
||||
msgstr "Dokumentenverwaltung"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr "Dokumentenfreigabe verwalten"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"- This installs the module document_page."
|
||||
msgstr "Stelle Dokumentenseite und Kategorie als Wiki zur Verfügung.\n- Das Modul document_page wird installiert."
|
||||
msgstr ""
|
||||
"Stelle Dokumentenseite und Kategorie als Wiki zur Verfügung.\n"
|
||||
"- Das Modul document_page wird installiert."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration
|
||||
@ -171,6 +197,11 @@ msgstr "Speichere Anhänge auf externem DMS anstelle der Odoo-Dateiablage"
|
||||
msgid "Using CMIS"
|
||||
msgstr "Verwende CMIS"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,14 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/oca/OCA-knowledge-9-0/language/el/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Greek (https://www.transifex.com/oca/teams/23907/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -21,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -29,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Εφαρμογή"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Ακύρωση"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -50,6 +51,26 @@ msgstr "Ρυθμίσεις"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -69,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Έγγραφα"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "Κωδικός"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Γνωσιακή"
|
||||
|
||||
@ -127,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -144,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/en_GB/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Apply"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Collaborative Content"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "Configuration"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Documents"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Knowledge"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,17 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# Antonio Trueba, 2016
|
||||
# Antonio Trueba, 2016
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -42,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Contenido colaborativo"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -101,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Documentos"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Conocimiento"
|
||||
|
||||
@ -145,11 +148,21 @@ msgstr "Gestionar páginas de documento (Wiki)"
|
||||
msgid "Manage documents"
|
||||
msgstr "Gestión de documentos"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr "Gestionar aprobación de documentos"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -172,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,16 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# Leonardo Germán Chianea <noamixcontenidos@gmail.com>, 2015
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_AR/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -41,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Contenido colaborativo"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -100,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Documentos"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Conocimientos"
|
||||
|
||||
@ -144,11 +148,21 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "Administrar documentos"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -171,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,14 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:04+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_CO/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -21,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -29,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Aplicar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -50,6 +51,26 @@ msgstr ""
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -69,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Documentos"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr ""
|
||||
|
||||
@ -127,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -144,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_CR/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Aplicar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Contenido colaborativo"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "Configuración"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Documentos"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Conocimiento"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,14 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_DO/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -21,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -29,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Aplicar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -50,6 +51,26 @@ msgstr "Configuración"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -69,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID (identificación)"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Conocimiento"
|
||||
|
||||
@ -127,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -144,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,14 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:04+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_EC/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -21,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -29,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Aplicar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -50,6 +51,26 @@ msgstr "Configuración"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -69,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Gestión de Conocimiento"
|
||||
|
||||
@ -127,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -144,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_MX/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Aplicar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Contenido colaborativo"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "Configuración"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Documentos"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Conocimiento"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,14 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:04+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_PY/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -21,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -29,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -50,6 +51,26 @@ msgstr "Configuración"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -69,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Documentos"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr ""
|
||||
|
||||
@ -127,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -144,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_VE/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Contenido colaborativo"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "Configuración"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Documentos"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Conocimiento"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,14 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/fa/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -21,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -29,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "اعمال"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "لغو"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -50,6 +51,26 @@ msgstr "پیکربندی"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -69,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "اسناد"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "شناسه"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "دانش"
|
||||
|
||||
@ -127,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -144,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,16 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# Kari Lindgren <kari.lindgren@emsystems.fi>, 2015
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-13 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-09-15 12:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Finnish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/fi/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -41,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "Peruuta"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Yhteinen jaettu sisältö"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -100,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Dokumentit"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Tietämys"
|
||||
|
||||
@ -144,11 +148,21 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "Hallitse dokumentteja"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -171,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,17 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# Maxime Chambreuil <maxime.chambreuil@gmail.com>, 2015
|
||||
# Richard Mathot <rim@odoo.com>, 2015
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: French (http://www.transifex.com/oca/OCA-knowledge-9-0/language/fr/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -42,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Contenu Collaboratif"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -101,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Documents"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Connaissances"
|
||||
|
||||
@ -145,11 +148,21 @@ msgstr "Gérer des pages (wiki)"
|
||||
msgid "Manage documents"
|
||||
msgstr "Gérer les documents"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr "Gérer l'approbation sur les pages"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -172,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-13 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-09-09 12:25+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/oca/OCA-knowledge-9-0/language/gl/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -40,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Contido colaborativo"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -99,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Documentos"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Coñecemento"
|
||||
|
||||
@ -143,11 +148,21 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -170,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,14 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:04+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Gujarati (http://www.transifex.com/oca/OCA-knowledge-9-0/language/gu/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Gujarati (https://www.transifex.com/oca/teams/23907/gu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -21,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -29,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "રદ કરો"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -50,6 +51,26 @@ msgstr "રુપરેખાંકન"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -69,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "દસ્તાવેજો"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ઓળખ"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr ""
|
||||
|
||||
@ -127,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -144,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,14 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-knowledge-9-0/language/he/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -21,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -29,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "החל"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "בטל"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -50,6 +51,26 @@ msgstr "הגדרות תצורה"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -69,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "מסמכים"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "מזהה"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "ידע"
|
||||
|
||||
@ -127,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -144,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Hindi (http://www.transifex.com/oca/OCA-knowledge-9-0/language/hi/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Hindi (https://www.transifex.com/oca/teams/23907/hi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "रद्द"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "कॉन्फ़िगरेशन"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "ज्ञान"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Croatian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/hr/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Primjeni"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Odustani"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Kolaborativni sadržaj"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "Postavke"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Dokumenti"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Znanje"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "Dokumenti"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/hu/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -40,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "Mégsem"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Csoportmunában készült tartalom"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -99,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Dokumentumok"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "Azonosító ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Tudás"
|
||||
|
||||
@ -143,11 +148,21 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "Dokumentum kezelés"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -170,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-13 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-09-09 12:24+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/it/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -40,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "Annulla"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Contenuto collaborativo"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -99,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Documenti"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Know how"
|
||||
|
||||
@ -143,11 +148,21 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "Gestione documenti"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -170,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Japanese (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ja/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "適用"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "共同作業の内容"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "設定"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "文書"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "ナレッジ"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,16 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# Belkacem Mohammed <belkacem77@gmail.com>, 2015
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Kabyle (http://www.transifex.com/oca/OCA-knowledge-9-0/language/kab/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Kabyle (https://www.transifex.com/oca/teams/23907/kab/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -23,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -31,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Snes"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Sefsex"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -52,6 +51,26 @@ msgstr "Tawila"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Swel Tamusni"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -71,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Arraten"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "Asulay"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Tamusni"
|
||||
|
||||
@ -129,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "Sefrek arraten"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -146,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,14 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Korean (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ko/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -39,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "취소"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "공동작업 내용"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -98,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "문서"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "지식"
|
||||
|
||||
@ -142,11 +148,21 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "문서 관리"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -169,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:04+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Lao (http://www.transifex.com/oca/OCA-knowledge-9-0/language/lo/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Lao (https://www.transifex.com/oca/teams/23907/lo/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "ຍົກເລີອກ"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "ເນື້ອໃນການເຮັດວຽກຮ່ວມກັນ"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "ການກໍານົດຄ່າ"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "ການຄຸ້ມຄອງເອກະສານ"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,14 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Latvian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/lv/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -21,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -29,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Pielietot"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Atcelt"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -50,6 +51,26 @@ msgstr "Uzstādījumi"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -69,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Dokumenti"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr ""
|
||||
|
||||
@ -127,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -144,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/mk/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -40,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "Откажи"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Колаборативна содржина"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -99,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Документи"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Знаење"
|
||||
|
||||
@ -143,11 +148,21 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "Менаџирај документи"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -170,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/mn/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -40,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "Цуцлах"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Хамтарсан агуулга"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -99,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Баримтууд"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Баримт"
|
||||
|
||||
@ -143,11 +148,21 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "Бичиг баримтуудыг менежмент хийх"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -170,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-knowledge-9-0/language/nb/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Bruk"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Avbryt"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Samarbeidende innhold"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "Konfigurasjon"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Dokumenter"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Kunnskap"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Dutch (http://www.transifex.com/oca/OCA-knowledge-9-0/language/nl/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -40,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "Annuleren"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Gezamelijke inhoud"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -99,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Documenten"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Kennis"
|
||||
|
||||
@ -143,11 +148,21 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "Beheer documenten"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -170,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:04+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/nl_BE/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Toepassen"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Afbreken"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Gemeenschappelijke inhoud"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "Instellingen"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Kennis"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/pl/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -40,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "Anuluj"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Wspólna zawartość"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -99,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Dokumenty"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Wiedza"
|
||||
|
||||
@ -143,11 +148,21 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "Zarządzaj dokumentami"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -170,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-knowledge-9-0/language/pt/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -40,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Conteúdo colaborativo"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -99,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Documentos"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Conhecimento"
|
||||
|
||||
@ -143,11 +148,21 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "Gerir documentos"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -170,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/pt_BR/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -40,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Conteúdo Colaborativo"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -99,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Documentos"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Conhecimento"
|
||||
|
||||
@ -143,11 +148,21 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "Gerenciar documentos"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -170,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Romanian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ro/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Aplică"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Anulează"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Conținut de Colaborare"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "Configurare"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Configureaza Cunostințele"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Documente"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Cunoștințe"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "Gestioneaza documentele"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ru/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -40,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "Отменить"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Совместное содержание"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -99,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Документы"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Знания"
|
||||
|
||||
@ -143,11 +148,21 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "Управлять документами"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -170,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Slovak (http://www.transifex.com/oca/OCA-knowledge-9-0/language/sk/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Zrušiť"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "Nastavenie"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Dokumenty"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr ""
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,16 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015-2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-16 05:46+0000\n"
|
||||
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
|
||||
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/sl/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -24,7 +23,9 @@ msgstr ""
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr "Dodaj delotok dokumentov po kategoriji.\n- namesti modul document_page_approval."
|
||||
msgstr ""
|
||||
"Dodaj delotok dokumentov po kategoriji.\n"
|
||||
"- namesti modul document_page_approval."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
@ -41,11 +42,6 @@ msgstr "Pripni datoteke iz zunanjega DMS v Odoo"
|
||||
msgid "Cancel"
|
||||
msgstr "Preklic"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Skupne vsebine"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -63,14 +59,19 @@ msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr "Poveži Odoo s CMIS združljivim strežnikom za pripenjanje datotek\nOdoo zapisu.\n- namesti modul cmis_read."
|
||||
msgstr ""
|
||||
"Poveži Odoo s CMIS združljivim strežnikom za pripenjanje datotek\n"
|
||||
"Odoo zapisu.\n"
|
||||
"- namesti modul cmis_read."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr "Poveži Odoo s CMIS združljivim strežnikom za hrambo datotek.\n- namesti modul cmis_write."
|
||||
msgstr ""
|
||||
"Poveži Odoo s CMIS združljivim strežnikom za hrambo datotek.\n"
|
||||
"- namesti modul cmis_write."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
@ -97,20 +98,32 @@ msgstr "Naziv prikaza"
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"- This installs the module document."
|
||||
msgstr "Indeksacija dokumentov, iskanje po vsebini prilog.\n- Namesti modul 'document'."
|
||||
msgstr ""
|
||||
"Indeksacija dokumentov, iskanje po vsebini prilog.\n"
|
||||
"- Namesti modul 'document'."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Dokumenti"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Baza znanja"
|
||||
|
||||
@ -144,17 +157,29 @@ msgstr "Upravljanje strani dokumentov (Wiki)"
|
||||
msgid "Manage documents"
|
||||
msgstr "Upravljanje dokumentov"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr "Upravljanje odobritev dokumentov"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"- This installs the module document_page."
|
||||
msgstr "Zagotovi stran dokumenta in kategorijo kot wiki.\n- namesti modul document_page."
|
||||
msgstr ""
|
||||
"Zagotovi stran dokumenta in kategorijo kot wiki.\n"
|
||||
"- namesti modul document_page."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration
|
||||
@ -171,6 +196,11 @@ msgstr "Hrani priponke na zunanjem DMS namesto v Odoo Filestore"
|
||||
msgid "Using CMIS"
|
||||
msgstr "Uporaba CMIS"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Serbian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/sr/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Otkaži"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "Konfiguracija"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Dokumenti"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Znanje"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/sr@latin/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr@latin/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Primeni"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Otkaži"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Sadržaj saradnje"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "Podešavanje"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Dokumenti"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Znanje"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Swedish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/sv/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Verkställ"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "Avbryt"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "Samverkansinnehåll"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "Konfiguration"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Konfigurera kunskapssystemet"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Dokument"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Kunskap"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "Administrera dokument"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:04+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Thai (http://www.transifex.com/oca/OCA-knowledge-9-0/language/th/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "ปรับใช้"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "ยกเลิก"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "ตั้งค่า"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "เอกสาร"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "รหัส"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "ความรู้"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Turkish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/tr/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -40,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "İptal"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "İşbirliği İçeriği"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -99,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "Belgeler"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "Bilgi Birikimi"
|
||||
|
||||
@ -143,11 +148,21 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "Belgeleri Yönet"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -170,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,18 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# jeffery chen fan <jeffery9@gmail.com>, 2015
|
||||
# 珠海-老天 <liangjia@qq.com>, 2015
|
||||
# 珠海-老天 <liangjia@qq.com>, 2015
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/zh_CN/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -43,11 +40,6 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "协作内容"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -102,17 +94,27 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "文档"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "知识"
|
||||
|
||||
@ -146,11 +148,21 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr "管理文档"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
@ -173,6 +185,11 @@ msgstr ""
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -3,15 +3,15 @@
|
||||
# * knowledge
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/zh_TW/)\n"
|
||||
"POT-Creation-Date: 2017-01-20 03:35+0000\n"
|
||||
"PO-Revision-Date: 2017-01-20 03:35+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,16 +30,16 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "套用"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document2
|
||||
msgid "Collaborative Content"
|
||||
msgstr "協作內容"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_configuration
|
||||
msgid "Configuration"
|
||||
@ -51,6 +51,26 @@ msgstr "設置"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,31 +90,31 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_section
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Documents"
|
||||
msgstr "文件"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document
|
||||
#: model:ir.module.category,name:knowledge.module_category_knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_document_root
|
||||
msgid "Knowledge"
|
||||
msgstr "知識"
|
||||
|
||||
@ -128,16 +148,26 @@ msgstr ""
|
||||
msgid "Manage documents"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.module.category,description:knowledge.module_category_knowledge
|
||||
msgid "Manage documents and knowledge-related applications"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid "Manage documents approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +175,21 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_ir_attachment
|
||||
msgid "ir.attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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="category_id" ref="module_category_knowledge"/>
|
||||
<field name="users" eval="[(4, ref('base.user_root'))]"/>
|
||||
|
@ -30,7 +30,7 @@
|
||||
<menuitem
|
||||
id="menu_document_root"
|
||||
name="Knowledge"
|
||||
groups="base.group_system,base.group_document_user"
|
||||
groups="base.group_system,knowledge.group_document_user"
|
||||
sequence="116"/>
|
||||
|
||||
<menuitem
|
||||
|
1
setup/knowledge/odoo/__init__.py
Normal file
1
setup/knowledge/odoo/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
1
setup/knowledge/odoo/addons/__init__.py
Normal file
1
setup/knowledge/odoo/addons/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
1
setup/knowledge/odoo/addons/knowledge
Symbolic link
1
setup/knowledge/odoo/addons/knowledge
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../knowledge
|
6
setup/knowledge/setup.py
Normal file
6
setup/knowledge/setup.py
Normal file
@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
Loading…
Reference in New Issue
Block a user