Florian da Costa
5 years ago
committed by
David Beal
88 changed files with 44 additions and 24622 deletions
-
81attachment_base_synchronize/README.rst
-
341attachment_base_synchronize/i18n/am.po
-
344attachment_base_synchronize/i18n/ar.po
-
327attachment_base_synchronize/i18n/attachment_base_synchronize.pot
-
343attachment_base_synchronize/i18n/bg.po
-
344attachment_base_synchronize/i18n/bs.po
-
343attachment_base_synchronize/i18n/ca.po
-
343attachment_base_synchronize/i18n/cs.po
-
343attachment_base_synchronize/i18n/da.po
-
345attachment_base_synchronize/i18n/de.po
-
344attachment_base_synchronize/i18n/el_GR.po
-
371attachment_base_synchronize/i18n/en.po
-
344attachment_base_synchronize/i18n/en_GB.po
-
358attachment_base_synchronize/i18n/es.po
-
344attachment_base_synchronize/i18n/es_AR.po
-
344attachment_base_synchronize/i18n/es_CL.po
-
344attachment_base_synchronize/i18n/es_CO.po
-
344attachment_base_synchronize/i18n/es_CR.po
-
344attachment_base_synchronize/i18n/es_DO.po
-
344attachment_base_synchronize/i18n/es_EC.po
-
344attachment_base_synchronize/i18n/es_ES.po
-
344attachment_base_synchronize/i18n/es_MX.po
-
344attachment_base_synchronize/i18n/es_PE.po
-
344attachment_base_synchronize/i18n/es_PY.po
-
344attachment_base_synchronize/i18n/es_VE.po
-
343attachment_base_synchronize/i18n/et.po
-
343attachment_base_synchronize/i18n/eu.po
-
343attachment_base_synchronize/i18n/fa.po
-
343attachment_base_synchronize/i18n/fi.po
-
368attachment_base_synchronize/i18n/fr.po
-
344attachment_base_synchronize/i18n/fr_CA.po
-
344attachment_base_synchronize/i18n/fr_CH.po
-
344attachment_base_synchronize/i18n/fr_FR.po
-
343attachment_base_synchronize/i18n/gl.po
-
342attachment_base_synchronize/i18n/gl_ES.po
-
343attachment_base_synchronize/i18n/he.po
-
356attachment_base_synchronize/i18n/hr.po
-
345attachment_base_synchronize/i18n/hr_HR.po
-
343attachment_base_synchronize/i18n/hu.po
-
343attachment_base_synchronize/i18n/id.po
-
346attachment_base_synchronize/i18n/it.po
-
343attachment_base_synchronize/i18n/ja.po
-
343attachment_base_synchronize/i18n/ko.po
-
344attachment_base_synchronize/i18n/lt.po
-
343attachment_base_synchronize/i18n/lt_LT.po
-
344attachment_base_synchronize/i18n/lv.po
-
343attachment_base_synchronize/i18n/mk.po
-
343attachment_base_synchronize/i18n/mn.po
-
344attachment_base_synchronize/i18n/nb.po
-
342attachment_base_synchronize/i18n/nb_NO.po
-
343attachment_base_synchronize/i18n/nl.po
-
344attachment_base_synchronize/i18n/nl_BE.po
-
350attachment_base_synchronize/i18n/nl_NL.po
-
345attachment_base_synchronize/i18n/pl.po
-
345attachment_base_synchronize/i18n/pt.po
-
344attachment_base_synchronize/i18n/pt_BR.po
-
344attachment_base_synchronize/i18n/pt_PT.po
-
346attachment_base_synchronize/i18n/ro.po
-
345attachment_base_synchronize/i18n/ru.po
-
343attachment_base_synchronize/i18n/sk.po
-
357attachment_base_synchronize/i18n/sl.po
-
344attachment_base_synchronize/i18n/sr.po
-
345attachment_base_synchronize/i18n/sr@latin.po
-
343attachment_base_synchronize/i18n/sv.po
-
343attachment_base_synchronize/i18n/th.po
-
343attachment_base_synchronize/i18n/tr.po
-
344attachment_base_synchronize/i18n/tr_TR.po
-
344attachment_base_synchronize/i18n/uk.po
-
343attachment_base_synchronize/i18n/vi.po
-
342attachment_base_synchronize/i18n/vi_VN.po
-
347attachment_base_synchronize/i18n/zh_CN.po
-
344attachment_base_synchronize/i18n/zh_TW.po
-
4attachment_base_synchronize/tests/__init__.py
-
0base_attachment_queue/__init__.py
-
6base_attachment_queue/__manifest__.py
-
0base_attachment_queue/data/cron.xml
-
0base_attachment_queue/data/ir_config_parameter.xml
-
0base_attachment_queue/demo/attachment_metadata_demo.xml
-
0base_attachment_queue/models/__init__.py
-
28base_attachment_queue/models/attachment.py
-
4base_attachment_queue/readme/CONTRIBUTORS.rst
-
6base_attachment_queue/readme/DESCRIPTION.rst
-
8base_attachment_queue/readme/USAGE.rst
-
0base_attachment_queue/security/ir.model.access.csv
-
0base_attachment_queue/static/description/icon.png
-
3base_attachment_queue/tests/__init__.py
-
11base_attachment_queue/tests/test_attachment_base_queue.py
-
31base_attachment_queue/views/attachment_view.xml
@ -1,81 +0,0 @@ |
|||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg |
|||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
|||
:alt: License: AGPL-3 |
|||
|
|||
==================== |
|||
Attachment Metadata |
|||
==================== |
|||
|
|||
This module extends ir.attachment model with some new fields for a better control for import and export of files. |
|||
|
|||
The main feature is an integrity file check with a hash. |
|||
|
|||
A file hash is short representation (signature) computed from file data. |
|||
Hashes computed before send file and after received file can be compared to be sure of the content integrity. |
|||
|
|||
An example of the use of this module, can be found in the module `external_file_location`. |
|||
|
|||
|
|||
Usage |
|||
===== |
|||
|
|||
Go the menu Settings > Technical > Database Structure > Meta Data Attachments |
|||
|
|||
You can create / see standard attachments with additional fields |
|||
|
|||
Configure the batch limit for attachments that can be sync by the cron task at a go: |
|||
|
|||
Settings > Technical > System parameters > attachment_sync_cron_batch_limit |
|||
|
|||
|
|||
|
|||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas |
|||
:alt: Try me on Runbot |
|||
:target: https://runbot.odoo-community.org/runbot/149/10.0 |
|||
|
|||
|
|||
Known issues / Roadmap |
|||
====================== |
|||
|
|||
The purpose of this module is not to import the data of the file but only exchange files with external application. |
|||
|
|||
|
|||
Bug Tracker |
|||
=========== |
|||
|
|||
Bugs are tracked on `GitHub Issues |
|||
<https://github.com/OCA/{project_repo}/issues>`_. In case of trouble, please |
|||
check there if your issue has already been reported. If you spotted it first, |
|||
help us smash it by providing detailed and welcomed feedback. |
|||
|
|||
Credits |
|||
======= |
|||
|
|||
Images |
|||
------ |
|||
|
|||
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_. |
|||
|
|||
|
|||
Contributors |
|||
------------ |
|||
|
|||
* Valentin CHEMIERE <valentin.chemiere@akretion.com> |
|||
* Florian da Costa <florian.dacosta@akretion.com> |
|||
* Angel Moya <http://angelmoya.es> |
|||
* Dan Kiplangat <dan@sunflowerweb.nl> |
|||
|
|||
Maintainer |
|||
---------- |
|||
|
|||
.. image:: https://odoo-community.org/logo.png |
|||
:alt: Odoo Community Association |
|||
:target: https://odoo-community.org |
|||
|
|||
This module is maintained by the OCA. |
|||
|
|||
OCA, or the Odoo Community Association, is a nonprofit organization whose |
|||
mission is to support the collaborative development of Odoo features and |
|||
promote its widespread use. |
|||
|
|||
To contribute to this module, please visit https://odoo-community.org. |
@ -1,341 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-07-13 00:59+0000\n" |
|||
"PO-Revision-Date: 2017-07-13 00:59+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "File Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última actualización por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última actualización en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "أنشئ بواسطة" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "أنشئ في" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "الوصف" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "اسم العرض" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "النوع" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "تجميع حسب" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "المعرف" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "آخر تعديل في" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "آخر تحديث بواسطة" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "آخر تحديث في" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "النوع" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,327 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"Last-Translator: <>\n" |
|||
"Language-Team: \n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: \n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "File Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "File corrupted: Something was wrong with the retrieved file, please relaunch the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "File hash computed with file data to be compared to external hash when provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "The file type determines an import method to be used to parse and transform data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "You can either upload a file from your computer or copy/paste an internet link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
|||
|
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Създадено от" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Създадено на" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Описание" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Име за Показване" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Вид" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Групирай По" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Последно обновено на" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Последно обновено от" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Последно обновено на" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Вид" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Kreirao" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Kreirano" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Opis" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Prikaži naziv" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Vrsta" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Grupiši po" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Zadnje mijenjano" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Zadnji ažurirao" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Zadnje ažurirano" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Vrsta" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" |
|||
"Language: ca\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creat per" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Creat el" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Descripció" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Veure el nom" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "Fracassat" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tipus" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Agrupa Per" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Darrera modificació el" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Darrera Actualització per" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Darrera Actualització el" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Estat" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipus" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Vytvořil(a)" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Vytvořeno" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Popis" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Zobrazovaný název" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Druh" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Seskupit podle" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Naposled upraveno" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Naposled upraveno" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Naposled upraveno" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Stav" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Druh" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Oprettet af" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Oprettet den" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Beskrivelse" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Vist navn" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Gruppér efter" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "Id" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Sidst ændret den" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Sidst opdateret af" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Sidst opdateret den" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Delstat" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,345 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
# Niki Waibel <niki.waibel@gmail.com>, 2017 |
|||
# Rudolf Schnapka <rs@techno-flex.de>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "Anhang" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "Unternehmen" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Erstellt von" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Erstellt am:" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Beschreibung" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Anzeigename" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "Gescheitert" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "Dateiname" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "File Name" |
|||
msgid "File Type" |
|||
msgstr "Dateiname" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Gruppieren nach" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Zuletzt geändert am" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Zuletzt aktualisiert von" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Zuletzt aktualisiert am" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "Eigner" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "Ressourcen-ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "Ressourcenname" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Status" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Art" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "URL" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Δημιουργήθηκε από " |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Δημιουργήθηκε στις" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Περιγραφή" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Τύπος" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Ομαδοποίηση Ανά" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "Κωδικός" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Τελευταία ενημέρωση από" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Τελευταία ενημέρωση στις" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Τύπος" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,371 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_metadata |
|||
# |
|||
# Translators: |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: server-tools (8.0)\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2016-06-09 18:30+0000\n" |
|||
"PO-Revision-Date: 2016-06-01 09:37+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" |
|||
"Language-Team: English (http://www.transifex.com/oca/OCA-server-tools-8-0/" |
|||
"language/en/)\n" |
|||
"Language: en\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "Attachment" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "Attachment Name" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
#, fuzzy |
|||
msgid "Attachment URL" |
|||
msgstr "Attachment" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "Attachments" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "Binary" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "Company" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Created by" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Created on" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "Creation Month" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "Database Data" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Description" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Display Name" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
#, fuzzy |
|||
#| msgid "External hash" |
|||
msgid "External Hash" |
|||
msgstr "External hash" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "File Content" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "File Name" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "File Size" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "File type" |
|||
msgid "File Type" |
|||
msgstr "File type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "File type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "Filter on my documents" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Group By" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
#, fuzzy |
|||
msgid "Indexed Content" |
|||
msgstr "File Content" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
#, fuzzy |
|||
#| msgid "Internal hash" |
|||
msgid "Internal Hash" |
|||
msgstr "Internal hash" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Last Modified on" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Last Updated by" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Last Updated on" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "Link to ir.attachment model " |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "Meta data Attachments" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
#, fuzzy |
|||
msgid "Mime Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "My Document(s)" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "Owner" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
#, fuzzy |
|||
msgid "Resource Field" |
|||
msgstr "Resource Model" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "Resource ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "Resource Model" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "Resource Name" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#, fuzzy |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "Link to ir.attachment model " |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "Stored Filename" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
#, fuzzy |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "The database object this attachment will be attached to" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
#, fuzzy |
|||
msgid "The record id this is attached to." |
|||
msgstr "The record id this is attached to" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "URL" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "Url" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
#, fuzzy |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "Link to ir.attachment model " |
|||
|
|||
#~ msgid "Attachment id" |
|||
#~ msgstr "Attachment id" |
|||
|
|||
#~ msgid "Binary File or URL" |
|||
#~ msgstr "Binary File or URL" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/" |
|||
"teams/23907/en_GB/)\n" |
|||
"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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Created by" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Created on" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Description" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Display Name" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Group By" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Last Modified on" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Last Updated by" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Last Updated on" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,358 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# Pedro M. Baeza <pedro.baeza@gmail.com>, 2017 |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
# enjolras <yo@miguelrevilla.com>, 2018 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-03-02 18:39+0000\n" |
|||
"PO-Revision-Date: 2018-03-02 18:39+0000\n" |
|||
"Last-Translator: enjolras <yo@miguelrevilla.com>, 2018\n" |
|||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" |
|||
"Language: es\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "Adjunto" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "Nombre del adjunto" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "URL del adjunto" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "Adjuntos" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "Binario" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "Checksum/SHA1" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "Compañía" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado el" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "Mes de creación" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "Fecha de la base de datos" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Descripción" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nombre a mostrar" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "Hecho" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "Error" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
#, fuzzy |
|||
#| msgid "External hash" |
|||
msgid "External Hash" |
|||
msgstr "Hash externo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "Fallido" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "Contenido del archivo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "Nombre del archivo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "Tamaño del archivo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "File type" |
|||
msgid "File Type" |
|||
msgstr "Tipo de archiv" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
"Archivo corrupto: ha ocurrido algún problema con el archivo, por favor " |
|||
"vuelva a ejecutar la tarea." |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "Tipo de archiv" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "Filtrar en mis documentos" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Agrupar por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "Contenido indexado" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
#, fuzzy |
|||
#| msgid "Internal hash" |
|||
msgid "Internal Hash" |
|||
msgstr "Hash interno" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "Es un documento público" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Última actualización por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última actualización por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última actualización el" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "Tipo MIME" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "Mis documentos" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "Propietario" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "Pendiente" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "ID del recurso" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "Nombre del recurso" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "Ejecutar" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#, fuzzy |
|||
#| msgid "ir.attachment.metadata" |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "ir.attachment.metadata" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Estado" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
#, fuzzy |
|||
#| msgid "State message" |
|||
msgid "State Message" |
|||
msgstr "Mensaje de estado" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "Archivo guardado" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "URL" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "URL" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "ir.attachment.metadata" |
|||
|
|||
#~ msgid "Attachment id" |
|||
#~ msgstr "ID del adjunto" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/" |
|||
"teams/23907/es_AR/)\n" |
|||
"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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Descripción" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Mostrar Nombre" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Agrupar por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Última modificación en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última actualización realizada por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última actualización el" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Descripción" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nombre mostrado" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Agrupar por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID (identificación)" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Última modificación en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última actualización de" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última actualización en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/" |
|||
"es_CO/)\n" |
|||
"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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Descripción" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nombre Público" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Agrupar por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Última Modificación el" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Actualizado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Actualizado" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" |
|||
"teams/23907/es_CR/)\n" |
|||
"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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Descripción" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Agrupar por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Ultima actualización por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Ultima actualización en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/" |
|||
"teams/23907/es_DO/)\n" |
|||
"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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Descripción" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nombre mostrado" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Agrupar por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Última modificación en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última actualización de" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última actualización en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/" |
|||
"es_EC/)\n" |
|||
"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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Descripción" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nombre mostrado" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Agrupar por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID (identificación)" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Última modificación en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última actualización de" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última actualización en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-07-13 00:59+0000\n" |
|||
"PO-Revision-Date: 2017-07-13 00:59+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nombre para mostrar" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Última modificación en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última actualización por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última actualización en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Estado" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" |
|||
"es_MX/)\n" |
|||
"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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Descripción" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nombre desplegado" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Agrupar por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Ultima modificacion realizada" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Ultima actualizacion por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Ultima actualización realizada" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Estado" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/" |
|||
"es_PE/)\n" |
|||
"Language: es_PE\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Descripción" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nombre a Mostrar" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Agrupado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Ultima Modificación en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Actualizado última vez por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Ultima Actualización" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/" |
|||
"es_PY/)\n" |
|||
"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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Descripción" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Agrupado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Ultima actualización por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Ultima actualización en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" |
|||
"teams/23907/es_VE/)\n" |
|||
"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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Descripción" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Mostrar nombre" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Agrupar por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Modificada por última vez" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última actualización realizada por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Ultima actualizacion en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Provincia" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Loonud" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Loodud" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Kirjeldus" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Näidatav nimi" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tüüp" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Rühmitamine" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Viimati muudetud" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Viimati uuendatud" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Viimati uuendatud" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tüüp" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Nork sortua" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Created on" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Deskribapena" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Izena erakutsi" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Mota" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Group By" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Last Updated by" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Last Updated on" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Mota" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "ایجاد شده توسط" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "ایجاد شده در" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "توصیف" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "نام نمایشی" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "نوع" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "گروهبندی برمبنای" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "شناسه" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "تاریخ آخرین بهروزرسانی" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "آخرین به روز رسانی توسط" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "آخرین به روز رسانی در" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "نوع" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Luonut" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Luotu" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Kuvaus" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nimi" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "Epäonnistunut" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tyyppi" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Ryhmittele" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Viimeksi muokattu" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Viimeksi päivittänyt" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Viimeksi päivitetty" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Tila" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tyyppi" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,368 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
# Nicolas JEUDY <njeudy@panda-chi.io>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: Nicolas JEUDY <njeudy@panda-chi.io>, 2017\n" |
|||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" |
|||
"Language: fr\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "Pièce jointe" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "Nom de la pièce jointe" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "Lien de la pièce jointe" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "Pièces jointes" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "Binaire" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "Somme de Contrôle/SHA1" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "Société" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Créé par" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Créé le" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "Mois de création" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "Données de la base de données" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Description" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nom affiché" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "Terminé" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "Erreur" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
#, fuzzy |
|||
#| msgid "External hash" |
|||
msgid "External Hash" |
|||
msgstr "Empreinte externe" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "Echoué" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "Contenu du fichier" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "Nom de Fichier" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "Taille du fichier" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "File type" |
|||
msgid "File Type" |
|||
msgstr "Type de fichier" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
"Fichier corrompu: Quelque chose s'est mal passé pendant la récupération du " |
|||
"fichier, relancez la tache.." |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "Type de fichier" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "Filtrer sur mes documents" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Grouper par" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "Contenu Indexé" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
#, fuzzy |
|||
#| msgid "Internal hash" |
|||
msgid "Internal Hash" |
|||
msgstr "Empreinte interne" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "Est un document public" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Dernière modification le" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Mis à jour par" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Mis à jour le" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "Lien ver le modèle ir.attachment" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "Meta data Attachments" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "Type Mime" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "Mes Documents" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "Propriétaire" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "En attente" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "Champ ressource" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "ID de l'enregistrement" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "Modèle de la ressource" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "Nom de l'enregistrement" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "Run" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#, fuzzy |
|||
#| msgid "ir.attachment.metadata" |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "ir.attachment.metadata" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "Marquer comme terminé" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "État" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
#, fuzzy |
|||
#| msgid "State message" |
|||
msgid "State Message" |
|||
msgstr "Message" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "Nom de fichier stocké" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
#, fuzzy |
|||
#| msgid "Sync date" |
|||
msgid "Sync Date" |
|||
msgstr "Sync date" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "Modèle associé à la pièce jointe" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
"Le type de fichier détermine la méthode d'import à utiliser pour parser le " |
|||
"fichier et transformer les données avant l'import dans l'ERP" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "Id de l'enregistrement associé à la pièce jointe" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "URL" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "Url" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
"Vous pouvez soit importer un fichier de votre ordinateur soit copier/coller " |
|||
"un lien internet vers votre fichier." |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "ir.attachment.metadata" |
|||
|
|||
#~ msgid "Attachment id" |
|||
#~ msgstr "ID de la pièce jointe" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-07-13 00:59+0000\n" |
|||
"PO-Revision-Date: 2017-07-13 00:59+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Créé par" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Créé le" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Description" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Afficher le nom" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "Identifiant" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Dernière mise à jour par" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Dernière mise à jour le" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-07-13 00:59+0000\n" |
|||
"PO-Revision-Date: 2017-07-13 00:59+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/" |
|||
"teams/23907/fr_CH/)\n" |
|||
"Language: fr_CH\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Créé par" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Créé le" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nom affiché" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Dernière modification le" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Modifié par" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Modifié le" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Etat" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-07-13 00:59+0000\n" |
|||
"PO-Revision-Date: 2017-07-13 00:59+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/" |
|||
"fr_FR/)\n" |
|||
"Language: fr_FR\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Descrición" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Agrupar por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Última modificación" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "ültima actualización por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última actualización en" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Estado" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,342 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-07-13 00:59+0000\n" |
|||
"PO-Revision-Date: 2017-07-13 00:59+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/" |
|||
"gl_ES/)\n" |
|||
"Language: gl_ES\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "File Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "נוצר על ידי" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "נוצר ב-" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "תיאור" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "השם המוצג" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "סוג" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "קבץ לפי" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "מזהה" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "תאריך שינוי אחרון" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "עודכן לאחרונה על ידי" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "עודכן לאחרונה על" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "סוג" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,356 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
# Bole <bole@dajmi5.com>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-03-02 18:39+0000\n" |
|||
"PO-Revision-Date: 2018-03-02 18:39+0000\n" |
|||
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n" |
|||
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" |
|||
"Language: hr\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" |
|||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "Privitak" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "Naziv privitka" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "URL Privitka" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "Privitci" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "Binarno" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "Checksum/SHA1" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "Poduzeće" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Kreirao" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Kreirano" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "Mrjesec kreiranja" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "Podaci u bazi" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Opis" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Naziv " |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "Gotovo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "Greška" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
#, fuzzy |
|||
#| msgid "External hash" |
|||
msgid "External Hash" |
|||
msgstr "Vanjski hash" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "Neuspjelo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "Sadržaj datoteke" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "Naziv datoteke" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "Veličina datoteke" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "File type" |
|||
msgid "File Type" |
|||
msgstr "Vrsta datoteke" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "Vrsta datoteke" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Grupiraj po" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "Indeksirani sadržaj" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
#, fuzzy |
|||
#| msgid "Internal hash" |
|||
msgid "Internal Hash" |
|||
msgstr "Interni hash" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "Je javni dokument" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Zadnje modificirano" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Zadnji ažurirao" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Zadnje ažuriranje" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "Poveznica na ir.attachment model" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "Privitci meta podataka" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "Moj(i) Dokumnet(i)" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "Vlasnik" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "Na čekanju" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "Pokreni" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#, fuzzy |
|||
#| msgid "ir.attachment.metadata" |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "ir.attachment.metadata" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "Postavi na završeno" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Status" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
#, fuzzy |
|||
#| msgid "State message" |
|||
msgid "State Message" |
|||
msgstr "Poruka statusa" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tip" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "URL" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "ir.attachment.metadata" |
|||
|
|||
#~ msgid "Attachment id" |
|||
#~ msgstr "ID privitka" |
@ -1,345 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" |
|||
"hr_HR/)\n" |
|||
"Language: hr_HR\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" |
|||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Kreirao" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Kreirano" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Opis" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Naziv" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "Naziv datoteke" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "File Name" |
|||
msgid "File Type" |
|||
msgstr "Naziv datoteke" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Prupiraj po" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Zadnje modificirano" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Zadnji ažurirao" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Zadnje ažurirano" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Oblast/Županija" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tip" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Készítette" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Létrehozás dátuma" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Leírás" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Név megjelenítése" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Típus" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Csoportosítás..." |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Utolsó frissítés dátuma" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Utoljára frissítve, által" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Utoljára frissítve " |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Állapot" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Típus" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Dibuat oleh" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Dibuat pada" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Keterangan" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nama Tampilan" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Jenis" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Dikelompokan berdasarkan .." |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Terakhir Dimodifikasi pada" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Diperbaharui oleh" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Diperbaharui pada" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Jenis" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,346 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
# Paolo Valier <paolo.valier@hotmail.it>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-01-06 02:24+0000\n" |
|||
"PO-Revision-Date: 2018-01-06 02:24+0000\n" |
|||
"Last-Translator: Paolo Valier <paolo.valier@hotmail.it>, 2017\n" |
|||
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" |
|||
"Language: it\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "Allegato" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "Allegati" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "Azienda" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creato da" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Creato il" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Descrizione" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nome da visualizzare" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "Fallita" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "Nome del campo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "File Name" |
|||
msgid "File Type" |
|||
msgstr "Nome del campo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Raggruppa per" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Ultima modifica il" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Last Updated by" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Last Updated on" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "Proprietario" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "ID Risorsa" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "Nome della Risorsa" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#, fuzzy |
|||
#| msgid "Attachments" |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "Allegati" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Stato" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "URL" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "作成者" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "作成日" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "説明" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "表示名" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "タイプ" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "グループ化" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "最終更新日" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "最終更新者" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "最終更新日" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "タイプ" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "작성자" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "작성일" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "설명" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "표시 이름" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "유형" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "그룹화" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "최근 수정" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "최근 갱신한 사람" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "최근 갱신 날짜" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "유형" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Sukūrė" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Sukurta" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Aprašymas" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Vaizduojamas pavadinimas" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tipas" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Grupuoti pagal" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Paskutinį kartą keista" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Paskutinį kartą atnaujino" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Paskutinį kartą atnaujinta" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipas" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-07-13 00:59+0000\n" |
|||
"PO-Revision-Date: 2017-07-13 00:59+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/" |
|||
"teams/23907/lt_LT/)\n" |
|||
"Language: lt_LT\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" |
|||
"%100<10 || n%100>=20) ? 1 : 2);\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Sukūrė" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Sukurta" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "File Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Paskutinį kartą atnaujino" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Paskutinį kartą atnaujinta" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Izveidoja" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Izveidots" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Apraksts" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tips" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Grupēt pēc" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Pēdējo reizi atjaunoja" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Pēdējās izmaiņas" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tips" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Креирано од" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Креирано на" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Опис" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Прикажи име" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Тип" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Групирај по" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Последна промена на" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Последно ажурирање од" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Последно ажурирање на" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Тип" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Үүсгэгч" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Үүсгэсэн" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Тодорхойлолт" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Дэлгэцийн Нэр" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Төрөл" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Бүлэглэх" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Сүүлийн засвар хийсэн огноо" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Сүүлийн засвар хийсэн" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Сүүлийн засвар хийсэн огноо" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Төрөл" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/" |
|||
"nb/)\n" |
|||
"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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Opprettet av" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Opprettet den" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Beskrivelse" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Visnings navn" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Grupper etter" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Sist oppdatert " |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Sist oppdatert av" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Sist oppdatert" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Status" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,342 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/" |
|||
"teams/23907/nb_NO/)\n" |
|||
"Language: nb_NO\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Laget av" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Laget den" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Vis navn" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "File Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Gruppe laget av" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Sist endret den" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Sist oppdatert av" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Sist oppdatert den" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Stat" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Aangemaakt door" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Aangemaakt op" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Omschrijving" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Te tonen naam" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Groepeer op" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Laatst bijgewerkt op" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Laatst bijgewerkt door" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Laatst bijgewerkt op" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Staat/Provincie" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/" |
|||
"nl_BE/)\n" |
|||
"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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Gemaakt door" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Gemaakt op" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Omschrijving" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Schermnaam" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Groeperen op" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Laatst Aangepast op" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Laatst bijgewerkt door" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Laatst bijgewerkt op" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,350 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2017 |
|||
# Peter Hageman <hageman.p@gmail.com>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-16 02:16+0000\n" |
|||
"PO-Revision-Date: 2017-12-16 02:16+0000\n" |
|||
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2017\n" |
|||
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" |
|||
"teams/23907/nl_NL/)\n" |
|||
"Language: nl_NL\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "Bijlage" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "Bijlagenaam" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "Bijlage URL" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "Bijlages" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "Bedrijf" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Aangemaakt door" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Aangemaakt op" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Omschrijving" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "weergavenaam" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "Gereed" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "Fout" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "Mislukt" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "Bestandsinhoud" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "Bestandsnaam" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "Bestandsgrootte" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "File Name" |
|||
msgid "File Type" |
|||
msgstr "Bestandsnaam" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Groeperen op" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Laatst gewijzigd op" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Laatst bijgewerkt door" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Laatst bijgewerkt op" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "Mijn Document(en)" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "Eigenaar" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "Wachtend" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#, fuzzy |
|||
#| msgid "ir.attachment.metadata" |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "ir.attachment.metadata" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "Gereed melden" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "Opgeslagen Bestandsnaam" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Type" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "URL" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "Url" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "ir.attachment.metadata" |
|||
|
|||
#~ msgid "Attachment id" |
|||
#~ msgstr "Bijlage ID" |
@ -1,345 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" |
|||
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" |
|||
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Utworzone przez" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Utworzono" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Opis" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Wyświetlana nazwa " |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Typ" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Pogrupuj wg" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Ostatnio modyfikowano" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Ostatnio modyfikowane przez" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Ostatnia zmiana" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Stan" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Typ" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,345 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
# Pedro Castro Silva <inactive+pcs.sossia@transifex.com>, 2017 |
|||
# Pedro Castro Silva <pedrocs@exo.pt>, 2018 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-01-27 01:58+0000\n" |
|||
"PO-Revision-Date: 2018-01-27 01:58+0000\n" |
|||
"Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>, 2018\n" |
|||
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" |
|||
"Language: pt\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "Empresa" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Criado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Criado em" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Descrição" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nome" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "Falhou" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Agrupar por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Última Modificação Em" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última Modificação Por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última Atualização Em" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Estado" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-08-01 02:43+0000\n" |
|||
"PO-Revision-Date: 2017-08-01 02:43+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" |
|||
"teams/23907/pt_BR/)\n" |
|||
"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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Criado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Criado em" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Descrição" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nome para Mostrar" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "Falhou" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Agrupado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "Identificação" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Última atualização em" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última atualização por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última atualização em" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "Identificação do Recurso" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "Nome do Recurso" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Estado" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-07-13 00:59+0000\n" |
|||
"PO-Revision-Date: 2017-07-13 00:59+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Criado por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Criado em" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Descrição" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nome a Apresentar" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Última Modificação Em" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última Atualização Por" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última Atualização Em" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Estado" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tipo" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,346 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
# Daniel Schweiger <danielcccasle@gmail.com>, 2017 |
|||
# Dorin Hongu <dhongu@gmail.com>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-16 02:16+0000\n" |
|||
"PO-Revision-Date: 2017-12-16 02:16+0000\n" |
|||
"Last-Translator: Dorin Hongu <dhongu@gmail.com>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "Companie" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creat de" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Creat la" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Descriere" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nume Afişat" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tip" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Grupează după" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Ultima actualizare în" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Ultima actualizare făcută de" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Ultima actualizare la" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "Resursa ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "Resursa Nume" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Tara" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tip" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,345 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-07-13 00:59+0000\n" |
|||
"PO-Revision-Date: 2017-07-13 00:59+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Создано" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Создан" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Описание" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Тип" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Последний раз обновлено" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Последний раз обновлено" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Тип" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Vytvoril" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Vytvorené" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Popis" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Zobraziť meno" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Typ" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Zoskupiť podľa" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Posledná modifikácia" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Naposledy upravoval" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Naposledy upravované" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Typ" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,357 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-08-01 02:43+0000\n" |
|||
"PO-Revision-Date: 2017-08-01 02:43+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" |
|||
"Language: sl\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" |
|||
"%100==4 ? 2 : 3);\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "Priponka" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "Naziv priponke" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "Priponke" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "Binarno" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "Družba" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Ustvaril" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Ustvarjeno" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "Mesec nastanka" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "Podatki o podatkovni bazi" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Opis" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Prikazni naziv" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
#, fuzzy |
|||
#| msgid "External hash" |
|||
msgid "External Hash" |
|||
msgstr "Zunanji hash" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "Neuspešno" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "Vsebina datoteke" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "Naziv datoteke" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "Velikost datoteke" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "File type" |
|||
msgid "File Type" |
|||
msgstr "Tip datoteke" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
"Datoteka okvarjena: Nekaj je narobe s pridobljeno datoteko. Ponovno zaženite " |
|||
"opravilo, prosim." |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
"Hash datoteke prihaja z zunanjim lastnikom datoteke.\n" |
|||
"Če je podano, omogoča preverjanje, če je prenesena datoteke natančna kopija " |
|||
"originalne." |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
"Hash datoteke obdelan s podatki o datoteki za primerjavo z zunanjim hash (če " |
|||
"je podan)." |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "Tip datoteke" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "Filtriraj po mojih dokumentih" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Združi po" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
#, fuzzy |
|||
#| msgid "Internal hash" |
|||
msgid "Internal Hash" |
|||
msgstr "Interni hash" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Zadnjič spremenjeno" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Zadnji posodobil" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Zadnjič posodobljeno" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "Povezava do ir.attachment model " |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "Metadata priponk" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "Moji dokumenti" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "Lastnik" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "ID vira" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "Model vira" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "Naziv vira" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#, fuzzy |
|||
#| msgid "Attachment id" |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "ID priponke" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Stanje" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "Shranjeni naziv datoteke" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tip" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "URL" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "URL" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Kreiran" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Opis" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tip" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Grupiši po" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tip" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,345 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr" |
|||
"%40latin/)\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Kreirao" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Kreiran" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Opis" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Ime za prikaz" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tip" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Grupisano po" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Zadnja izmjena" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Zadnja izmjena" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Zadnja izmjena" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tip" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" |
|||
"Language: sv\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Skapad av" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Skapad den" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Beskrivning" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Visa namn" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Typ" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Gruppera efter" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Senast redigerad" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Senast uppdaterad av" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Senast uppdaterad" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Status" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Typ" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "สร้างโดย" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "สร้างเมื่อ" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "รายละเอียด" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "ชื่อที่ใช้แสดง" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "ชนิด" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "จัดกลุ่มโดย" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "รหัส" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "แก้ไขครั้งสุดท้ายเมื่อ" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "อัพเดทครั้งสุดท้ายโดย" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "อัพเดทครั้งสุดท้ายเมื่อ" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "ชนิด" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-08-01 02:43+0000\n" |
|||
"PO-Revision-Date: 2017-08-01 02:43+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Oluşturan" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Oluşturuldu" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Açıklama" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Görünen İsim" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "Başarısız" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "Dosya adı" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "File Name" |
|||
msgid "File Type" |
|||
msgstr "Dosya adı" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Grupla" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Son değişiklik" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Son güncelleyen" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Son güncellenme" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "Kaynak ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "Kaynak Adı" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Durum" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tür" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" |
|||
"tr_TR/)\n" |
|||
"Language: tr_TR\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=1; plural=0;\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Oluşturan" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Oluşturulma tarihi" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Açıklama" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Görünen ad" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Tip" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Grupla" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "Kimlik" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "En son güncelleme tarihi" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "En son güncelleyen " |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "En son güncelleme tarihi" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "Hal" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Tip" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Створив" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Дата створення" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Опис" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Назва для відображення" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Тип" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Групувати за" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Остання модифікація" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Востаннє оновив" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Останнє оновлення" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Тип" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,343 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Được tạo bởi" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Được tạo vào" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Miêu tả" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "Tên hiển thị" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "Loại" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "Group By" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Sửa lần cuối vào" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Last Updated by" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Cập nhật lần cuối vào" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "Loại" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,342 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-07-13 00:59+0000\n" |
|||
"PO-Revision-Date: 2017-07-13 00:59+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/" |
|||
"teams/23907/vi_VN/)\n" |
|||
"Language: vi_VN\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=1; plural=0;\n" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "Tạo bởi" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "Tạo vào" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "Mô tả" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "File Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Cập nhật lần cuối bởi" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Cập nhật lần cuối vào" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,347 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# liAnGjiA <liangjia@qq.com>, 2017 |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" |
|||
"zh_CN/)\n" |
|||
"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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "附件" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "附件名称" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "附件地址" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "附件" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "公司" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "创建者" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "创建时间" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "说明" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "显示名称" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "类型" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "分组" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "最后修改时间" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "最后更新者" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "上次更新日期" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "所有者" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#, fuzzy |
|||
#| msgid "Attachment id" |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "附件ID" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "状态" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "类型" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,344 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * attachment_base_synchronize |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" |
|||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" |
|||
"zh_TW/)\n" |
|||
"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: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_access_token |
|||
msgid "Access Token" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachment" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name |
|||
msgid "Attachment Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url |
|||
msgid "Attachment URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Binary" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum |
|||
msgid "Checksum/SHA1" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid |
|||
msgid "Created by" |
|||
msgstr "建立者" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date |
|||
msgid "Created on" |
|||
msgstr "建立於" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Creation Month" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas |
|||
msgid "Database Data" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description |
|||
msgid "Description" |
|||
msgstr "說明" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name |
|||
msgid "Display Name" |
|||
msgstr "顯示名稱" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Error" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "External Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Failed" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas |
|||
msgid "File Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size |
|||
msgid "File Size" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
#, fuzzy |
|||
#| msgid "Type" |
|||
msgid "File Type" |
|||
msgstr "類型" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: code:addons/attachment_base_synchronize/models/attachment.py:50 |
|||
#, python-format |
|||
msgid "" |
|||
"File corrupted: Something was wrong with the retrieved file, please relaunch " |
|||
"the task." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash |
|||
msgid "" |
|||
"File hash comes from the external owner of the file.\n" |
|||
"If provided allow to check than downloaded file is the exact copy of the " |
|||
"original file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "" |
|||
"File hash computed with file data to be compared to external hash when " |
|||
"provided." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "File type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Filter on my documents" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Group By" |
|||
msgstr "分組方式" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id |
|||
msgid "ID" |
|||
msgstr "編號" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content |
|||
msgid "Indexed Content" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash |
|||
msgid "Internal Hash" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public |
|||
msgid "Is public document" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "最後修改:" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "最後更新:" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "最後更新於" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id |
|||
msgid "Link to ir.attachment model " |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment |
|||
#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment |
|||
msgid "Meta data Attachments" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype |
|||
msgid "Mime Type" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "My Document(s)" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Owner" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: selection:ir.attachment.metadata,state:0 |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Pending" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field |
|||
msgid "Resource Field" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "Resource ID" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "Resource Model" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name |
|||
msgid "Resource Name" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Run" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.actions.server,name:attachment_base_synchronize.cronjob_run_attachments_metadata_ir_actions_server |
|||
#: model:ir.cron,cron_name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
#: model:ir.cron,name:attachment_base_synchronize.cronjob_run_attachments_metadata |
|||
msgid "Run Attachments Metadata" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form |
|||
msgid "Set to Done" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message |
|||
msgid "State Message" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname |
|||
msgid "Stored Filename" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date |
|||
msgid "Sync Date" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model |
|||
msgid "The database object this attachment will be attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type |
|||
msgid "" |
|||
"The file type determines an import method to be used to parse and transform " |
|||
"data before their import in ERP or an export" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id |
|||
msgid "The record id this is attached to." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "Type" |
|||
msgstr "類型" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search |
|||
msgid "URL" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url |
|||
msgid "Url" |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type |
|||
msgid "" |
|||
"You can either upload a file from your computer or copy/paste an internet " |
|||
"link to your file." |
|||
msgstr "" |
|||
|
|||
#. module: attachment_base_synchronize |
|||
#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata |
|||
msgid "ir.attachment.metadata" |
|||
msgstr "" |
@ -1,4 +0,0 @@ |
|||
# Copyright 2016 Angel Moya (http://angelmoya.es) |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|||
|
|||
from . import test_attachment_base_synchronize |
@ -0,0 +1,4 @@ |
|||
* Valentin CHEMIERE <valentin.chemiere@akretion.com> |
|||
* Florian da Costa <florian.dacosta@akretion.com> |
|||
* Angel Moya <http://angelmoya.es> |
|||
* Dan Kiplangat <dan@sunflowerweb.nl> |
@ -0,0 +1,6 @@ |
|||
This module extends ir.attachment model with some new fields for a better control for import and export of files. |
|||
|
|||
The main feature is the possibility to create a queue of attachment and have a cron process it. |
|||
The attachments will be processed depending on their type. |
|||
|
|||
An example of the use of this module, can be found in the module `attachment_synchronize`. |
@ -0,0 +1,8 @@ |
|||
Go the menu Settings > Technical > Database Structure > Meta Data Attachments |
|||
|
|||
You can create / see standard attachments with additional fields |
|||
|
|||
Configure the batch limit for attachments that can be sync by the cron task at a go: |
|||
|
|||
Settings > Technical > System parameters > attachment_sync_cron_batch_limit |
|||
|
Before Width: 128 | Height: 128 | Size: 9.2 KiB After Width: 128 | Height: 128 | Size: 9.2 KiB |
@ -0,0 +1,3 @@ |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|||
|
|||
from . import test_attachment_base_queue |
Write
Preview
Loading…
Cancel
Save
Reference in new issue