mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 07:24:48 -06:00
commit
9bb3ef570c
100
document_url/README.rst
Normal file
100
document_url/README.rst
Normal file
@ -0,0 +1,100 @@
|
||||
==============
|
||||
URL attachment
|
||||
==============
|
||||
|
||||
..
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:f8e881059b3485a5938ae6869a8bce008e4c891fc341fc845932995301df5402
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
:target: https://odoo-community.org/page/development-status
|
||||
:alt: Beta
|
||||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
|
||||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||
:alt: License: AGPL-3
|
||||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github
|
||||
:target: https://github.com/OCA/knowledge/tree/18.0/document_url
|
||||
:alt: OCA/knowledge
|
||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||||
:target: https://translation.odoo-community.org/projects/knowledge-18-0/knowledge-18-0-document_url
|
||||
:alt: Translate me on Weblate
|
||||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
||||
:target: https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=18.0
|
||||
:alt: Try me on Runboat
|
||||
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|
||||
Module that allows to attach an URL as a document.
|
||||
|
||||
**Table of contents**
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
To use this module, you need to:
|
||||
|
||||
1. Open the form view of an object (Example: Customer Invoice
|
||||
INV/2019/0007).
|
||||
2. Go to the chatter and click on the attached icon.
|
||||
3. Click **Add URL** link.
|
||||
4. Fill the wizard fields and click on Add button.
|
||||
5. 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 to smash it by providing a detailed and welcomed
|
||||
`feedback <https://github.com/OCA/knowledge/issues/new?body=module:%20document_url%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
|
||||
Do not contact contributors directly about support or help with technical issues.
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
Authors
|
||||
-------
|
||||
|
||||
* Tecnativa
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
||||
- Jonathan Nemry <jonathan.nemry@acsone.eu>
|
||||
- `Tecnativa <https://www.tecnativa.com>`__:
|
||||
|
||||
- Pedro M. Baeza
|
||||
- Ernesto Tejeda
|
||||
- Manuel Calero
|
||||
- Víctor Martínez
|
||||
|
||||
- Matias Peralta - Adhoc SA
|
||||
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__
|
||||
|
||||
- Bhavesh Heliconia
|
||||
|
||||
Maintainers
|
||||
-----------
|
||||
|
||||
This module is maintained by the OCA.
|
||||
|
||||
.. image:: https://odoo-community.org/logo.png
|
||||
:alt: Odoo Community Association
|
||||
:target: https://odoo-community.org
|
||||
|
||||
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.
|
||||
|
||||
This module is part of the `OCA/knowledge <https://github.com/OCA/knowledge/tree/18.0/document_url>`_ project on GitHub.
|
||||
|
||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
5
document_url/__init__.py
Normal file
5
document_url/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
# Copyright 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
|
||||
# Copyright 2014 Tecnativa - Pedro M. Baeza
|
||||
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
||||
from . import models
|
||||
from . import wizard
|
23
document_url/__manifest__.py
Normal file
23
document_url/__manifest__.py
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright 2014 Tecnativa - Pedro M. Baeza
|
||||
# Copyright 2020 Tecnativa - Manuel Calero
|
||||
{
|
||||
"name": "URL attachment",
|
||||
"version": "18.0.1.0.0",
|
||||
"category": "Tools",
|
||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/knowledge",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["mail"],
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"view/document_url_view.xml",
|
||||
],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"document_url/static/src/js/url.esm.js",
|
||||
"document_url/static/src/xml/url.xml",
|
||||
"document_url/static/src/scss/document_url.scss",
|
||||
],
|
||||
},
|
||||
"installable": True,
|
||||
}
|
112
document_url/i18n/am.po
Normal file
112
document_url/i18n/am.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ወይም"
|
113
document_url/i18n/ar.po
Normal file
113
document_url/i18n/ar.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "أو"
|
112
document_url/i18n/bg.po
Normal file
112
document_url/i18n/bg.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "или"
|
113
document_url/i18n/bs.po
Normal file
113
document_url/i18n/bs.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ili"
|
114
document_url/i18n/ca.po
Normal file
114
document_url/i18n/ca.po
Normal file
@ -0,0 +1,114 @@
|
||||
# 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: 2024-09-04 18:06+0000\n"
|
||||
"Last-Translator: Esteve Blanch Sanmartí <3501974+esteveblanch@users.noreply."
|
||||
"github.com>\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"
|
||||
"X-Generator: Weblate 5.6.2\n"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr "Afegeix"
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr "Afegeix un URL"
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr "Adjunta fitxers"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr "Adjunt"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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 "Nom mostrat"
|
||||
|
||||
#. 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ó el"
|
||||
|
||||
#. 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 "Nom"
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
msgstr "Obre"
|
||||
|
||||
#. 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 "Wizard to add URL attachment"
|
||||
msgstr "Auxiliar per a afegir l'adjunt des de l'URL"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "o"
|
112
document_url/i18n/cs.po
Normal file
112
document_url/i18n/cs.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "nebo"
|
112
document_url/i18n/da.po
Normal file
112
document_url/i18n/da.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "eller"
|
113
document_url/i18n/de.po
Normal file
113
document_url/i18n/de.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#. 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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "oder"
|
98
document_url/i18n/document_url.pot
Normal file
98
document_url/i18n/document_url.pot
Normal file
@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_url
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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__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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
112
document_url/i18n/el.po
Normal file
112
document_url/i18n/el.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ή"
|
113
document_url/i18n/el_GR.po
Normal file
113
document_url/i18n/el_GR.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
113
document_url/i18n/en_AU.po
Normal file
113
document_url/i18n/en_AU.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "or"
|
113
document_url/i18n/en_GB.po
Normal file
113
document_url/i18n/en_GB.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "or"
|
119
document_url/i18n/es.po
Normal file
119
document_url/i18n/es.po
Normal file
@ -0,0 +1,119 @@
|
||||
# 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: 2023-08-04 13:09+0000\n"
|
||||
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\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"
|
||||
"X-Generator: Weblate 4.17\n"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr "Añadir"
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr "Añadir URL"
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr "Adjuntar archivos"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr "Archivo adjunto"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
msgstr "Abrir"
|
||||
|
||||
#. 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 "Wizard to add URL attachment"
|
||||
msgstr "Asistenta para añadir una URL adjunta"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
|
||||
#~ msgid "Add URL..."
|
||||
#~ msgstr "Añadir URL..."
|
||||
|
||||
#~ msgid "ir.attachment.add_url"
|
||||
#~ msgstr "ir.attachment.add_url"
|
113
document_url/i18n/es_AR.po
Normal file
113
document_url/i18n/es_AR.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "o"
|
113
document_url/i18n/es_CL.po
Normal file
113
document_url/i18n/es_CL.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
113
document_url/i18n/es_CO.po
Normal file
113
document_url/i18n/es_CO.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "o"
|
113
document_url/i18n/es_CR.po
Normal file
113
document_url/i18n/es_CR.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "o"
|
113
document_url/i18n/es_DO.po
Normal file
113
document_url/i18n/es_DO.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ó"
|
113
document_url/i18n/es_EC.po
Normal file
113
document_url/i18n/es_EC.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "o"
|
113
document_url/i18n/es_ES.po
Normal file
113
document_url/i18n/es_ES.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
113
document_url/i18n/es_MX.po
Normal file
113
document_url/i18n/es_MX.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "o"
|
113
document_url/i18n/es_PY.po
Normal file
113
document_url/i18n/es_PY.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
113
document_url/i18n/es_VE.po
Normal file
113
document_url/i18n/es_VE.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
112
document_url/i18n/et.po
Normal file
112
document_url/i18n/et.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "või"
|
112
document_url/i18n/eu.po
Normal file
112
document_url/i18n/eu.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "edo"
|
112
document_url/i18n/fa.po
Normal file
112
document_url/i18n/fa.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "یا"
|
113
document_url/i18n/fi.po
Normal file
113
document_url/i18n/fi.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "tai"
|
116
document_url/i18n/fr.po
Normal file
116
document_url/i18n/fr.po
Normal file
@ -0,0 +1,116 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr "Ajouter"
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr "Ajouter URL"
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#. 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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ou"
|
||||
|
||||
#~ msgid "Add URL..."
|
||||
#~ msgstr "Ajouter URL..."
|
||||
|
||||
#~ msgid "ir.attachment.add_url"
|
||||
#~ msgstr "ir.attachment.add_url"
|
113
document_url/i18n/fr_CA.po
Normal file
113
document_url/i18n/fr_CA.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ou"
|
112
document_url/i18n/gl.po
Normal file
112
document_url/i18n/gl.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ou"
|
112
document_url/i18n/gu.po
Normal file
112
document_url/i18n/gu.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
112
document_url/i18n/he.po
Normal file
112
document_url/i18n/he.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "או"
|
112
document_url/i18n/hi.po
Normal file
112
document_url/i18n/hi.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
114
document_url/i18n/hr.po
Normal file
114
document_url/i18n/hr.po
Normal file
@ -0,0 +1,114 @@
|
||||
# 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: 2019-11-13 17:34+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>\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"
|
||||
"X-Generator: Weblate 3.8\n"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr "Dodaj"
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr "Dodaj URL"
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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 "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 "Zadnje modificirano"
|
||||
|
||||
#. 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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#. 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 "Wizard to add URL attachment"
|
||||
msgstr "Čarobnjak za dodavanje URL priloga"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ili"
|
112
document_url/i18n/hu.po
Normal file
112
document_url/i18n/hu.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "vagy"
|
112
document_url/i18n/hy.po
Normal file
112
document_url/i18n/hy.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
112
document_url/i18n/id.po
Normal file
112
document_url/i18n/id.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "atau"
|
112
document_url/i18n/is.po
Normal file
112
document_url/i18n/is.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
113
document_url/i18n/it.po
Normal file
113
document_url/i18n/it.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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: 2023-06-22 15:08+0000\n"
|
||||
"Last-Translator: mymage <stefano.consolaro@mymage.it>\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"
|
||||
"X-Generator: Weblate 4.17\n"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr "Aggiungi"
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr "Aggiungi URL"
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr "Allega file"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr "Allegato"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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 visualizzato"
|
||||
|
||||
#. 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 "Ultimo aggiornamento di"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultimo aggiornamento 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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
msgstr "Apri"
|
||||
|
||||
#. 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 "Wizard to add URL attachment"
|
||||
msgstr "Procedura guidata per aggiungere l'URL di un allegato"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "o"
|
112
document_url/i18n/ja.po
Normal file
112
document_url/i18n/ja.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "または"
|
112
document_url/i18n/ka.po
Normal file
112
document_url/i18n/ka.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
112
document_url/i18n/kab.po
Normal file
112
document_url/i18n/kab.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "neɣ"
|
112
document_url/i18n/kk.po
Normal file
112
document_url/i18n/kk.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
112
document_url/i18n/ko.po
Normal file
112
document_url/i18n/ko.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "또는"
|
112
document_url/i18n/ln.po
Normal file
112
document_url/i18n/ln.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
112
document_url/i18n/lo.po
Normal file
112
document_url/i18n/lo.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ຫຼື"
|
113
document_url/i18n/lt.po
Normal file
113
document_url/i18n/lt.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "arba"
|
113
document_url/i18n/lv.po
Normal file
113
document_url/i18n/lv.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "vai"
|
112
document_url/i18n/mk.po
Normal file
112
document_url/i18n/mk.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "или"
|
112
document_url/i18n/mn.po
Normal file
112
document_url/i18n/mn.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "эсвэл"
|
113
document_url/i18n/nb.po
Normal file
113
document_url/i18n/nb.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "eller"
|
112
document_url/i18n/nl.po
Normal file
112
document_url/i18n/nl.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "of"
|
113
document_url/i18n/nl_BE.po
Normal file
113
document_url/i18n/nl_BE.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "of"
|
113
document_url/i18n/pl.po
Normal file
113
document_url/i18n/pl.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "lub"
|
113
document_url/i18n/pt.po
Normal file
113
document_url/i18n/pt.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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: 2024-02-28 21:33+0000\n"
|
||||
"Last-Translator: Peter Romão <peterromao@yahoo.co.uk>\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"
|
||||
"X-Generator: Weblate 4.17\n"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr "Adicionar"
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr "Adicionar URL"
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr "Anexar arquivos"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr "Anexo"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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 "Nome a Exibir"
|
||||
|
||||
#. 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 Alteração em"
|
||||
|
||||
#. 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 "Nome"
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
msgstr "Abrir"
|
||||
|
||||
#. 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 "Wizard to add URL attachment"
|
||||
msgstr "Assistente para adicionar anexo de URL"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ou"
|
113
document_url/i18n/pt_BR.po
Normal file
113
document_url/i18n/pt_BR.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ou"
|
113
document_url/i18n/pt_PT.po
Normal file
113
document_url/i18n/pt_PT.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
113
document_url/i18n/ro.po
Normal file
113
document_url/i18n/ro.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "sau"
|
114
document_url/i18n/ru.po
Normal file
114
document_url/i18n/ru.po
Normal file
@ -0,0 +1,114 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "или"
|
112
document_url/i18n/sk.po
Normal file
112
document_url/i18n/sk.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "alebo"
|
120
document_url/i18n/sl.po
Normal file
120
document_url/i18n/sl.po
Normal file
@ -0,0 +1,120 @@
|
||||
# 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: 2023-03-31 21:23+0000\n"
|
||||
"Last-Translator: Matjaz Mozetic <matjaz@luxim.si>\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"
|
||||
"X-Generator: Weblate 4.14.1\n"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr "Dodaj"
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr "Dodaj URL povezavo"
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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 "Prikazani 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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#. 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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ali"
|
||||
|
||||
#~ msgid "Add URL..."
|
||||
#~ msgstr "Dodaj URL povezavo..."
|
||||
|
||||
#~ msgid "ir.attachment.add_url"
|
||||
#~ msgstr "ir.attachment.add_url"
|
113
document_url/i18n/sr.po
Normal file
113
document_url/i18n/sr.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
114
document_url/i18n/sr@latin.po
Normal file
114
document_url/i18n/sr@latin.po
Normal file
@ -0,0 +1,114 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr ""
|
113
document_url/i18n/sv.po
Normal file
113
document_url/i18n/sv.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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: 2024-06-05 14:38+0000\n"
|
||||
"Last-Translator: jakobkrabbe <jakob@syscare.se>\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"
|
||||
"X-Generator: Weblate 4.17\n"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr "Lägg till"
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr "Lägg till URL"
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr "Bifoga filer"
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr "Bilaga"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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 "Visa namn"
|
||||
|
||||
#. 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 "Senast ändrad den"
|
||||
|
||||
#. 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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
msgstr "Öppna"
|
||||
|
||||
#. 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 "Wizard to add URL attachment"
|
||||
msgstr "Guide för att lägga till URL-bilaga"
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "eller"
|
112
document_url/i18n/th.po
Normal file
112
document_url/i18n/th.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "หรือ"
|
112
document_url/i18n/tr.po
Normal file
112
document_url/i18n/tr.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "ya da"
|
113
document_url/i18n/uk.po
Normal file
113
document_url/i18n/uk.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "або"
|
112
document_url/i18n/vi.po
Normal file
112
document_url/i18n/vi.po
Normal file
@ -0,0 +1,112 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "hoặc"
|
113
document_url/i18n/zh_CN.po
Normal file
113
document_url/i18n/zh_CN.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "或者"
|
113
document_url/i18n/zh_TW.po
Normal file
113
document_url/i18n/zh_TW.po
Normal file
@ -0,0 +1,113 @@
|
||||
# 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_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
#, python-format
|
||||
msgid "Add URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Attach files"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model:ir.model,name:document_url.model_ir_attachment
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms: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
|
||||
#. odoo-javascript
|
||||
#: code:addons/document_url/static/src/xml/url.xml:0
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
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 "Wizard to add URL attachment"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_url
|
||||
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
|
||||
msgid "or"
|
||||
msgstr "或"
|
3
document_url/models/__init__.py
Normal file
3
document_url/models/__init__.py
Normal file
@ -0,0 +1,3 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from . import ir_attachment
|
13
document_url/models/ir_attachment.py
Normal file
13
document_url/models/ir_attachment.py
Normal file
@ -0,0 +1,13 @@
|
||||
# Copyright 2021 Tecnativa - Víctor Martínez
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo import models
|
||||
|
||||
|
||||
class IrAttachment(models.Model):
|
||||
_inherit = "ir.attachment"
|
||||
|
||||
def _compute_mimetype(self, values):
|
||||
if values.get("url") and values.get("type", "url") == "url":
|
||||
return "application/link"
|
||||
return super()._compute_mimetype(values)
|
3
document_url/pyproject.toml
Normal file
3
document_url/pyproject.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[build-system]
|
||||
requires = ["whool"]
|
||||
build-backend = "whool.buildapi"
|
9
document_url/readme/CONTRIBUTORS.md
Normal file
9
document_url/readme/CONTRIBUTORS.md
Normal file
@ -0,0 +1,9 @@
|
||||
- Jonathan Nemry \<<jonathan.nemry@acsone.eu>\>
|
||||
- [Tecnativa](https://www.tecnativa.com):
|
||||
- Pedro M. Baeza
|
||||
- Ernesto Tejeda
|
||||
- Manuel Calero
|
||||
- Víctor Martínez
|
||||
- Matias Peralta - Adhoc SA
|
||||
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)
|
||||
- Bhavesh Heliconia
|
1
document_url/readme/DESCRIPTION.md
Normal file
1
document_url/readme/DESCRIPTION.md
Normal file
@ -0,0 +1 @@
|
||||
Module that allows to attach an URL as a document.
|
9
document_url/readme/USAGE.md
Normal file
9
document_url/readme/USAGE.md
Normal file
@ -0,0 +1,9 @@
|
||||
To use this module, you need to:
|
||||
|
||||
1. Open the form view of an object (Example: Customer Invoice
|
||||
INV/2019/0007).
|
||||
2. Go to the chatter and click on the attached icon.
|
||||
3. Click **Add URL** link.
|
||||
4. Fill the wizard fields and click on Add button.
|
||||
5. 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,base.group_user,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 |
449
document_url/static/description/index.html
Normal file
449
document_url/static/description/index.html
Normal file
@ -0,0 +1,449 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
||||
<title>URL attachment</title>
|
||||
<style type="text/css">
|
||||
|
||||
/*
|
||||
:Author: David Goodger (goodger@python.org)
|
||||
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
||||
:Copyright: This stylesheet has been placed in the public domain.
|
||||
|
||||
Default cascading style sheet for the HTML output of Docutils.
|
||||
Despite the name, some widely supported CSS2 features are used.
|
||||
|
||||
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
||||
customize this style sheet.
|
||||
*/
|
||||
|
||||
/* used to remove borders from tables and images */
|
||||
.borderless, table.borderless td, table.borderless th {
|
||||
border: 0 }
|
||||
|
||||
table.borderless td, table.borderless th {
|
||||
/* Override padding for "table.docutils td" with "! important".
|
||||
The right padding separates the table cells. */
|
||||
padding: 0 0.5em 0 0 ! important }
|
||||
|
||||
.first {
|
||||
/* Override more specific margin styles with "! important". */
|
||||
margin-top: 0 ! important }
|
||||
|
||||
.last, .with-subtitle {
|
||||
margin-bottom: 0 ! important }
|
||||
|
||||
.hidden {
|
||||
display: none }
|
||||
|
||||
.subscript {
|
||||
vertical-align: sub;
|
||||
font-size: smaller }
|
||||
|
||||
.superscript {
|
||||
vertical-align: super;
|
||||
font-size: smaller }
|
||||
|
||||
a.toc-backref {
|
||||
text-decoration: none ;
|
||||
color: black }
|
||||
|
||||
blockquote.epigraph {
|
||||
margin: 2em 5em ; }
|
||||
|
||||
dl.docutils dd {
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Uncomment (and remove this text!) to get bold-faced definition list terms
|
||||
dl.docutils dt {
|
||||
font-weight: bold }
|
||||
*/
|
||||
|
||||
div.abstract {
|
||||
margin: 2em 5em }
|
||||
|
||||
div.abstract p.topic-title {
|
||||
font-weight: bold ;
|
||||
text-align: center }
|
||||
|
||||
div.admonition, div.attention, div.caution, div.danger, div.error,
|
||||
div.hint, div.important, div.note, div.tip, div.warning {
|
||||
margin: 2em ;
|
||||
border: medium outset ;
|
||||
padding: 1em }
|
||||
|
||||
div.admonition p.admonition-title, div.hint p.admonition-title,
|
||||
div.important p.admonition-title, div.note p.admonition-title,
|
||||
div.tip p.admonition-title {
|
||||
font-weight: bold ;
|
||||
font-family: sans-serif }
|
||||
|
||||
div.attention p.admonition-title, div.caution p.admonition-title,
|
||||
div.danger p.admonition-title, div.error p.admonition-title,
|
||||
div.warning p.admonition-title, .code .error {
|
||||
color: red ;
|
||||
font-weight: bold ;
|
||||
font-family: sans-serif }
|
||||
|
||||
/* Uncomment (and remove this text!) to get reduced vertical space in
|
||||
compound paragraphs.
|
||||
div.compound .compound-first, div.compound .compound-middle {
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
div.compound .compound-last, div.compound .compound-middle {
|
||||
margin-top: 0.5em }
|
||||
*/
|
||||
|
||||
div.dedication {
|
||||
margin: 2em 5em ;
|
||||
text-align: center ;
|
||||
font-style: italic }
|
||||
|
||||
div.dedication p.topic-title {
|
||||
font-weight: bold ;
|
||||
font-style: normal }
|
||||
|
||||
div.figure {
|
||||
margin-left: 2em ;
|
||||
margin-right: 2em }
|
||||
|
||||
div.footer, div.header {
|
||||
clear: both;
|
||||
font-size: smaller }
|
||||
|
||||
div.line-block {
|
||||
display: block ;
|
||||
margin-top: 1em ;
|
||||
margin-bottom: 1em }
|
||||
|
||||
div.line-block div.line-block {
|
||||
margin-top: 0 ;
|
||||
margin-bottom: 0 ;
|
||||
margin-left: 1.5em }
|
||||
|
||||
div.sidebar {
|
||||
margin: 0 0 0.5em 1em ;
|
||||
border: medium outset ;
|
||||
padding: 1em ;
|
||||
background-color: #ffffee ;
|
||||
width: 40% ;
|
||||
float: right ;
|
||||
clear: right }
|
||||
|
||||
div.sidebar p.rubric {
|
||||
font-family: sans-serif ;
|
||||
font-size: medium }
|
||||
|
||||
div.system-messages {
|
||||
margin: 5em }
|
||||
|
||||
div.system-messages h1 {
|
||||
color: red }
|
||||
|
||||
div.system-message {
|
||||
border: medium outset ;
|
||||
padding: 1em }
|
||||
|
||||
div.system-message p.system-message-title {
|
||||
color: red ;
|
||||
font-weight: bold }
|
||||
|
||||
div.topic {
|
||||
margin: 2em }
|
||||
|
||||
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
||||
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
||||
margin-top: 0.4em }
|
||||
|
||||
h1.title {
|
||||
text-align: center }
|
||||
|
||||
h2.subtitle {
|
||||
text-align: center }
|
||||
|
||||
hr.docutils {
|
||||
width: 75% }
|
||||
|
||||
img.align-left, .figure.align-left, object.align-left, table.align-left {
|
||||
clear: left ;
|
||||
float: left ;
|
||||
margin-right: 1em }
|
||||
|
||||
img.align-right, .figure.align-right, object.align-right, table.align-right {
|
||||
clear: right ;
|
||||
float: right ;
|
||||
margin-left: 1em }
|
||||
|
||||
img.align-center, .figure.align-center, object.align-center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
table.align-center {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.align-left {
|
||||
text-align: left }
|
||||
|
||||
.align-center {
|
||||
clear: both ;
|
||||
text-align: center }
|
||||
|
||||
.align-right {
|
||||
text-align: right }
|
||||
|
||||
/* reset inner alignment in figures */
|
||||
div.align-right {
|
||||
text-align: inherit }
|
||||
|
||||
/* div.align-center * { */
|
||||
/* text-align: left } */
|
||||
|
||||
.align-top {
|
||||
vertical-align: top }
|
||||
|
||||
.align-middle {
|
||||
vertical-align: middle }
|
||||
|
||||
.align-bottom {
|
||||
vertical-align: bottom }
|
||||
|
||||
ol.simple, ul.simple {
|
||||
margin-bottom: 1em }
|
||||
|
||||
ol.arabic {
|
||||
list-style: decimal }
|
||||
|
||||
ol.loweralpha {
|
||||
list-style: lower-alpha }
|
||||
|
||||
ol.upperalpha {
|
||||
list-style: upper-alpha }
|
||||
|
||||
ol.lowerroman {
|
||||
list-style: lower-roman }
|
||||
|
||||
ol.upperroman {
|
||||
list-style: upper-roman }
|
||||
|
||||
p.attribution {
|
||||
text-align: right ;
|
||||
margin-left: 50% }
|
||||
|
||||
p.caption {
|
||||
font-style: italic }
|
||||
|
||||
p.credits {
|
||||
font-style: italic ;
|
||||
font-size: smaller }
|
||||
|
||||
p.label {
|
||||
white-space: nowrap }
|
||||
|
||||
p.rubric {
|
||||
font-weight: bold ;
|
||||
font-size: larger ;
|
||||
color: maroon ;
|
||||
text-align: center }
|
||||
|
||||
p.sidebar-title {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold ;
|
||||
font-size: larger }
|
||||
|
||||
p.sidebar-subtitle {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold }
|
||||
|
||||
p.topic-title {
|
||||
font-weight: bold }
|
||||
|
||||
pre.address {
|
||||
margin-bottom: 0 ;
|
||||
margin-top: 0 ;
|
||||
font: inherit }
|
||||
|
||||
pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
||||
margin-left: 2em ;
|
||||
margin-right: 2em }
|
||||
|
||||
pre.code .ln { color: gray; } /* line numbers */
|
||||
pre.code, code { background-color: #eeeeee }
|
||||
pre.code .comment, code .comment { color: #5C6576 }
|
||||
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
||||
pre.code .literal.string, code .literal.string { color: #0C5404 }
|
||||
pre.code .name.builtin, code .name.builtin { color: #352B84 }
|
||||
pre.code .deleted, code .deleted { background-color: #DEB0A1}
|
||||
pre.code .inserted, code .inserted { background-color: #A3D289}
|
||||
|
||||
span.classifier {
|
||||
font-family: sans-serif ;
|
||||
font-style: oblique }
|
||||
|
||||
span.classifier-delimiter {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold }
|
||||
|
||||
span.interpreted {
|
||||
font-family: sans-serif }
|
||||
|
||||
span.option {
|
||||
white-space: nowrap }
|
||||
|
||||
span.pre {
|
||||
white-space: pre }
|
||||
|
||||
span.problematic, pre.problematic {
|
||||
color: red }
|
||||
|
||||
span.section-subtitle {
|
||||
/* font-size relative to parent (h1..h6 element) */
|
||||
font-size: 80% }
|
||||
|
||||
table.citation {
|
||||
border-left: solid 1px gray;
|
||||
margin-left: 1px }
|
||||
|
||||
table.docinfo {
|
||||
margin: 2em 4em }
|
||||
|
||||
table.docutils {
|
||||
margin-top: 0.5em ;
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
table.footnote {
|
||||
border-left: solid 1px black;
|
||||
margin-left: 1px }
|
||||
|
||||
table.docutils td, table.docutils th,
|
||||
table.docinfo td, table.docinfo th {
|
||||
padding-left: 0.5em ;
|
||||
padding-right: 0.5em ;
|
||||
vertical-align: top }
|
||||
|
||||
table.docutils th.field-name, table.docinfo th.docinfo-name {
|
||||
font-weight: bold ;
|
||||
text-align: left ;
|
||||
white-space: nowrap ;
|
||||
padding-left: 0 }
|
||||
|
||||
/* "booktabs" style (no vertical lines) */
|
||||
table.docutils.booktabs {
|
||||
border: 0px;
|
||||
border-top: 2px solid;
|
||||
border-bottom: 2px solid;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table.docutils.booktabs * {
|
||||
border: 0px;
|
||||
}
|
||||
table.docutils.booktabs th {
|
||||
border-bottom: thin solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
||||
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
||||
font-size: 100% }
|
||||
|
||||
ul.auto-toc {
|
||||
list-style-type: none }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="document" id="url-attachment">
|
||||
<h1 class="title">URL attachment</h1>
|
||||
|
||||
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:f8e881059b3485a5938ae6869a8bce008e4c891fc341fc845932995301df5402
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/knowledge/tree/18.0/document_url"><img alt="OCA/knowledge" src="https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/knowledge-18-0/knowledge-18-0-document_url"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-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="toc-entry-1">Usage</a></li>
|
||||
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-2">Bug Tracker</a></li>
|
||||
<li><a class="reference internal" href="#credits" id="toc-entry-3">Credits</a><ul>
|
||||
<li><a class="reference internal" href="#authors" id="toc-entry-4">Authors</a></li>
|
||||
<li><a class="reference internal" href="#contributors" id="toc-entry-5">Contributors</a></li>
|
||||
<li><a class="reference internal" href="#maintainers" id="toc-entry-6">Maintainers</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="usage">
|
||||
<h1><a class="toc-backref" href="#toc-entry-1">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="#toc-entry-2">Bug Tracker</a></h1>
|
||||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/knowledge/issues">GitHub Issues</a>.
|
||||
In case of trouble, please check there if your issue has already been reported.
|
||||
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
||||
<a class="reference external" href="https://github.com/OCA/knowledge/issues/new?body=module:%20document_url%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
||||
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
||||
</div>
|
||||
<div class="section" id="credits">
|
||||
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
|
||||
<div class="section" id="authors">
|
||||
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Tecnativa</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="contributors">
|
||||
<h2><a class="toc-backref" href="#toc-entry-5">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>
|
||||
<li>Manuel Calero</li>
|
||||
<li>Víctor Martínez</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Matias Peralta - Adhoc SA</li>
|
||||
<li><a class="reference external" href="https://www.heliconia.io">Heliconia Solutions Pvt. Ltd.</a><ul>
|
||||
<li>Bhavesh Heliconia</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
|
||||
<p>This module is maintained by the OCA.</p>
|
||||
<a class="reference external image-reference" href="https://odoo-community.org">
|
||||
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
||||
</a>
|
||||
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.</p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/knowledge/tree/18.0/document_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>
|
85
document_url/static/src/js/url.esm.js
Normal file
85
document_url/static/src/js/url.esm.js
Normal file
@ -0,0 +1,85 @@
|
||||
/** @odoo-module **/
|
||||
|
||||
import {AttachmentList} from "@mail/core/common/attachment_list";
|
||||
import {ConfirmationDialog} from "@web/core/confirmation_dialog/confirmation_dialog";
|
||||
import {Chatter} from "@mail/chatter/web_portal/chatter";
|
||||
import {patch} from "@web/core/utils/patch";
|
||||
import {useService} from "@web/core/utils/hooks";
|
||||
import {url} from "@web/core/utils/urls";
|
||||
import {_t} from "@web/core/l10n/translation";
|
||||
|
||||
patch(Chatter.prototype, {
|
||||
setup() {
|
||||
super.setup();
|
||||
this.action = useService("action");
|
||||
},
|
||||
_onAddUrl(event) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
this.action.doAction("document_url.action_ir_attachment_add_url", {
|
||||
additionalContext: {
|
||||
active_id: this.state.thread.id,
|
||||
active_ids: [this.state.thread.id],
|
||||
active_model: this.state.thread.model,
|
||||
},
|
||||
onClose: async () => {
|
||||
await this.updateThreadAttachments();
|
||||
},
|
||||
});
|
||||
},
|
||||
async updateThreadAttachments() {
|
||||
const attachments = await this.orm.call("ir.attachment", "search_read", [
|
||||
[
|
||||
["res_model", "=", this.state.thread.model],
|
||||
["res_id", "=", this.state.thread.id],
|
||||
],
|
||||
["id", "name", "mimetype", "url"],
|
||||
]);
|
||||
this.state.thread.attachments = attachments.map((att) => ({
|
||||
id: att.id,
|
||||
name: att.name,
|
||||
mimetype: att.mimetype,
|
||||
url: att.url,
|
||||
}));
|
||||
},
|
||||
onClickAddAttachments(ev) {
|
||||
ev.stopPropagation();
|
||||
this.state.isAttachmentBoxOpened = !this.state.isAttachmentBoxOpened;
|
||||
if (this.state.isAttachmentBoxOpened) {
|
||||
this.rootRef.el.scrollTop = 0;
|
||||
this.state.thread.scrollTop = 0;
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
patch(AttachmentList.prototype, {
|
||||
/**
|
||||
* Return the url of the attachment. Temporary attachments, a.k.a. uploading
|
||||
* attachments, do not have an url.
|
||||
*
|
||||
* @param {Object} attachment
|
||||
* @returns {String}
|
||||
*/
|
||||
canDownload(attachment) {
|
||||
return (
|
||||
super.canDownload(attachment) && attachment.mimetype !== "application/link"
|
||||
);
|
||||
},
|
||||
get attachmentUrl() {
|
||||
return url("/web/content", {
|
||||
id: this.attachment.id,
|
||||
download: true,
|
||||
});
|
||||
},
|
||||
onClickUnlink(attachment) {
|
||||
if (this.env.inComposer) {
|
||||
return this.props.unlinkAttachment(attachment);
|
||||
}
|
||||
this.dialog.add(ConfirmationDialog, {
|
||||
body: _t('Do you really want to delete "%s"?', attachment.name),
|
||||
// eslint-disable-next-line no-empty-function
|
||||
cancel: () => {},
|
||||
confirm: () => this.onConfirmUnlink(attachment),
|
||||
});
|
||||
},
|
||||
});
|
8
document_url/static/src/scss/document_url.scss
Normal file
8
document_url/static/src/scss/document_url.scss
Normal file
@ -0,0 +1,8 @@
|
||||
.o_image.o_Attachment_url_ico {
|
||||
background-image: none;
|
||||
i {
|
||||
display: block;
|
||||
text-align: center;
|
||||
line-height: revert;
|
||||
}
|
||||
}
|
51
document_url/static/src/xml/url.xml
Normal file
51
document_url/static/src/xml/url.xml
Normal file
@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!-- Copyright 2018 Tecnativa - Ernesto Tejeda
|
||||
Copyright 2021 Tecnativa - Víctor Martínez
|
||||
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
|
||||
<templates>
|
||||
<t t-inherit="mail.Chatter" t-inherit-mode="extension">
|
||||
<xpath expr="//AttachmentList//..//FileUploader/t" position="replace">
|
||||
<t t-set-slot="toggler">
|
||||
<div class="d-flex mx-auto">
|
||||
<button
|
||||
class="btn btn-link"
|
||||
type="button"
|
||||
t-att-disabled="!state.thread.hasWriteAccess"
|
||||
>
|
||||
<i class="fa fa-plus-square" />
|
||||
Attach files
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-link"
|
||||
type="button"
|
||||
t-att-disabled="!state.thread.hasWriteAccess"
|
||||
t-on-click="_onAddUrl"
|
||||
>
|
||||
<i class="fa fa-plus-square" />
|
||||
Add URL
|
||||
</button>
|
||||
</div>
|
||||
</t>
|
||||
</xpath>
|
||||
</t>
|
||||
<t t-inherit="mail.AttachmentList" t-inherit-mode="extension">
|
||||
<xpath
|
||||
expr="//div[hasclass('o-mail-AttachmentCard-image')]"
|
||||
position="attributes"
|
||||
>
|
||||
<attribute
|
||||
name="t-if"
|
||||
>attachment.mimetype !== 'application/link'</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('o-mail-AttachmentCard-image')]" position="before">
|
||||
<a
|
||||
class="o_Attachment_url_ico o_image flex-shrink-0 m-1"
|
||||
t-att-href="attachmentUrl"
|
||||
target="_blank"
|
||||
t-if="attachment.mimetype === 'application/link'"
|
||||
>
|
||||
<i class="fa fa-link fa-2x" />
|
||||
</a>
|
||||
</xpath>
|
||||
</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
|
39
document_url/tests/test_document_url.py
Normal file
39
document_url/tests/test_document_url.py
Normal file
@ -0,0 +1,39 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
import base64
|
||||
|
||||
from odoo.tests import common
|
||||
|
||||
|
||||
class TestDocumentUrl(common.TransactionCase):
|
||||
def setUp(self):
|
||||
super().setUp()
|
||||
wizard_add_url = self.env["ir.attachment.add_url"]
|
||||
|
||||
self.wizard_add_url = wizard_add_url.with_context(
|
||||
active_model="res.users",
|
||||
active_id=self.env.ref("base.user_demo").id,
|
||||
active_ids=[self.env.ref("base.user_demo").id],
|
||||
).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)
|
||||
attachment = self.env["ir.attachment"].search(domain)
|
||||
self.assertEqual(attachment.mimetype, "application/link")
|
||||
|
||||
def test_dont_broke_default_compute_mimetype(self):
|
||||
blob1 = b"blob1"
|
||||
blob1_b64 = base64.b64encode(blob1)
|
||||
attachment = self.env["ir.attachment"].create(
|
||||
{"name": "a2", "datas": blob1_b64, "mimetype": "image/png"}
|
||||
)
|
||||
self.assertEqual(attachment.mimetype, "image/png")
|
32
document_url/view/document_url_view.xml
Normal file
32
document_url/view/document_url_view.xml
Normal file
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<record id='action_ir_attachment_add_url' model='ir.actions.act_window'>
|
||||
<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_mode'>form</field>
|
||||
</record>
|
||||
|
||||
<record id="view_ir_attachment_add_url_form" model="ir.ui.view">
|
||||
<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"
|
||||
/>
|
||||
<button special="cancel" string="Cancel" class="btn-secondary" />
|
||||
</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)
|
||||
# Copyright 2014 Tecnativa - Pedro M. Baeza
|
||||
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
||||
from . import document_url
|
34
document_url/wizard/document_url.py
Normal file
34
document_url/wizard/document_url.py
Normal file
@ -0,0 +1,34 @@
|
||||
# Copyright 2014 Tecnativa - Pedro M. Baeza
|
||||
# Copyright 2020 Tecnativa - Manuel Calero
|
||||
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
||||
from urllib import parse
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class AddUrlWizard(models.TransientModel):
|
||||
_name = "ir.attachment.add_url"
|
||||
_description = "Wizard to add URL attachment"
|
||||
|
||||
name = fields.Char(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("{}{}".format("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