mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 04:22:04 -06:00
Merge pull request #212 from Tecnativa/12.0-mig-document_url
12.0 mig document_url
This commit is contained in:
commit
f25d9a08c1
89
document_url/README.rst
Normal file
89
document_url/README.rst
Normal file
@ -0,0 +1,89 @@
|
||||
==============
|
||||
URL attachment
|
||||
==============
|
||||
|
||||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |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/12.0/document_url
|
||||
:alt: OCA/knowledge
|
||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||||
:target: https://translation.odoo-community.org/projects/knowledge-12-0/knowledge-12-0-document_url
|
||||
:alt: Translate me on Weblate
|
||||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
|
||||
:target: https://runbot.odoo-community.org/runbot/118/12.0
|
||||
:alt: Try me on Runbot
|
||||
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|
||||
Module that allows to attach an URL as a document.
|
||||
|
||||
**Table of contents**
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
To use this module, you need to:
|
||||
|
||||
#. Open the form view of an object (Example: Customer Invoice INV/2019/0007).
|
||||
#. Go to the chatter and click on the attached icon.
|
||||
#. Click **Add URL** link.
|
||||
#. Fill the wizard fields and click on Add button.
|
||||
#. You will see a new **URL attachment** in the set of attachments related to
|
||||
the object.
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/knowledge/issues>`_.
|
||||
In case of trouble, please check there if your issue has already been reported.
|
||||
If you spotted it first, help us smashing it by providing a detailed and welcomed
|
||||
`feedback <https://github.com/OCA/knowledge/issues/new?body=module:%20document_url%0Aversion:%2012.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
|
||||
~~~~~~~
|
||||
|
||||
* Tecnativa
|
||||
|
||||
Contributors
|
||||
~~~~~~~~~~~~
|
||||
|
||||
* Jonathan Nemry <jonathan.nemry@acsone.eu>
|
||||
* `Tecnativa <https://www.tecnativa.com>`_:
|
||||
|
||||
* Pedro M. Baeza
|
||||
* Ernesto Tejeda
|
||||
|
||||
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/12.0/document_url>`_ project on GitHub.
|
||||
|
||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
4
document_url/__init__.py
Normal file
4
document_url/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
# Copyright 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
|
||||
# Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
|
||||
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
||||
from . import wizard
|
23
document_url/__manifest__.py
Normal file
23
document_url/__manifest__.py
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
|
||||
# Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
|
||||
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
||||
{
|
||||
'name': 'URL attachment',
|
||||
'version': '12.0.1.0.0',
|
||||
'category': 'Tools',
|
||||
'author': "Tecnativa,"
|
||||
"Odoo Community Association (OCA)",
|
||||
'website': 'https://github.com/OCA/knowledge',
|
||||
'license': 'AGPL-3',
|
||||
'depends': [
|
||||
'document',
|
||||
],
|
||||
'data': [
|
||||
'view/document_url_view.xml',
|
||||
'security/ir.model.access.csv',
|
||||
],
|
||||
'qweb': [
|
||||
'static/src/xml/url.xml',
|
||||
],
|
||||
'installable': True,
|
||||
}
|
97
document_url/i18n/am.po
Normal file
97
document_url/i18n/am.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-13 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-08-13 13:00+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "መሰረዝ"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ወይም"
|
98
document_url/i18n/ar.po
Normal file
98
document_url/i18n/ar.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "إلغاء"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "أنشئ بواسطة"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "أنشئ في"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "المعرف"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "آخر تحديث بواسطة"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "آخر تحديث في"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "أو"
|
97
document_url/i18n/bg.po
Normal file
97
document_url/i18n/bg.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Откажи"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Създадено от"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Създадено на"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Последно обновено от"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Последно обновено на"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "или"
|
98
document_url/i18n/bs.po
Normal file
98
document_url/i18n/bs.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Otkaži"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ili"
|
97
document_url/i18n/ca.po
Normal file
97
document_url/i18n/ca.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-13 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-08-13 13:00+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
|
||||
"Language: ca\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel·la"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creat per"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creat el"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Darrera Actualització per"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Darrera Actualització el"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
97
document_url/i18n/cs.po
Normal file
97
document_url/i18n/cs.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Zrušit"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Vytvořil(a)"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Vytvořeno"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Naposled upraveno"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Naposled upraveno"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "nebo"
|
97
document_url/i18n/da.po
Normal file
97
document_url/i18n/da.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Annuller"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Oprettet af"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Oprettet den"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "Id"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Sidst opdateret af"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Sidst opdateret den"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "eller"
|
98
document_url/i18n/de.po
Normal file
98
document_url/i18n/de.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# Rudolf Schnapka <rs@techno-flex.de>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Abbrechen"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Erstellt durch"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Erstellt am"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Anzeigename"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zuletzt geändert am"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zuletzt aktualisiert von"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zuletzt aktualisiert am"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Bezeichnung"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "oder"
|
93
document_url/i18n/document_url.pot
Normal file
93
document_url/i18n/document_url.pot
Normal file
@ -0,0 +1,93 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
|
97
document_url/i18n/el.po
Normal file
97
document_url/i18n/el.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Greek (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Ακύρωση"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Δημιουργήθηκε από"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Δημιουργήθηκε στις"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "Κωδικός"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Τελευταία Αναβαθμίστηκε από"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Τελευταία Αναβαθμίστηκε στις"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ή"
|
98
document_url/i18n/el_GR.po
Normal file
98
document_url/i18n/el_GR.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-13 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-08-13 13:00+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/"
|
||||
"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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Δημιουργήθηκε από "
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Δημιουργήθηκε στις"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "Κωδικός"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Τελευταία ενημέρωση από"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Τελευταία ενημέρωση στις"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
98
document_url/i18n/en_AU.po
Normal file
98
document_url/i18n/en_AU.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: English (Australia) (https://www.transifex.com/oca/"
|
||||
"teams/23907/en_AU/)\n"
|
||||
"Language: en_AU\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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "or"
|
98
document_url/i18n/en_GB.po
Normal file
98
document_url/i18n/en_GB.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/"
|
||||
"teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Created by"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "or"
|
97
document_url/i18n/es.po
Normal file
97
document_url/i18n/es.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-13 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-08-13 13:00+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr "Añadir"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr "Añadir URL"
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr "Añadir URL..."
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación el"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización el"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr "ir.attachment.add_url"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "o"
|
98
document_url/i18n/es_AR.po
Normal file
98
document_url/i18n/es_AR.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/"
|
||||
"teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización realizada por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización el"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "o"
|
98
document_url/i18n/es_CL.po
Normal file
98
document_url/i18n/es_CL.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/"
|
||||
"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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
98
document_url/i18n/es_CO.po
Normal file
98
document_url/i18n/es_CO.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/"
|
||||
"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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "o"
|
98
document_url/i18n/es_CR.po
Normal file
98
document_url/i18n/es_CR.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/"
|
||||
"teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima actualización por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualización en"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "o"
|
98
document_url/i18n/es_DO.po
Normal file
98
document_url/i18n/es_DO.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/"
|
||||
"teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID (identificación)"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ó"
|
98
document_url/i18n/es_EC.po
Normal file
98
document_url/i18n/es_EC.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/"
|
||||
"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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "o"
|
98
document_url/i18n/es_ES.po
Normal file
98
document_url/i18n/es_ES.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-13 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-08-13 13:00+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/"
|
||||
"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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
98
document_url/i18n/es_MX.po
Normal file
98
document_url/i18n/es_MX.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/"
|
||||
"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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima actualización por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualización en"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "o"
|
98
document_url/i18n/es_PY.po
Normal file
98
document_url/i18n/es_PY.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/"
|
||||
"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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
98
document_url/i18n/es_VE.po
Normal file
98
document_url/i18n/es_VE.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/"
|
||||
"teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima actualización por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualización en"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
97
document_url/i18n/et.po
Normal file
97
document_url/i18n/et.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Loobu"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Loodud"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "või"
|
97
document_url/i18n/eu.po
Normal file
97
document_url/i18n/eu.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Ezeztatu"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "edo"
|
97
document_url/i18n/fa.po
Normal file
97
document_url/i18n/fa.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "لغو"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "ایجاد شده توسط"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "ایجاد شده در"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "شناسه"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "آخرین به روز رسانی توسط"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "آخرین به روز رسانی در"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "یا"
|
98
document_url/i18n/fi.po
Normal file
98
document_url/i18n/fi.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-13 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-08-13 13:00+0000\n"
|
||||
"Last-Translator: Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2016\n"
|
||||
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Peruuta"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Luonut"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Luotu"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nimi"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Viimeksi muokattu"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Viimeksi päivittänyt"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Viimeksi päivitetty"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Nimi"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "tai"
|
95
document_url/i18n/fr.po
Normal file
95
document_url/i18n/fr.po
Normal file
@ -0,0 +1,95 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-15 09:24+0000\n"
|
||||
"PO-Revision-Date: 2016-03-15 09:24+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr "Ajouter"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr "Ajouter URL"
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr "Ajouter URL..."
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Créé par"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Créé le"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom affiché"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Dernière modification le"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Mis à jour par"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Mis à jour le"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Nom"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr "ir.attachment.add_url"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ou"
|
98
document_url/i18n/fr_CA.po
Normal file
98
document_url/i18n/fr_CA.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/"
|
||||
"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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Créé par"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Créé le"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "Identifiant"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Dernière mise à jour par"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Dernière mise à jour le"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ou"
|
97
document_url/i18n/gl.po
Normal file
97
document_url/i18n/gl.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-13 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-08-13 13:00+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado o"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "ültima actualización por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ou"
|
97
document_url/i18n/gu.po
Normal file
97
document_url/i18n/gu.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Gujarati (https://www.transifex.com/oca/teams/23907/gu/)\n"
|
||||
"Language: gu\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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "રદ કરો"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ઓળખ"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
97
document_url/i18n/he.po
Normal file
97
document_url/i18n/he.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "בטל"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "נוצר על ידי"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "נוצר ב-"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "מזהה"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "עודכן לאחרונה על ידי"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "עודכן לאחרונה על"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "או"
|
97
document_url/i18n/hi.po
Normal file
97
document_url/i18n/hi.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Hindi (https://www.transifex.com/oca/teams/23907/hi/)\n"
|
||||
"Language: hi\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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "रद्द"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
98
document_url/i18n/hr.po
Normal file
98
document_url/i18n/hr.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
|
||||
"Language: hr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Odustani"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Vrijeme kreiranja"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Promijenio"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Vrijeme promjene"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ili"
|
97
document_url/i18n/hu.po
Normal file
97
document_url/i18n/hu.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Mégsem"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Készítette"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Létrehozás dátuma"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "Azonosító ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Utoljára frissítve, által"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Utoljára frissítve ekkor"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Név"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "vagy"
|
97
document_url/i18n/hy.po
Normal file
97
document_url/i18n/hy.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Armenian (https://www.transifex.com/oca/teams/23907/hy/)\n"
|
||||
"Language: hy\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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Հրաժարվել"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
97
document_url/i18n/id.po
Normal file
97
document_url/i18n/id.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Batalkan"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Dibuat oleh"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Dibuat pada"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Diperbaharui oleh"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Diperbaharui pada"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "atau"
|
97
document_url/i18n/is.po
Normal file
97
document_url/i18n/is.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Icelandic (https://www.transifex.com/oca/teams/23907/is/)\n"
|
||||
"Language: is\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);\n"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Búið til af"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "Auðkenni"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
97
document_url/i18n/it.po
Normal file
97
document_url/i18n/it.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-13 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-08-13 13:00+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Annulla"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creato da"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creato il"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome da visualizzare"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima modifica il"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima modifica di"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima modifica il"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "o"
|
97
document_url/i18n/ja.po
Normal file
97
document_url/i18n/ja.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "作成者"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "作成日"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "最終更新者"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "最終更新日"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "または"
|
97
document_url/i18n/ka.po
Normal file
97
document_url/i18n/ka.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Georgian (https://www.transifex.com/oca/teams/23907/ka/)\n"
|
||||
"Language: ka\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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "შეწყვეტა"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "იდენტიფიკატორი"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
97
document_url/i18n/kab.po
Normal file
97
document_url/i18n/kab.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Kabyle (https://www.transifex.com/oca/teams/23907/kab/)\n"
|
||||
"Language: kab\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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Sefsex"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Yerna-t"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Yerna di"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "Asulay"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Aleqqem aneggaru sɣuṛ"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Aleqqem aneggaru di"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "neɣ"
|
97
document_url/i18n/kk.po
Normal file
97
document_url/i18n/kk.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Kazakh (https://www.transifex.com/oca/teams/23907/kk/)\n"
|
||||
"Language: kk\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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Бас тарту"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
97
document_url/i18n/ko.po
Normal file
97
document_url/i18n/ko.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "취소"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "작성자"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "작성일"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "최근 갱신한 사람"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "최근 갱신 날짜"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "또는"
|
97
document_url/i18n/ln.po
Normal file
97
document_url/i18n/ln.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Lingala (https://www.transifex.com/oca/teams/23907/ln/)\n"
|
||||
"Language: ln\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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Tika"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
97
document_url/i18n/lo.po
Normal file
97
document_url/i18n/lo.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Lao (https://www.transifex.com/oca/teams/23907/lo/)\n"
|
||||
"Language: lo\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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "ຍົກເລີອກ"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ຫຼື"
|
98
document_url/i18n/lt.po
Normal file
98
document_url/i18n/lt.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Atšaukti"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Sukūrė"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Sukurta"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Paskutini kartą atnaujino"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Paskutinį kartą atnaujinta"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "arba"
|
98
document_url/i18n/lv.po
Normal file
98
document_url/i18n/lv.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Atcelt"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Izveidoja"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Izveidots"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Pēdējo reizi atjaunoja"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Pēdējās izmaiņas"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "vai"
|
97
document_url/i18n/mk.po
Normal file
97
document_url/i18n/mk.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Откажи"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Креирано од"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Креирано на"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Последно ажурирање од"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Последно ажурирање на"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Име"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "или"
|
97
document_url/i18n/mn.po
Normal file
97
document_url/i18n/mn.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Цуцлах"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Үүсгэгч"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Үүсгэсэн огноо"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Сүүлийн засвар хийсэн"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Сүүлийн засвар хийсэн огноо"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Нэр"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "эсвэл"
|
98
document_url/i18n/nb.po
Normal file
98
document_url/i18n/nb.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/"
|
||||
"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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Avbryt"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Opprettet av"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Opprettet"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Sist oppdatert av"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Sist oppdatert"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "eller"
|
97
document_url/i18n/nl.po
Normal file
97
document_url/i18n/nl.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Annuleren"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Aangemaakt door"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Aangemaakt op"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Laatste bijgewerkt door"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Laatst bijgewerkt op"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Naam"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "of"
|
98
document_url/i18n/nl_BE.po
Normal file
98
document_url/i18n/nl_BE.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/"
|
||||
"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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Afbreken"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Gemaakt door"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Gemaakt op"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Laatst bijgewerkt door"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Laatst bijgewerkt op"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "of"
|
98
document_url/i18n/pl.po
Normal file
98
document_url/i18n/pl.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Anuluj"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Utworzone przez"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Data utworzenia"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ostatnio modyfikowane przez"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Data ostatniej modyfikacji"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "lub"
|
97
document_url/i18n/pt.po
Normal file
97
document_url/i18n/pt.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
|
||||
"Language: pt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Criado por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Criado em"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última Actualização por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última Actualização em"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ou"
|
98
document_url/i18n/pt_BR.po
Normal file
98
document_url/i18n/pt_BR.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
|
||||
"teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Criado por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Criado em"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última atualização por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última atualização em"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ou"
|
98
document_url/i18n/pt_PT.po
Normal file
98
document_url/i18n/pt_PT.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-13 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-08-13 13:00+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/"
|
||||
"teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Criado por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Criado em"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Atualizado pela última vez por"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Atualizado pela última vez em"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
98
document_url/i18n/ro.po
Normal file
98
document_url/i18n/ro.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Anulează"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creat de"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creat la"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima actualizare făcută de"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualizare la"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Nume"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "sau"
|
99
document_url/i18n/ru.po
Normal file
99
document_url/i18n/ru.po
Normal file
@ -0,0 +1,99 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Отменить"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Создано"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Создан"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Последний раз обновлено"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Последний раз обновлено"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Название"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "или"
|
97
document_url/i18n/sk.po
Normal file
97
document_url/i18n/sk.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Zrušiť"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Vytvoril"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Vytvorené"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Naposledy upravoval"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Naposledy upravované"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "alebo"
|
98
document_url/i18n/sl.po
Normal file
98
document_url/i18n/sl.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-13 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-08-13 13:00+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
|
||||
"Language: sl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
||||
"%100==4 ? 2 : 3);\n"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr "Dodaj"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr "Dodaj URL povezavo"
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr "Dodaj URL povezavo..."
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Preklic"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Ustvaril"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Ustvarjeno"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Prikazni naziv"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnjič spremenjeno"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnjič posodobil"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zadnjič posodobljeno"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr "URL povezava"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr "ir.attachment.add_url"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ali"
|
98
document_url/i18n/sr.po
Normal file
98
document_url/i18n/sr.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Otkaži"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreiran"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
99
document_url/i18n/sr@latin.po
Normal file
99
document_url/i18n/sr@latin.po
Normal file
@ -0,0 +1,99 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/"
|
||||
"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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Otkaži"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreiran"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
97
document_url/i18n/sv.po
Normal file
97
document_url/i18n/sv.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n"
|
||||
"Language: sv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Avbryt"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Skapad av"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Skapad den"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Senast uppdaterad av"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Senast uppdaterad"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Namn"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "eller"
|
97
document_url/i18n/th.po
Normal file
97
document_url/i18n/th.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "ยกเลิก"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "สร้างโดย"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "สร้างเมื่อ"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "รหัส"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "อัพเดทครั้งสุดท้ายโดย"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "อัพเดทครั้งสุดท้ายเมื่อ"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "หรือ"
|
97
document_url/i18n/tr.po
Normal file
97
document_url/i18n/tr.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "İptal"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Oluşturan"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Oluşturma"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Son Güncelleyen"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Son Güncelleme"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr "Adı"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ya da"
|
98
document_url/i18n/uk.po
Normal file
98
document_url/i18n/uk.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Скасувати"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Створив"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Створено"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Востаннє відредаговано"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Дата останньої зміни"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "або"
|
97
document_url/i18n/vi.po
Normal file
97
document_url/i18n/vi.po
Normal file
@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "Hủy bỏ"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Tạo trên"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "hoặc"
|
98
document_url/i18n/zh_CN.po
Normal file
98
document_url/i18n/zh_CN.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/"
|
||||
"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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "创建人"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "创建"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "最后更新"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "最后一次更新"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "或者"
|
98
document_url/i18n/zh_TW.po
Normal file
98
document_url/i18n/zh_TW.po
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/"
|
||||
"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_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. openerp-web
|
||||
#: code:addons/document_url/static/src/xml/url.xml:5
|
||||
#, python-format
|
||||
msgid "Add URL..."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_create_date
|
||||
msgid "Created on"
|
||||
msgstr "建立於"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment_add_url
|
||||
msgid "ir.attachment.add_url"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "或"
|
5
document_url/readme/CONTRIBUTORS.rst
Normal file
5
document_url/readme/CONTRIBUTORS.rst
Normal file
@ -0,0 +1,5 @@
|
||||
* Jonathan Nemry <jonathan.nemry@acsone.eu>
|
||||
* `Tecnativa <https://www.tecnativa.com>`_:
|
||||
|
||||
* Pedro M. Baeza
|
||||
* Ernesto Tejeda
|
1
document_url/readme/DESCRIPTION.rst
Normal file
1
document_url/readme/DESCRIPTION.rst
Normal file
@ -0,0 +1 @@
|
||||
Module that allows to attach an URL as a document.
|
8
document_url/readme/USAGE.rst
Normal file
8
document_url/readme/USAGE.rst
Normal file
@ -0,0 +1,8 @@
|
||||
To use this module, you need to:
|
||||
|
||||
#. Open the form view of an object (Example: Customer Invoice INV/2019/0007).
|
||||
#. Go to the chatter and click on the attached icon.
|
||||
#. Click **Add URL** link.
|
||||
#. Fill the wizard fields and click on Add button.
|
||||
#. You will see a new **URL attachment** in the set of attachments related to
|
||||
the object.
|
2
document_url/security/ir.model.access.csv
Normal file
2
document_url/security/ir.model.access.csv
Normal file
@ -0,0 +1,2 @@
|
||||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
access_ir_attachment_add_url,access_ir_attachment_add_url,model_ir_attachment_add_url,,1,1,1,1
|
|
BIN
document_url/static/description/icon.png
Normal file
BIN
document_url/static/description/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
91
document_url/static/description/icon.svg
Normal file
91
document_url/static/description/icon.svg
Normal file
@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="icon.svg"
|
||||
inkscape:export-filename="icon.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<clipPath
|
||||
id="clipPath3843">
|
||||
<path
|
||||
d="m-127.28-391.22v-60.411h-52.004l-46.808 13.214h-5v-8.9286c0-22.333 18.422-40.719 40.75-40.719h63.062v-11.25h-176.28v108.09z"
|
||||
style="color:#000000;fill:#999999"
|
||||
id="path3845" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="3.959798"
|
||||
inkscape:cx="89.019333"
|
||||
inkscape:cy="32.209224"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1861"
|
||||
inkscape:window-height="1176"
|
||||
inkscape:window-x="59"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Capa 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-924.36218)">
|
||||
<g
|
||||
transform="matrix(0.66692461,0,0,0.66692461,-45.072185,690.02679)"
|
||||
id="layer1-8">
|
||||
<rect
|
||||
x="-277.23001"
|
||||
y="-470.57001"
|
||||
width="109.54"
|
||||
height="46.466999"
|
||||
ry="23.233999"
|
||||
rx="23.233999"
|
||||
clip-path="url(#clipPath3843)"
|
||||
transform="matrix(-1,0,0,-1,-27.857,0)"
|
||||
style="color:#000000;fill:none;stroke:#000000;stroke-width:20"
|
||||
id="rect3796" />
|
||||
<use
|
||||
x="0"
|
||||
y="0"
|
||||
width="744.09448"
|
||||
height="1052.3622"
|
||||
transform="matrix(-1,0,0,-1,327.09,894.66)"
|
||||
xlink:href="#rect3796"
|
||||
id="use3832" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
465
document_url/static/description/index.html
Normal file
465
document_url/static/description/index.html
Normal file
@ -0,0 +1,465 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!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 0.14: http://docutils.sourceforge.net/" />
|
||||
<title>URL attachment</title>
|
||||
<style type="text/css">
|
||||
|
||||
/*
|
||||
:Author: David Goodger (goodger@python.org)
|
||||
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
|
||||
:Copyright: This stylesheet has been placed in the public domain.
|
||||
|
||||
Default cascading style sheet for the HTML output of Docutils.
|
||||
|
||||
See http://docutils.sf.net/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: grey; } /* 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 {
|
||||
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="url-attachment">
|
||||
<h1 class="title">URL attachment</h1>
|
||||
|
||||
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external"
|
||||
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"
|
||||
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"
|
||||
href="https://github.com/OCA/knowledge/tree/12.0/document_url"><img
|
||||
alt="OCA/knowledge"
|
||||
src="https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github"/></a>
|
||||
<a class="reference external"
|
||||
href="https://translation.odoo-community.org/projects/knowledge-12-0/knowledge-12-0-document_url"><img
|
||||
alt="Translate me on Weblate"
|
||||
src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png"/></a>
|
||||
<a class="reference external"
|
||||
href="https://runbot.odoo-community.org/runbot/118/12.0"><img
|
||||
alt="Try me on Runbot"
|
||||
src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png"/></a>
|
||||
</p>
|
||||
<p>Module that allows to attach an URL as a document.</p>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
<ul class="simple">
|
||||
<li><a class="reference internal" href="#usage" id="id1">Usage</a></li>
|
||||
<li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li>
|
||||
<li><a class="reference internal" href="#credits" id="id3">Credits</a><ul>
|
||||
<li><a class="reference internal" href="#authors" id="id4">Authors</a></li>
|
||||
<li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li>
|
||||
<li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="usage">
|
||||
<h1><a class="toc-backref" href="#id1">Usage</a></h1>
|
||||
<p>To use this module, you need to:</p>
|
||||
<ol class="arabic simple">
|
||||
<li>Open the form view of an object (Example: Customer Invoice
|
||||
INV/2019/0007).
|
||||
</li>
|
||||
<li>Go to the chatter and click on the attached icon.</li>
|
||||
<li>Click <strong>Add URL</strong> link.</li>
|
||||
<li>Fill the wizard fields and click on Add button.</li>
|
||||
<li>You will see a new <strong>URL attachment</strong> in the set of
|
||||
attachments related to
|
||||
the object.
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
<h1><a class="toc-backref" href="#id2">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 smashing it by providing a detailed and welcomed
|
||||
<a class="reference external"
|
||||
href="https://github.com/OCA/knowledge/issues/new?body=module:%20document_url%0Aversion:%2012.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="#id3">Credits</a></h1>
|
||||
<div class="section" id="authors">
|
||||
<h2><a class="toc-backref" href="#id4">Authors</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Tecnativa</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="contributors">
|
||||
<h2><a class="toc-backref" href="#id5">Contributors</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Jonathan Nemry <<a class="reference external" href="mailto:jonathan.nemry@acsone.eu">jonathan.nemry@acsone.eu</a>></li>
|
||||
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
|
||||
<li>Pedro M. Baeza</li>
|
||||
<li>Ernesto Tejeda</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
<h2><a class="toc-backref" href="#id6">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/12.0/document_url">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>
|
39
document_url/static/src/js/url.js
Normal file
39
document_url/static/src/js/url.js
Normal file
@ -0,0 +1,39 @@
|
||||
/* Copyright 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
|
||||
* Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
|
||||
* Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
||||
* Copyright 2019 Tecnativa - Ernesto Tejeda
|
||||
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
*/
|
||||
odoo.define('document_url', function (require) {
|
||||
"use strict";
|
||||
|
||||
var AttachmentBox = require('mail.AttachmentBox');
|
||||
|
||||
AttachmentBox.include({
|
||||
events: _.extend(AttachmentBox.prototype.events, {
|
||||
"click span.o_add_url_button": "_onAddUrl",
|
||||
}),
|
||||
/**
|
||||
* Opens wizard to add an URL attachment to the current record
|
||||
*
|
||||
* @private
|
||||
* @param {MouseEvent} ev
|
||||
*/
|
||||
_onAddUrl: function (ev) {
|
||||
this.do_action('document_url.action_ir_attachment_add_url', {
|
||||
additional_context: {
|
||||
'active_id': this.currentResID,
|
||||
'active_ids': [this.currentResID],
|
||||
'active_model': this.currentResModel,
|
||||
},
|
||||
on_close: this._onAddedUrl.bind(this),
|
||||
});
|
||||
},
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
_onAddedUrl: function () {
|
||||
this.trigger_up('reload_attachment_box');
|
||||
}
|
||||
});
|
||||
});
|
12
document_url/static/src/xml/url.xml
Normal file
12
document_url/static/src/xml/url.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2018 Tecnativa - Ernesto Tejeda
|
||||
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
|
||||
<templates id="template" xml:space="preserve">
|
||||
|
||||
<t t-extend="mail.chatter.AttachmentBox">
|
||||
<t t-jquery="span.o_upload_attachments_button" t-operation="after">
|
||||
<span class="btn btn-link o_add_url_button"><span class="fa fa-plus-square"/> Add URL</span>
|
||||
</t>
|
||||
</t>
|
||||
|
||||
</templates>
|
3
document_url/tests/__init__.py
Normal file
3
document_url/tests/__init__.py
Normal file
@ -0,0 +1,3 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from . import test_document_url
|
30
document_url/tests/test_document_url.py
Normal file
30
document_url/tests/test_document_url.py
Normal file
@ -0,0 +1,30 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from odoo.tests import common
|
||||
|
||||
|
||||
class TestDocumentUrl(common.TransactionCase):
|
||||
def setUp(self):
|
||||
super(TestDocumentUrl, self).setUp()
|
||||
wizard_add_url = self.env['ir.attachment.add_url']
|
||||
ctx = {
|
||||
'active_model': 'res.users',
|
||||
'active_id': self.env.ref('base.user_demo').id,
|
||||
'active_ids': [self.env.ref('base.user_demo').id]
|
||||
}
|
||||
self.wizard_add_url = wizard_add_url.with_context(ctx).create({
|
||||
'name': 'Demo User (Website)',
|
||||
'url': 'http://www.odoodemouser.com'
|
||||
})
|
||||
|
||||
def test_add_url_attachment(self):
|
||||
self.wizard_add_url.action_add_url()
|
||||
domain = [
|
||||
('type', '=', 'url'),
|
||||
('name', '=', 'Demo User (Website)'),
|
||||
('url', '=', 'http://www.odoodemouser.com'),
|
||||
('res_model', '=', 'res.users'),
|
||||
('res_id', '=', self.env.ref('base.user_demo').id)
|
||||
]
|
||||
attachment_added_count = self.env['ir.attachment'].search_count(domain)
|
||||
self.assertEqual(attachment_added_count, 1)
|
37
document_url/view/document_url_view.xml
Normal file
37
document_url/view/document_url_view.xml
Normal file
@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="assets_backend" name="google_drive assets" inherit_id="web.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<script type="text/javascript" src="/document_url/static/src/js/url.js"></script>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<record model='ir.actions.act_window' id='action_ir_attachment_add_url'>
|
||||
<field name='name'>Add URL</field>
|
||||
<field name='res_model'>ir.attachment.add_url</field>
|
||||
<field name='type'>ir.actions.act_window</field>
|
||||
<field name='target'>new</field>
|
||||
<field name='view_type'>form</field>
|
||||
<field name='view_mode'>form</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="view_ir_attachment_add_url_form">
|
||||
<field name="name">ir.attachment.add_url.form</field>
|
||||
<field name="model">ir.attachment.add_url</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Add URL">
|
||||
<group>
|
||||
<field name="name"/>
|
||||
<field name="url" widget="url"/>
|
||||
</group>
|
||||
<footer>
|
||||
<button name="action_add_url" string="Add" class="oe_highlight" type="object" />
|
||||
or
|
||||
<button special="cancel" string="Cancel" class="oe_link" />
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
4
document_url/wizard/__init__.py
Normal file
4
document_url/wizard/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
# Copyright 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
|
||||
# Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
|
||||
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
||||
from . import document_url
|
33
document_url/wizard/document_url.py
Normal file
33
document_url/wizard/document_url.py
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
|
||||
# Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
|
||||
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
||||
from odoo import fields, models
|
||||
from urllib import parse
|
||||
|
||||
|
||||
class AddUrlWizard(models.Model):
|
||||
_name = 'ir.attachment.add_url'
|
||||
_description = 'Wizard to add URL attachment'
|
||||
|
||||
name = fields.Char('Name', required=True)
|
||||
url = fields.Char('URL', required=True)
|
||||
|
||||
def action_add_url(self):
|
||||
"""Adds the URL with the given name as an ir.attachment record."""
|
||||
if not self.env.context.get('active_model'):
|
||||
return
|
||||
attachment_obj = self.env['ir.attachment']
|
||||
for form in self:
|
||||
url = parse.urlparse(form.url)
|
||||
if not url.scheme:
|
||||
url = parse.urlparse('%s%s' % ('http://', form.url))
|
||||
for active_id in self.env.context.get('active_ids', []):
|
||||
attachment = {
|
||||
'name': form.name,
|
||||
'type': 'url',
|
||||
'url': url.geturl(),
|
||||
'res_id': active_id,
|
||||
'res_model': self.env.context['active_model'],
|
||||
}
|
||||
attachment_obj.create(attachment)
|
||||
return {'type': 'ir.actions.act_window_close'}
|
Loading…
Reference in New Issue
Block a user