Update document_page_tags/views/document_page_tag.xml

Co-authored-by: Maxime Chambreuil <mchambreuil@opensourceintegrators.com>
This commit is contained in:
Marcel Savegnago 2020-05-19 13:11:21 -03:00 committed by FernandoRomera
parent 809b5de267
commit f5e910dbeb
88 changed files with 5878 additions and 0 deletions

View File

@ -0,0 +1,52 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3
===============================
Tags/Keywords for document page
===============================
This module allows you to fill in keywords on your pages to simplify finding
them afterwards.
Usage
=====
Fill in your keywords, and search for them by typing (part of) the keyword and
choose searching for keywords.
.. 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/8.0
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_tag%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Credits
=======
Contributors
------------
* Holger Brunn <hbrunn@therp.nl>
* Marcel Savegnago <marcel.savegnago@gmail.com>
Maintainer
----------
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
This module is maintained by the OCA.
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.

View File

@ -0,0 +1,3 @@
# Copyright 2015-2018 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from . import models

View File

@ -0,0 +1,21 @@
# Copyright 2015-2018 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Document Page Tag",
"version": "12.0.1.0.0",
"author": "Therp BV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/knowledge",
"license": "AGPL-3",
"category": "Knowledge Management",
"summary": "Allows you to assign tags or keywords to pages and search for "
"them afterwards",
"depends": [
'document_page',
],
"data": [
"views/document_page_tag.xml",
"views/document_page.xml",
'security/ir.model.access.csv',
],
"installable": True,
}

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Amharic (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/am/)\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Creado en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr ""
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Última actualización por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr ""
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Arabic (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "أنشئ بواسطة"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "أنشئ في"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "اسم العرض"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "المعرف"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "آخر تعديل في"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "آخر تحديث بواسطة"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "آخر تحديث في"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "الاسم"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-11-25 14:57+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/bg/)\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Създадено от"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Създадено на"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Име за Показване"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Последно обновено на"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Последно обновено от"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Последно обновено на"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Име"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/bs/)\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Kreirano"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Prikaži naziv"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Zadnje mijenjano"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Zadnji ažurirao"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Zadnje ažurirano"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Ime"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2017-01-17 19:17+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Creat per"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Creat el"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Veure el nom"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Darrera modificació el"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Darrera Actualització per"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Darrera Actualització el"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nom"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Catalan (Spain) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/ca_ES/)\n"
"Language: ca_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Creat per"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Creat a"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Nom visible"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Darrera modificació en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Darrera actualització per"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Darrera actualització el"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nom"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-11 09:48+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Czech (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/cs/)\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Vytvořil(a)"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Vytvořeno"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Zobrazovaný název"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Naposled upraveno"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Naposled upraveno"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Naposled upraveno"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Název"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Danish (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/da/)\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Oprettet af"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Oprettet den"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Vist navn"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "Id"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Sidst ændret den"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Sidst opdateret af"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Sidst opdateret den"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Navn"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
# Rudolf Schnapka <rs@techno-flex.de>, 2017
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2017-04-19 11:44+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr "Ein Schlüsselbegriff für Dokumentseiten"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Angelegt durch"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Erzeugt am"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Anzeigename"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Dokumentenseite"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr "Schlüsselbegriffe"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Zuletzt geändert am"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Zuletzt aktualisiert durch"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Bezeichnung"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr "Schlagworte müssen eindeutig sein"

View File

@ -0,0 +1,75 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr ""
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr ""
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-11 09:47+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Greek (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/el/)\n"
"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Δημιουργήθηκε από"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Δημιουργήθηκε στις"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Εμφάνιση Ονόματος"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Τελευταία αλλαγή στις"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Τελευταία Ενημέρωση από"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Τελευταία Ενημέρωση στις"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Όνομα"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/el_GR/)\n"
"Language: el_GR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Δημιουργήθηκε από "
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Δημιουργήθηκε στις"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr ""
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "Κωδικός"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Τελευταία ενημέρωση από"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Τελευταία ενημέρωση στις"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Ονομασία"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/en_GB/)\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Created by"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Created on"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Display Name"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Last Modified on"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Last Updated by"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Last Updated on"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Name"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-09-16 21:45+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Creado en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Nombre mostrado"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Página de documento"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Última modificación el"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Ultima actualización por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Ultima actualización en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nombre"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-11 09:49+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/es_AR/)\n"
"Language: es_AR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Creado en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Mostrar Nombre"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Página de documento"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Ultima actualización por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Ultima actualización en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nombre"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/es_CL/)\n"
"Language: es_CL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Creado en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Nombre mostrado"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID (identificación)"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Última actualización de"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nombre"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/es_CO/)\n"
"Language: es_CO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Creado"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Nombre Público"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Última Modificación el"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Actualizado por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Actualizado"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nombre"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-03 01:59+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/es_CR/)\n"
"Language: es_CR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Creado en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr ""
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Página de documento"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
#, fuzzy
msgid "Last Modified on"
msgstr "Ultima actualización en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Ultima actualización por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Ultima actualización en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nombre"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/oca/"
"OCA-knowledge-8-0/language/es_DO/)\n"
"Language: es_DO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Creado en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Nombre mostrado"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Última actualización de"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nombre"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/es_EC/)\n"
"Language: es_EC\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Creado en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Nombre mostrado"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID (identificación)"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Última actualización de"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nombre"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/es_ES/)\n"
"Language: es_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Creado en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Nombre para mostrar"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Última actualización por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr ""
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-11 09:47+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/es_MX/)\n"
"Language: es_MX\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Creado en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Nombre desplegado"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Página de documento"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Ultima modificacion realizada"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Ultima actualización por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Ultima actualización en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nombre"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/es_PE/)\n"
"Language: es_PE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Creado en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Nombre a Mostrar"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Ultima Modificación en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Actualizado última vez por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Ultima Actualización"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nombre"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/es_PY/)\n"
"Language: es_PY\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Creado en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr ""
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Ultima actualización por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Ultima actualización en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nombre"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-11 09:49+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/es_VE/)\n"
"Language: es_VE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Creado en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Mostrar nombre"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Página de documento"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Modificada por última vez"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Ultima actualización por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Ultima actualización en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nombre"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-04-30 15:51+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Estonian (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/et/)\n"
"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Loonud"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Loodud"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Näidatav nimi"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Viimati muudetud"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Viimati uuendatud"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Viimati uuendatud"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nimi"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Basque (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/eu/)\n"
"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Nork sortua"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Created on"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Izena erakutsi"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Last Updated by"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Last Updated on"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Izena"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Persian (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/fa/)\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "ایجاد شده توسط"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "ایجاد شده در"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "نام نمایشی"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "شناسه"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "تاریخ آخرین به‌روزرسانی"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "آخرین به روز رسانی توسط"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "آخرین به روز رسانی در"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "نام"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+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-8-0/"
"language/fi/)\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Luonut"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Luotu"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Nimi"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Dokumentin sivu"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Viimeksi muokattu"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Viimeksi päivittänyt"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Viimeksi päivitetty"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nimi"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-09-16 21:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: French (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Créé par"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Créé le"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Nom à afficher"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Page"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Dernière modification le"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Dernière mise à jour par"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Dernière mise à jour le"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nom"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/fr_CA/)\n"
"Language: fr_CA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Créé par"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Créé le"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Afficher le nom"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "Identifiant"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Dernière mise à jour par"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Dernière mise à jour le"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nom"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/fr_CH/)\n"
"Language: fr_CH\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Créé par"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Créé le"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Nom affiché"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Dernière modification le"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Modifié par"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Modifié le"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr ""
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2017-08-11 11:55+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Galician (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/gl/)\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Creado o"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr ""
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Última modificación"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "ültima actualización por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nome"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Galician (Spain) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/gl_ES/)\n"
"Language: gl_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr ""
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr ""
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/he/)\n"
"Language: he\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "נוצר על ידי"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "נוצר ב-"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "השם המוצג"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "מזהה"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "תאריך שינוי אחרון"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "עודכן לאחרונה על ידי"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "עודכן לאחרונה על"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "שם"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-05 06:35+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Croatian (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Datum kreiranja"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Naziv "
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Stranica dokumenata"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Zadnje modificirano"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Zadnji ažurirao"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Zadnje ažuriranje"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Naziv"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/hr_HR/)\n"
"Language: hr_HR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Kreirano"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Naziv"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Zadnje modificirano"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Zadnji ažurirao"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Zadnje ažurirano"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Naziv"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-04-30 15:51+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/hu/)\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Készítette"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Létrehozás dátuma"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Név megjelenítése"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Documentum oldal"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Utolsó frissítés dátuma"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Utoljára frissítve, által"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Utoljára frissítve "
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Név"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/id/)\n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Dibuat oleh"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Dibuat pada"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Nama Tampilan"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Terakhir Dimodifikasi pada"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Diperbaharui oleh"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Diperbaharui pada"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nama"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,81 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
# Paolo Valier, 2016
# Paolo Valier, 2016
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+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-8-0/"
"language/it/)\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr "Una parola chiave per le pagine del documento"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Creato da"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Creato il"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Nome da visualizzare"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Pagina documento"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr "Parole chiave"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Ultima modifica il"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Ultimo aggiornamento da"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Ultimo aggiornamento il"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nome"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr "Il Tag devono essere univoci"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-11 09:51+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Japanese (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/ja/)\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "作成者"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "作成日"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "表示名"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "最終更新日"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "最終更新者"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "最終更新日"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "名称"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-11 09:51+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Korean (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/ko/)\n"
"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "작성자"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "생성 날짜"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "표시 이름"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "최근 수정"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "최근 갱신한 사람"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "최근 갱신 날짜"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "이름"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-11 09:51+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/lt/)\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
"%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Sukūrė"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Sukurta"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Vaizduojamas pavadinimas"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Paskutinį kartą keista"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Paskutinį kartą atnaujino"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Paskutinį kartą atnaujinta"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Pavadinimas"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/lt_LT/)\n"
"Language: lt_LT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
"%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Sukūrė"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Sukurta"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr ""
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Paskutinį kartą atnaujino"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Paskutinį kartą atnaujinta"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr ""
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-11 09:48+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Latvian (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/lv/)\n"
"Language: lv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
"2);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Izveidoja"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Izveidots"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr ""
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Pēdējo reizi atjaunoja"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Pēdējās izmaiņas"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nosaukums"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-11 09:50+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/mk/)\n"
"Language: mk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Креирано од"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Креирано на"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Прикажи име"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Страница на документ"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Последна промена на"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Последно ажурирање од"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Последно ажурирање на"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Име"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-11 09:52+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/mn/)\n"
"Language: mn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Үүсгэгч"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Үүсгэсэн"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Дэлгэцийн Нэр"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Баримтын Хуудас"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Сүүлийн засвар хийсэн огноо"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Сүүлийн засвар хийсэн"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Сүүлийн засвар хийсэн огноо"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Нэр"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-11 09:52+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/nb/)\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Opprettet av"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Opprettet den"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Visnings navn"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Sist oppdatert "
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Sist oppdatert av"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Sist oppdatert"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Navn"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/nb_NO/)\n"
"Language: nb_NO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Laget av"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Laget den"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Vis navn"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Sist endret den"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Sist oppdatert av"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Sist oppdatert den"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr ""
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-11-22 12:24+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Dutch (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/nl/)\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Aangemaakt door"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Aangemaakt op"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Te tonen naam"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Document pagina"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Laatst bijgewerkt op"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Laatst bijgewerkt door"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Laatst bijgewerkt op"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Naam"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/nl_BE/)\n"
"Language: nl_BE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Gemaakt door"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Gemaakt op"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Schermnaam"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Laatst Aangepast op"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Laatst bijgewerkt door"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Laatst bijgewerkt op"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Naam:"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/nl_NL/)\n"
"Language: nl_NL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Aangemaakt door"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Aangemaakt op"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Weergavenaam"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Laatst gewijzigd op"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Laatst bijgewerkt door"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Laatst bijgewerkt op"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Naam"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-11 09:51+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Polish (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/pl/)\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Utworzone przez"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Utworzono"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Wyświetlana nazwa "
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Strona dokumentu"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Ostatnio modyfikowano"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Ostatnio modyfikowane przez"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Ostatnia zmiana"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nazwa"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-11-25 14:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/pt/)\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Criado por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Criado em"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Nome"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Página do documento"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Modificado a última vez por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Atualizado pela última vez por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Atualizado pela última vez em"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nome"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-04 09:43+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Criado por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Criado em"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Nome para Mostrar"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Página do Documento"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "Identificação"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Última atualização em"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Última atualização por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Última atualização em"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nome"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-05-07 16:07+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/pt_PT/)\n"
"Language: pt_PT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Criado por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Criado em"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Nome a exibir"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Página do Documento"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Modificado pela última vez em"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Modificado pela última vez por"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Atualizado pela última vez em"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nome"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-12-27 08:24+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Romanian (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/ro/)\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
"2:1));\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Creat de"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Creat in"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Nume Afişat"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Pagina Documentului"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Ultima actualizare în"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Ultima actualizare făcută de"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Ultima actualizare la"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Nume"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,81 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-12-27 08:22+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Russian (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/ru/)\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
"%100>=11 && n%100<=14)? 2 : 3);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Создано"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Создан"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr ""
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Страница документа"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Последний раз обновлено"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Последний раз обновлено"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Название"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-11-22 16:25+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Slovak (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/sk/)\n"
"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Vytvoril"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Vytvorené"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Zobraziť meno"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Posledná modifikácia"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Naposledy upravoval"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Naposledy upravované"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Meno"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,81 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2016
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-05-04 02:39+0000\n"
"PO-Revision-Date: 2016-05-01 04:54+0000\n"
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/sl/)\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr "Ključna beseda za strani dokumentov"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Ustvaril"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Ustvarjeno"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Prikazni naziv"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Stran dokumenta"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr "Ključne besede"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Zadnjič spremenjeno"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Zadnjič posodobil"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Zadnjič posodobljeno"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Naziv"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr "Oznake morajo biti unikatne"

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-04-30 15:51+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Serbian (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/sr/)\n"
"Language: sr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Kreiran"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr ""
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Ime"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-11 09:50+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/sr@latin/)\n"
"Language: sr@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Kreiran"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Ime za prikaz"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Zadnja izmjena"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Zadnja izmjena"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Zadnja izmjena"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Ime:"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-11 09:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Swedish (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/sv/)\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Skapad av"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Skapad den"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Visa namn"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Dokumentsida"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Senast redigerad"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Senast uppdaterad av"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Senast uppdaterad"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Namn"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Thai (http://www.transifex.com/oca/OCA-knowledge-8-0/language/"
"th/)\n"
"Language: th\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "สร้างโดย"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "สร้างเมื่อ"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "ชื่อที่ใช้แสดง"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "รหัส"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "แก้ไขครั้งสุดท้ายเมื่อ"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "อัพเดทครั้งสุดท้ายโดย"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "อัพเดทครั้งสุดท้ายเมื่อ"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "ชื่อ"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-12-30 18:44+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Turkish (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/tr/)\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Oluşturan"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Oluşturulma"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Görünen İsim"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "Belge Sayfası"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Son değişiklik"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Son güncelleyen"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Son güncelleme"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Adı"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/tr_TR/)\n"
"Language: tr_TR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Oluşturan"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Oluşturulma tarihi"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Görünen ad"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "Kimlik"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "En son güncelleme tarihi"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "En son güncelleyen "
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "En son güncelleme tarihi"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Ad"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-11 09:51+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/uk/)\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Створив"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Створено"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Назва для відображення"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Остання модифікація"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Востаннє оновив"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Останнє оновлення"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Name"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-11 09:47+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-knowledge-8-0/"
"language/vi/)\n"
"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Được tạo bởi"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Tạo trên"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "Tên hiển thị"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "Sửa lần cuối vào"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Last Updated by"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Cập nhật lần cuối vào"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Tên"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-03-02 07:42+0000\n"
"Last-Translator: <>\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/vi_VN/)\n"
"Language: vi_VN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "Tạo bởi"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "Tạo vào"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr ""
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "Cập nhật lần cuối bởi"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "Cập nhật lần cuối vào"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "Tên"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2017-04-19 01:22+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/zh_CN/)\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "创建者"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "创建在"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "显示名称"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr "文档页面"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "ID"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "最后修改时间"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "最后更新者"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "上次更新日期"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "名称"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: knowledge (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-31 02:38+0000\n"
"PO-Revision-Date: 2016-10-11 09:52+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-"
"knowledge-8-0/language/zh_TW/)\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_uid
msgid "Created by"
msgstr "建立者"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_create_date
msgid "Created on"
msgstr "建立於"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_display_name
msgid "Display Name"
msgstr "顯示名稱"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page
msgid "Document Page"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_id
msgid "ID"
msgstr "編號"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_ids
msgid "Keywords"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag___last_update
msgid "Last Modified on"
msgstr "最後修改:"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_uid
msgid "Last Updated by"
msgstr "最後更新:"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_write_date
msgid "Last Updated on"
msgstr "最後更新於"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag_name
msgid "Name"
msgstr "名稱"
#. module: document_page_tag
#: sql_constraint:document.page.tag:0
msgid "Tags must me unique"
msgstr ""

View File

@ -0,0 +1,4 @@
# Copyright 2015-2018 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from . import document_page
from . import document_page_tag

View File

@ -0,0 +1,9 @@
# Copyright 2015-2018 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from odoo import models, fields
class DocumentPage(models.Model):
_inherit = 'document.page'
tag_ids = fields.Many2many('document.page.tag', string='Keywords')

View File

@ -0,0 +1,24 @@
# Copyright 2015-2018 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from odoo import api, models, fields
class DocumentPageTag(models.Model):
_name = 'document.page.tag'
_description = 'A keyword for document pages'
name = fields.Char(required=True, translate=True)
color = fields.Integer(string='Color Index')
active = fields.Boolean(default=True)
_sql_constraints = [
('unique_name', 'unique(name)', 'Tags must me unique'),
]
@api.model
def create(self, vals):
"""Be nice when trying to create duplicates"""
existing = self.search([('name', '=ilike', vals['name'])], limit=1)
if existing:
return existing
return super(DocumentPageTag, self).create(vals)

View File

@ -0,0 +1 @@
No configuration required.

View File

@ -0,0 +1,2 @@
* Holger Brunn <hbrunn@therp.nl>
* Marcel Savegnago <marcel.savegnago@gmail.com>

View File

@ -0,0 +1,2 @@
This module allows you to fill in keywords on your pages to simplify finding
them afterwards.

View File

@ -0,0 +1 @@
This module depends on module knowledge. So make sure to have it in your addons list.

View File

@ -0,0 +1,2 @@
Fill in your keywords, and search for them by typing (part of) the keyword and
choose searching for keywords.

View File

@ -0,0 +1,4 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
document_page_user,document.page user,model_document_page_tag,knowledge.group_document_user,1,0,0,0
document_page_editor,document.page editor,model_document_page_tag,document_page.group_document_editor,1,1,1,0
document_page_manager,document.page manager,model_document_page_tag,document_page.group_document_manager,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 document_page_user document.page user model_document_page_tag knowledge.group_document_user 1 0 0 0
3 document_page_editor document.page editor model_document_page_tag document_page.group_document_editor 1 1 1 0
4 document_page_manager document.page manager model_document_page_tag document_page.group_document_manager 1 1 1 1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -0,0 +1,3 @@
# Copyright 2015-2018 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from . import test_document_page_tag

View File

@ -0,0 +1,21 @@
# Copyright 2015-2018 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from psycopg2 import IntegrityError
from odoo.tests.common import TransactionCase
from odoo.tools.misc import mute_logger
class TestDocumentPageTag(TransactionCase):
def test_document_page_tag(self):
testtag = self.env['document.page.tag'].name_create('test')
# check we're charitable on duplicates
self.assertEqual(
testtag, self.env['document.page.tag'].name_create('Test'),
)
# check we can't create nonunique tags
with self.assertRaises(IntegrityError):
with mute_logger('odoo.sql_db'):
testtag2 = self.env['document.page.tag'].create({
'name': 'test2',
})
testtag2.write({'name': 'test'})

View File

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_wiki_form" model="ir.ui.view">
<field name="model">document.page</field>
<field name="inherit_id" ref="document_page.view_wiki_form" />
<field name="arch" type="xml">
<field name="parent_id" position="after">
<field name="tag_ids" widget="many2many_tags" options="{'color_field': 'color', 'no_create_edit': True}"/>
</field>
</field>
</record>
<record id="view_wiki_filter" model="ir.ui.view">
<field name="model">document.page</field>
<field name="inherit_id" ref="document_page.view_wiki_filter" />
<field name="arch" type="xml">
<field name="name" position="after">
<field name="tag_ids" widget="many2one" />
</field>
</field>
</record>
<!-- List View-->
<record id="document_page_tag_view_inherit_list" model="ir.ui.view">
<field name="name">document_page.tags.tree</field>
<field name="model">document.page</field>
<field name="inherit_id" ref="document_page.view_wiki_tree"/>
<field name="type">tree</field>
<field name="field_parent">child_ids</field>
<field name="arch" type="xml">
<field name="parent_id" position="after">
<field name="tag_ids"
widget="many2many_tags"
options="{'color_field': 'color'}"/>
</field>
</field>
</record>
</odoo>

View File

@ -0,0 +1,65 @@
<odoo>
<record id="view_document_page_tag_search" model="ir.ui.view">
<field name="name">document.page.tag.search</field>
<field name="model">document.page.tag</field>
<field name="arch" type="xml">
<search string="Document Tag Search">
<filter string="Archived" name="inactive" domain="[('active','=',False)]" />
<separator/>
<field name="name" filter_domain="[('name', 'ilike', self)]" />
</search>
</field>
</record>
<record id="view_document_page_tag_form" model="ir.ui.view">
<field name="name">document.page.tag.form</field>
<field name="model">document.page.tag</field>
<field name="arch" type="xml">
<form string="Tag">
<sheet>
<div class="oe_button_box" name="button_box">
<button name="toggle_active" type="object" class="oe_stat_button" icon="fa-check">
<field name="active" widget="boolean_button" options="{&quot;terminology&quot;: &quot;active&quot;}" />
</button>
</div>
<div class="oe_title">
<label for="name" class="oe_edit_only" />
<h1>
<field name="name" required="1"/>
</h1>
</div>
<group name="main">
<field name="color" />
</group>
</sheet>
</form>
</field>
</record>
<record id="view_document_page_tag_tree" model="ir.ui.view">
<field name="name">document.page.tag.tree</field>
<field name="model">document.page.tag</field>
<field name="arch" type="xml">
<tree string="Document Tags">
<field name="name" />
</tree>
</field>
</record>
<record id="document_page_tag_action" model="ir.actions.act_window">
<field name="name">Tags</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">document.page.tag</field>
<field name="view_mode">tree,form</field>
<field name="view_type">form</field>
</record>
<menuitem
id="document_page_tag_menu"
name="Tags"
parent="knowledge.menu_document_configuration"
action="document_page_tag_action"
sequence="45" />
</odoo>