This commit is contained in:
Bhavesh Heliconia 2025-07-08 17:35:00 +02:00 committed by GitHub
commit bec02e2ff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
90 changed files with 9139 additions and 0 deletions

View File

@ -0,0 +1,101 @@
=================
Document Page Tag
=================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:35143b301def9f32dcb02ce28ccc5f698e48246a91f8cf6189e6cbcd5b9f93d7
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github
:target: https://github.com/OCA/knowledge/tree/18.0/document_page_tag
:alt: OCA/knowledge
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/knowledge-18-0/knowledge-18-0-document_page_tag
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=18.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
This module allows you to fill in keywords on your pages to simplify
finding them afterwards.
**Table of contents**
.. contents::
:local:
Installation
============
This module depends on module knowledge. So make sure to have it in your
addons list.
Configuration
=============
No configuration required.
Usage
=====
Fill in your keywords, and search for them by typing (part of) the
keyword and choose searching for keywords.
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 to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/knowledge/issues/new?body=module:%20document_page_tag%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
-------
* Therp BV
Contributors
------------
- Holger Brunn <hbrunn@therp.nl>
- Marcel Savegnago <marcel.savegnago@gmail.com>
- Manuel Regidor <manuel.regidor@sygel.es>
- Angel Garcia de la Chica Herrera <angel.garcia@sygel.es>
- Alberto Martínez Rodríguez <alberto.martinez@sygel.es>
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__
- Bhavesh Heliconia
Maintainers
-----------
This module is maintained by the OCA.
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
This module is part of the `OCA/knowledge <https://github.com/OCA/knowledge/tree/18.0/document_page_tag>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

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,19 @@
# 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": "18.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,113 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""

View File

@ -0,0 +1,117 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "آخر تعديل في"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Последно обновено на"

View File

@ -0,0 +1,117 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Zadnje mijenjano"

View File

@ -0,0 +1,118 @@
# 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: 2024-09-04 18:06+0000\n"
"Last-Translator: Esteve Blanch Sanmartí <3501974+esteveblanch@users.noreply."
"github.com>\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"
"X-Generator: Weblate 5.6.2\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr "Una paraula clau per a les pàgines de documents"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__active
msgid "Active"
msgstr "Actiu"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr "Arxivat"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr "Color"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
msgstr "Índex de color"
#. 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 "Pàgina del document"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
msgstr "Cerca d'etiquetes del document"
#. 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
msgstr "Paraules clau"
#. 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr "Etiqueta"
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr "Etiquetes"
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr "Les etiquetes has de ser úniques"
#~ msgid "Last Modified on"
#~ msgstr "Darrera modificació el"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Darrera modificació en"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Naposled upraveno"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Sidst ændret den"

View File

@ -0,0 +1,125 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
msgstr ""
#. 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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
#, fuzzy
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
msgstr "Schlüsselbegriffe"
#. 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Zuletzt geändert am"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Dokumentenseite"
#~ msgid "Tags must me unique"
#~ msgstr "Schlagworte müssen eindeutig sein"

View File

@ -0,0 +1,108 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_tag
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Τελευταία αλλαγή στις"

View File

@ -0,0 +1,113 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "Name"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Last Modified on"

View File

@ -0,0 +1,123 @@
# 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: 2023-06-05 17:08+0000\n"
"Last-Translator: luis-ron <luis.ron@sygel.es>\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"
"X-Generator: Weblate 4.17\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr "Una palabra clave para las páginas de documentos"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__active
msgid "Active"
msgstr "Activo"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr "Archivado"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr "Color"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
msgstr "Índice de color"
#. 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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
msgstr "Búsqueda de 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
msgstr "Palabras clave"
#. 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr "Etiqueta"
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr "Etiquetas"
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr "Las etiquetas deben ser únicas"
#~ msgid "Last Modified on"
#~ msgstr "Última modificación el"
#~ msgid "Document Tags"
#~ msgstr "Etiquetas de documento"
#~ msgid "Tags must me unique"
#~ msgstr "Las etiquetas deben ser únicas"

View File

@ -0,0 +1,121 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
#, fuzzy
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Última modificación en"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Página de documento"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Última modificación en"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Última Modificación el"

View File

@ -0,0 +1,122 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
#, fuzzy
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#, fuzzy
#~ msgid "Last Modified on"
#~ msgstr "Ultima actualización en"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Página de documento"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Última modificación en"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Última modificación en"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Última modificación en"

View File

@ -0,0 +1,121 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
#, fuzzy
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Ultima modificacion realizada"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Página de documento"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Ultima Modificación en"

View File

@ -0,0 +1,113 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""

View File

@ -0,0 +1,121 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
#, fuzzy
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Modificada por última vez"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Página de documento"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Viimati muudetud"

View File

@ -0,0 +1,113 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "تاریخ آخرین به‌روزرسانی"

View File

@ -0,0 +1,121 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
#, fuzzy
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Viimeksi muokattu"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Dokumentin sivu"

View File

@ -0,0 +1,123 @@
# 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: 2021-05-19 19:54+0000\n"
"Last-Translator: Yann Papouin <y.papouin@dec-industrie.com>\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"
"X-Generator: Weblate 4.3.2\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr "Un mot clé pour les pages de documents"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__active
msgid "Active"
msgstr "Actif"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr "Archivé"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
msgstr "Couleur"
#. 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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
msgstr "Recherche détiquettes de document"
#. 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
msgstr "Mots-clés"
#. 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr "Mot clé"
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr "Étiquettes"
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Dernière modification le"
#~ msgid "Document Tags"
#~ msgstr "Étiquettes de document"
#~ msgid "Tags must me unique"
#~ msgstr "L'étiquette doit être unique"

View File

@ -0,0 +1,113 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Dernière modification le"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "Nome"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Última modificación"

View File

@ -0,0 +1,113 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "תאריך שינוי אחרון"

View File

@ -0,0 +1,122 @@
# 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: 2023-02-15 21:23+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>\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"
"X-Generator: Weblate 4.14.1\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 riječ za stranice dokumenta"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__active
msgid "Active"
msgstr "Aktivno"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr "Arhivirano"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr "Boja"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
msgstr "Index boje"
#. 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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
msgstr "Ključne riječi"
#. 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr "Oznaka"
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr "Oznake"
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr "Oznaka mora biti jedinstvena"
#~ msgid "Last Modified on"
#~ msgstr "Zadnje modificirano"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Stranica dokumenata"

View File

@ -0,0 +1,117 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Zadnje modificirano"

View File

@ -0,0 +1,121 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
#, fuzzy
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Utolsó frissítés dátuma"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Documentum oldal"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Terakhir Dimodifikasi pada"

View File

@ -0,0 +1,126 @@
# 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: 2023-07-12 15:13+0000\n"
"Last-Translator: Francesco Foresti <francesco.foresti@ooops404.com>\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"
"X-Generator: Weblate 4.17\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__active
msgid "Active"
msgstr "Attivo"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr "In archivio"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr "Colore"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
msgstr "Indice colore"
#. 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 visualizzato"
#. 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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
msgstr "Ricerca etichetta 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
msgstr "Parole chiave"
#. 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 di"
#. 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr "Etichetta"
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr "Etichette"
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr "Le etichette devono essere univoche"
#~ msgid "Last Modified on"
#~ msgstr "Ultima modifica il"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Pagina documento"
#~ msgid "Tags must me unique"
#~ msgstr "Il Tag devono essere univoci"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "最終更新日"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "최근 수정"

View File

@ -0,0 +1,117 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "Pavadinimas"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Paskutinį kartą keista"

View File

@ -0,0 +1,114 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""

View File

@ -0,0 +1,114 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""

View File

@ -0,0 +1,121 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
#, fuzzy
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Последна промена на"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Страница на документ"

View File

@ -0,0 +1,121 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
#, fuzzy
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Сүүлийн засвар хийсэн огноо"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Баримтын Хуудас"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Sist oppdatert "

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Sist endret den"

View File

@ -0,0 +1,121 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
#, fuzzy
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Laatst bijgewerkt op"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Document pagina"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Laatst Aangepast op"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Laatst gewijzigd op"

View File

@ -0,0 +1,122 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
#, fuzzy
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Ostatnio modyfikowano"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Strona dokumentu"

View File

@ -0,0 +1,121 @@
# 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: 2024-02-28 21:33+0000\n"
"Last-Translator: Peter Romão <peterromao@yahoo.co.uk>\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"
"X-Generator: Weblate 4.17\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr "Uma palavra-chave para páginas de documentos"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__active
msgid "Active"
msgstr "Ativo"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr "Arquivados"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr "Cor"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
msgstr "Índice de Cor"
#. 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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
msgstr "Pesquisar Etiquetas 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
msgstr "Palavras-chave"
#. 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr "Etiqueta"
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr "Etiquetas"
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr "As etiquetas devem ser únicas"
#~ msgid "Last Modified on"
#~ msgstr "Modificado a última vez por"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Página do documento"

View File

@ -0,0 +1,121 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
#, fuzzy
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Última atualização em"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Página do Documento"

View File

@ -0,0 +1,121 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
#, fuzzy
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Modificado pela última vez em"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Página do Documento"

View File

@ -0,0 +1,122 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
#, fuzzy
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Ultima actualizare în"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Pagina Documentului"

View File

@ -0,0 +1,120 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
#, fuzzy
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Страница документа"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Posledná modifikácia"

View File

@ -0,0 +1,125 @@
# 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: 2020-08-11 14:59+0000\n"
"Last-Translator: Matjaz Mozetic <matjaz@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"
"X-Generator: Weblate 3.10\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__active
msgid "Active"
msgstr "Aktivno"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr "Arhivirano"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
msgstr "Barvni indeks"
#. 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 "Prikazani 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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
msgstr "Iskanje po oznakah 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
msgstr "Ključne besede"
#. 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr "Oznaka"
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr "Oznake"
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Zadnjič spremenjeno"
#~ msgid "Document Tags"
#~ msgstr "Oznake dokumenta"
#~ msgid "Tags must me unique"
#~ msgstr "Oznake morajo biti unikatne"

View File

@ -0,0 +1,114 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""

View File

@ -0,0 +1,117 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Zadnja izmjena"

View File

@ -0,0 +1,121 @@
# 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: 2024-06-05 14:38+0000\n"
"Last-Translator: jakobkrabbe <jakob@syscare.se>\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"
"X-Generator: Weblate 4.17\n"
#. module: document_page_tag
#: model:ir.model,name:document_page_tag.model_document_page_tag
msgid "A keyword for document pages"
msgstr "Ett nyckelord för dokumentsidor"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__active
msgid "Active"
msgstr "Aktiv"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr "Arkiverad"
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr "Färg"
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
msgstr "Färgindex"
#. 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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
msgstr "Dokumenttaggsökning"
#. 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
msgstr "Nyckelord"
#. 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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr "Tagg"
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr "Taggar"
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr "Taggar måste vara unika"
#~ msgid "Last Modified on"
#~ msgstr "Senast redigerad"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Dokumentsida"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "แก้ไขครั้งสุดท้ายเมื่อ"

View File

@ -0,0 +1,121 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
#, fuzzy
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Son değişiklik"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "Belge Sayfası"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "En son güncelleme tarihi"

View File

@ -0,0 +1,117 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Остання модифікація"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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 "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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "Sửa lần cuối vào"

View File

@ -0,0 +1,113 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""

View File

@ -0,0 +1,121 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
#, fuzzy
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ msgstr "最后修改时间"
#, fuzzy
#~ msgid "Document Tags"
#~ msgstr "文档页面"

View File

@ -0,0 +1,116 @@
# 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__active
msgid "Active"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Archived"
msgstr ""
#. module: document_page_tag
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_tree
msgid "Color"
msgstr ""
#. module: document_page_tag
#: model:ir.model.fields,field_description:document_page_tag.field_document_page_tag__color
msgid "Color Index"
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_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_search
msgid "Document Tag Search"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Keywords"
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
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_document_page_tag_form
msgid "Tag"
msgstr ""
#. module: document_page_tag
#: model:ir.actions.act_window,name:document_page_tag.document_page_tag_action
#: model:ir.ui.menu,name:document_page_tag.document_page_tag_menu
#: model_terms:ir.ui.view,arch_db:document_page_tag.view_wiki_filter
msgid "Tags"
msgstr ""
#. module: document_page_tag
#: model:ir.model.constraint,message:document_page_tag.constraint_document_page_tag_unique_name
msgid "Tags must be unique"
msgstr ""
#~ msgid "Last Modified on"
#~ 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 fields, models
class DocumentPage(models.Model):
_inherit = "document.page"
tag_ids = fields.Many2many("document.page.tag", string="Keywords")

View File

@ -0,0 +1,28 @@
# 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, fields, models
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 be unique"),
]
@api.model_create_multi
def create(self, vals_list):
"""Be nice when trying to create duplicates"""
records = self.env["document.page.tag"]
for vals in vals_list:
existing = self.search([("name", "=ilike", vals.get("name"))], limit=1)
if existing:
records |= existing
else:
records |= super().create([vals])
return records

View File

@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"

View File

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

View File

@ -0,0 +1,7 @@
- Holger Brunn \<<hbrunn@therp.nl>\>
- Marcel Savegnago \<<marcel.savegnago@gmail.com>\>
- Manuel Regidor \<<manuel.regidor@sygel.es>\>
- Angel Garcia de la Chica Herrera \<<angel.garcia@sygel.es>\>
- Alberto Martínez Rodríguez \<<alberto.martinez@sygel.es>\>
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)
- Bhavesh Heliconia

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,2 @@
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,document_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 document_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,449 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
<title>Document Page Tag</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic, pre.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document" id="document-page-tag">
<h1 class="title">Document Page Tag</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:35143b301def9f32dcb02ce28ccc5f698e48246a91f8cf6189e6cbcd5b9f93d7
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/knowledge/tree/18.0/document_page_tag"><img alt="OCA/knowledge" src="https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/knowledge-18-0/knowledge-18-0-document_page_tag"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/knowledge&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module allows you to fill in keywords on your pages to simplify
finding them afterwards.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#installation" id="toc-entry-1">Installation</a></li>
<li><a class="reference internal" href="#configuration" id="toc-entry-2">Configuration</a></li>
<li><a class="reference internal" href="#usage" id="toc-entry-3">Usage</a></li>
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-4">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="toc-entry-5">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="toc-entry-6">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="toc-entry-7">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-8">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="installation">
<h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
<p>This module depends on module knowledge. So make sure to have it in your
addons list.</p>
</div>
<div class="section" id="configuration">
<h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1>
<p>No configuration required.</p>
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#toc-entry-3">Usage</a></h1>
<p>Fill in your keywords, and search for them by typing (part of) the
keyword and choose searching for keywords.</p>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/knowledge/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/knowledge/issues/new?body=module:%20document_page_tag%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#toc-entry-5">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
<ul class="simple">
<li>Therp BV</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
<ul class="simple">
<li>Holger Brunn &lt;<a class="reference external" href="mailto:hbrunn&#64;therp.nl">hbrunn&#64;therp.nl</a>&gt;</li>
<li>Marcel Savegnago &lt;<a class="reference external" href="mailto:marcel.savegnago&#64;gmail.com">marcel.savegnago&#64;gmail.com</a>&gt;</li>
<li>Manuel Regidor &lt;<a class="reference external" href="mailto:manuel.regidor&#64;sygel.es">manuel.regidor&#64;sygel.es</a>&gt;</li>
<li>Angel Garcia de la Chica Herrera &lt;<a class="reference external" href="mailto:angel.garcia&#64;sygel.es">angel.garcia&#64;sygel.es</a>&gt;</li>
<li>Alberto Martínez Rodríguez &lt;<a class="reference external" href="mailto:alberto.martinez&#64;sygel.es">alberto.martinez&#64;sygel.es</a>&gt;</li>
<li><a class="reference external" href="https://www.heliconia.io">Heliconia Solutions Pvt. Ltd.</a><ul>
<li>Bhavesh Heliconia</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org">
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
</a>
<p>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.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/knowledge/tree/18.0/document_page_tag">OCA/knowledge</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
</div>
</body>
</html>

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,22 @@
# 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"})
testtag2.flush_model()

View File

@ -0,0 +1,58 @@
<?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>
<xpath expr="//searchpanel" position="inside">
<field
name="tag_ids"
select="multi"
icon="fa-folder"
string="Tags"
enable_counters="1"
/>
</xpath>
<xpath expr="//group" position="inside">
<filter
name="group_by_tag_ids"
string="Keywords"
context="{'group_by':'tag_ids'}"
/>
</xpath>
</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">list</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,73 @@
<?xml version="1.0" encoding="utf-8" ?>
<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>
<widget
name="web_ribbon"
title="Archived"
bg_color="bg-danger"
invisible="active"
/>
<group>
<field name="active" invisible="1" />
</group>
<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" widget="color_picker" />
</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">
<list>
<field name="name" />
<field name="color" widget="color_picker" string="Color" />
</list>
</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">list,form</field>
</record>
<menuitem
id="document_page_tag_menu"
name="Tags"
parent="document_knowledge.menu_document_configuration"
action="document_page_tag_action"
sequence="45"
/>
</odoo>