Compare commits

...

No commits in common. '12.0' and '11.0' have entirely different histories.
12.0 ... 11.0

  1. 25
      .travis.yml
  2. 8
      README.md
  3. 81
      attachment_base_synchronize/README.rst
  4. 0
      attachment_base_synchronize/__init__.py
  5. 29
      attachment_base_synchronize/__manifest__.py
  6. 16
      attachment_base_synchronize/data/cron.xml
  7. 7
      attachment_base_synchronize/data/ir_config_parameter.xml
  8. 10
      attachment_base_synchronize/demo/attachment_metadata_demo.xml
  9. 341
      attachment_base_synchronize/i18n/am.po
  10. 344
      attachment_base_synchronize/i18n/ar.po
  11. 327
      attachment_base_synchronize/i18n/attachment_base_synchronize.pot
  12. 343
      attachment_base_synchronize/i18n/bg.po
  13. 344
      attachment_base_synchronize/i18n/bs.po
  14. 343
      attachment_base_synchronize/i18n/ca.po
  15. 343
      attachment_base_synchronize/i18n/cs.po
  16. 343
      attachment_base_synchronize/i18n/da.po
  17. 345
      attachment_base_synchronize/i18n/de.po
  18. 344
      attachment_base_synchronize/i18n/el_GR.po
  19. 371
      attachment_base_synchronize/i18n/en.po
  20. 344
      attachment_base_synchronize/i18n/en_GB.po
  21. 358
      attachment_base_synchronize/i18n/es.po
  22. 344
      attachment_base_synchronize/i18n/es_AR.po
  23. 344
      attachment_base_synchronize/i18n/es_CL.po
  24. 344
      attachment_base_synchronize/i18n/es_CO.po
  25. 344
      attachment_base_synchronize/i18n/es_CR.po
  26. 344
      attachment_base_synchronize/i18n/es_DO.po
  27. 344
      attachment_base_synchronize/i18n/es_EC.po
  28. 344
      attachment_base_synchronize/i18n/es_ES.po
  29. 344
      attachment_base_synchronize/i18n/es_MX.po
  30. 344
      attachment_base_synchronize/i18n/es_PE.po
  31. 344
      attachment_base_synchronize/i18n/es_PY.po
  32. 344
      attachment_base_synchronize/i18n/es_VE.po
  33. 343
      attachment_base_synchronize/i18n/et.po
  34. 343
      attachment_base_synchronize/i18n/eu.po
  35. 343
      attachment_base_synchronize/i18n/fa.po
  36. 343
      attachment_base_synchronize/i18n/fi.po
  37. 368
      attachment_base_synchronize/i18n/fr.po
  38. 344
      attachment_base_synchronize/i18n/fr_CA.po
  39. 344
      attachment_base_synchronize/i18n/fr_CH.po
  40. 344
      attachment_base_synchronize/i18n/fr_FR.po
  41. 343
      attachment_base_synchronize/i18n/gl.po
  42. 342
      attachment_base_synchronize/i18n/gl_ES.po
  43. 343
      attachment_base_synchronize/i18n/he.po
  44. 356
      attachment_base_synchronize/i18n/hr.po
  45. 345
      attachment_base_synchronize/i18n/hr_HR.po
  46. 343
      attachment_base_synchronize/i18n/hu.po
  47. 343
      attachment_base_synchronize/i18n/id.po
  48. 346
      attachment_base_synchronize/i18n/it.po
  49. 343
      attachment_base_synchronize/i18n/ja.po
  50. 343
      attachment_base_synchronize/i18n/ko.po
  51. 344
      attachment_base_synchronize/i18n/lt.po
  52. 343
      attachment_base_synchronize/i18n/lt_LT.po
  53. 344
      attachment_base_synchronize/i18n/lv.po
  54. 343
      attachment_base_synchronize/i18n/mk.po
  55. 343
      attachment_base_synchronize/i18n/mn.po
  56. 344
      attachment_base_synchronize/i18n/nb.po
  57. 342
      attachment_base_synchronize/i18n/nb_NO.po
  58. 343
      attachment_base_synchronize/i18n/nl.po
  59. 344
      attachment_base_synchronize/i18n/nl_BE.po
  60. 350
      attachment_base_synchronize/i18n/nl_NL.po
  61. 345
      attachment_base_synchronize/i18n/pl.po
  62. 345
      attachment_base_synchronize/i18n/pt.po
  63. 344
      attachment_base_synchronize/i18n/pt_BR.po
  64. 344
      attachment_base_synchronize/i18n/pt_PT.po
  65. 346
      attachment_base_synchronize/i18n/ro.po
  66. 345
      attachment_base_synchronize/i18n/ru.po
  67. 343
      attachment_base_synchronize/i18n/sk.po
  68. 357
      attachment_base_synchronize/i18n/sl.po
  69. 344
      attachment_base_synchronize/i18n/sr.po
  70. 345
      attachment_base_synchronize/i18n/sr@latin.po
  71. 343
      attachment_base_synchronize/i18n/sv.po
  72. 343
      attachment_base_synchronize/i18n/th.po
  73. 343
      attachment_base_synchronize/i18n/tr.po
  74. 344
      attachment_base_synchronize/i18n/tr_TR.po
  75. 344
      attachment_base_synchronize/i18n/uk.po
  76. 343
      attachment_base_synchronize/i18n/vi.po
  77. 342
      attachment_base_synchronize/i18n/vi_VN.po
  78. 347
      attachment_base_synchronize/i18n/zh_CN.po
  79. 344
      attachment_base_synchronize/i18n/zh_TW.po
  80. 1
      attachment_base_synchronize/models/__init__.py
  81. 111
      attachment_base_synchronize/models/attachment.py
  82. 3
      attachment_base_synchronize/security/ir.model.access.csv
  83. 0
      attachment_base_synchronize/static/description/icon.png
  84. 4
      attachment_base_synchronize/tests/__init__.py
  85. 53
      attachment_base_synchronize/tests/test_attachment_base_synchronize.py
  86. 110
      attachment_base_synchronize/views/attachment_view.xml
  87. 121
      attachment_unindex_content/README.rst
  88. 2
      attachment_unindex_content/__init__.py
  89. 19
      attachment_unindex_content/__manifest__.py
  90. 5
      attachment_unindex_content/hooks.py
  91. 20
      attachment_unindex_content/i18n/attachment_unindex_content.pot
  92. 1
      attachment_unindex_content/models/__init__.py
  93. 13
      attachment_unindex_content/models/ir_attachment.py
  94. 3
      attachment_unindex_content/readme/CONTRIBUTORS.rst
  95. 36
      attachment_unindex_content/readme/DESCRIPTION.rst
  96. 446
      attachment_unindex_content/static/description/index.html
  97. 78
      auditlog/README.rst
  98. 6
      auditlog/__manifest__.py
  99. 252
      auditlog/i18n/am.po
  100. 252
      auditlog/i18n/ar.po

25
.travis.yml

@ -6,25 +6,38 @@ python:
- "3.5"
addons:
postgresql: "9.6"
postgresql: "9.6" # minimal postgresql version for the base_import_security_group module
# more info: https://github.com/OCA/maintainer-quality-tools/issues/432
apt:
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
- pgbadger
- nsca-client
env:
global:
- VERSION="12.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
- VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- TRANSIFEX_USER='transbot@odoo-community.org'
- secure: Z06mZCN+Hm3myqHSOZpOOk1pd4oq1epAWZv6m9OX2bTNHbhyOVOGK6JWWsnDm/3DUCN1ZeLtSGOl9bvQfMa8ahQHA80MkLL16YlTvQV59Lh+L2gAYmxX+ogJCJgeQSVAXlGLscgkADCu/HzDlmatrDeROMtULn5i23j2qcyUNyM=
matrix:
- LINT_CHECK="1"
- TRANSIFEX="1"
- TESTS="1" ODOO_REPO="OCA/OCB" EXCLUDE="database_cleanup"
- TESTS="1" ODOO_REPO="odoo/odoo" EXCLUDE="database_cleanup"
- TESTS="1" ODOO_REPO="OCA/OCB" INCLUDE="database_cleanup"
- TESTS="1" ODOO_REPO="odoo/odoo" EXCLUDE="database_cleanup" MAKEPOT="1"
- TESTS="1" ODOO_REPO="odoo/odoo" INCLUDE="database_cleanup" MAKEPOT="1"
- TESTS="1" ODOO_REPO="odoo/odoo" INCLUDE="database_cleanup"
before_install:
- "export PATH=$PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH"
- "if [ $(phantomjs --version) != '2.1.1' ]; then rm -rf $PWD/travis_phantomjs; mkdir -p $PWD/travis_phantomjs; fi"
- "if [ $(phantomjs --version) != '2.1.1' ]; then wget https://assets.membergetmember.co/software/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2; fi"
- "if [ $(phantomjs --version) != '2.1.1' ]; then tar -xvf $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis_phantomjs; fi"
- "phantomjs --version"
install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly
@ -32,4 +45,4 @@ script:
- travis_run_tests
after_success:
- travis_after_tests_success
- travis_after_tests_success

8
README.md

@ -1,6 +1,6 @@
[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/149/12.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-server-tools-149)
[![Build Status](https://travis-ci.org/OCA/server-tools.svg?branch=12.0)](https://travis-ci.org/OCA/server-tools)
[![Coverage Status](https://coveralls.io/repos/OCA/server-tools/badge.png?branch=12.0)](https://coveralls.io/r/OCA/server-tools?branch=12.0)
[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/149/11.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-server-tools-149)
[![Build Status](https://travis-ci.org/OCA/server-tools.svg?branch=11.0)](https://travis-ci.org/OCA/server-tools)
[![Coverage Status](https://coveralls.io/repos/OCA/server-tools/badge.png?branch=11.0)](https://coveralls.io/r/OCA/server-tools?branch=11.0)
[![Code Climate](https://codeclimate.com/github/OCA/server-tools/badges/gpa.svg)](https://codeclimate.com/github/OCA/server-tools)
Server Environment And Tools
@ -18,4 +18,4 @@ Do you want to contribute? Please read our [contributing guidelines](https://git
Translation Status
------------------
[![Translation status](https://translation.odoo-community.org/widgets/server-tools-12-0/-/multi-auto.svg)](https://translation.odoo-community.org/engage/server-tools-12-0/?utm_source=widget)
[![Transifex Status](https://www.transifex.com/projects/p/OCA-server-tools-11-0/chart/image_png)](https://www.transifex.com/projects/p/OCA-server-tools-11-0)

81
attachment_base_synchronize/README.rst

@ -0,0 +1,81 @@
.. 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.

0
base_jsonify/__init__.py → attachment_base_synchronize/__init__.py

29
attachment_base_synchronize/__manifest__.py

@ -0,0 +1,29 @@
# Copyright 2015 Florian DA COSTA @ Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Attachment Base Synchronize',
'version': '11.0.1.0.0',
'author': 'Akretion,Odoo Community Association (OCA)',
'summary': 'This module enhances ir.attachment for better '
'control of import and export of files',
'website': 'https://www.akretion.com',
'license': 'AGPL-3',
'category': 'Generic Modules',
'depends': [
'base',
'mail',
],
'data': [
'views/attachment_view.xml',
'security/ir.model.access.csv',
'data/cron.xml',
'data/ir_config_parameter.xml',
],
'demo': [
'demo/attachment_metadata_demo.xml'
],
'installable': True,
'application': False,
'images': [],
}

16
attachment_base_synchronize/data/cron.xml

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo noupdate="1">
<record model="ir.cron" id="cronjob_run_attachments_metadata">
<field name='name'>Run Attachments Metadata</field>
<field name='interval_number'>30</field>
<field name='interval_type'>minutes</field>
<field name="numbercall">-1</field>
<field name="active">False</field>
<field name="doall" eval="False" />
<field name="model_id" ref="model_ir_attachment_metadata"/>
<field name="state">code</field>
<field name="code">model.run_attachment_metadata_scheduler()</field>
</record>
</odoo>

7
attachment_base_synchronize/data/ir_config_parameter.xml

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
<record id="attachment_sync_cron_batch_limit" model="ir.config_parameter">
<field name="key">attachment_sync_cron_batch_limit</field>
<field name="value">200</field>
</record>
</odoo>

10
attachment_base_synchronize/demo/attachment_metadata_demo.xml

@ -0,0 +1,10 @@
<?xml version="1.0"?>
<odoo noupdate="1">
<record id="attachment_metadata" model="ir.attachment.metadata">
<field name="datas">bWlncmF0aW9uIHRlc3Q=</field>
<field name="datas_fname">attachment_metadata.doc</field>
<field name="name">attachment_metadata.doc</field>
</record>
</odoo>

341
attachment_base_synchronize/i18n/am.po

@ -0,0 +1,341 @@
# 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 ""

344
attachment_base_synchronize/i18n/ar.po

@ -0,0 +1,344 @@
# 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 ""

327
attachment_base_synchronize/i18n/attachment_base_synchronize.pot

@ -0,0 +1,327 @@
# 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 ""

343
attachment_base_synchronize/i18n/bg.po

@ -0,0 +1,343 @@
# 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 ""

344
attachment_base_synchronize/i18n/bs.po

@ -0,0 +1,344 @@
# 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 ""

343
attachment_base_synchronize/i18n/ca.po

@ -0,0 +1,343 @@
# 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 ""

343
attachment_base_synchronize/i18n/cs.po

@ -0,0 +1,343 @@
# 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 ""

343
attachment_base_synchronize/i18n/da.po

@ -0,0 +1,343 @@
# 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 ""

345
attachment_base_synchronize/i18n/de.po

@ -0,0 +1,345 @@
# 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 ""

344
attachment_base_synchronize/i18n/el_GR.po

@ -0,0 +1,344 @@
# 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 ""

371
attachment_base_synchronize/i18n/en.po

@ -0,0 +1,371 @@
# 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"

344
attachment_base_synchronize/i18n/en_GB.po

@ -0,0 +1,344 @@
# 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 ""

358
attachment_base_synchronize/i18n/es.po

@ -0,0 +1,358 @@
# 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"

344
attachment_base_synchronize/i18n/es_AR.po

@ -0,0 +1,344 @@
# 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 ""

344
attachment_base_synchronize/i18n/es_CL.po

@ -0,0 +1,344 @@
# 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 ""

344
attachment_base_synchronize/i18n/es_CO.po

@ -0,0 +1,344 @@
# 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 ""

344
attachment_base_synchronize/i18n/es_CR.po

@ -0,0 +1,344 @@
# 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 ""

344
attachment_base_synchronize/i18n/es_DO.po

@ -0,0 +1,344 @@
# 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 ""

344
attachment_base_synchronize/i18n/es_EC.po

@ -0,0 +1,344 @@
# 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 ""

344
attachment_base_synchronize/i18n/es_ES.po

@ -0,0 +1,344 @@
# 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 ""

344
attachment_base_synchronize/i18n/es_MX.po

@ -0,0 +1,344 @@
# 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 ""

344
attachment_base_synchronize/i18n/es_PE.po

@ -0,0 +1,344 @@
# 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 ""

344
attachment_base_synchronize/i18n/es_PY.po

@ -0,0 +1,344 @@
# 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 ""

344
attachment_base_synchronize/i18n/es_VE.po

@ -0,0 +1,344 @@
# 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 ""

343
attachment_base_synchronize/i18n/et.po

@ -0,0 +1,343 @@
# 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 ""

343
attachment_base_synchronize/i18n/eu.po

@ -0,0 +1,343 @@
# 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 ""

343
attachment_base_synchronize/i18n/fa.po

@ -0,0 +1,343 @@
# 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 ""

343
attachment_base_synchronize/i18n/fi.po

@ -0,0 +1,343 @@
# 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 ""

368
attachment_base_synchronize/i18n/fr.po

@ -0,0 +1,368 @@
# 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"

344
attachment_base_synchronize/i18n/fr_CA.po

@ -0,0 +1,344 @@
# 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 ""

344
attachment_base_synchronize/i18n/fr_CH.po

@ -0,0 +1,344 @@
# 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 ""

344
attachment_base_synchronize/i18n/fr_FR.po

@ -0,0 +1,344 @@
# 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 ""

343
attachment_base_synchronize/i18n/gl.po

@ -0,0 +1,343 @@
# 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 ""

342
attachment_base_synchronize/i18n/gl_ES.po

@ -0,0 +1,342 @@
# 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 ""

343
attachment_base_synchronize/i18n/he.po

@ -0,0 +1,343 @@
# 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 ""

356
attachment_base_synchronize/i18n/hr.po

@ -0,0 +1,356 @@
# 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"

345
attachment_base_synchronize/i18n/hr_HR.po

@ -0,0 +1,345 @@
# 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 ""

343
attachment_base_synchronize/i18n/hu.po

@ -0,0 +1,343 @@
# 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 ""

343
attachment_base_synchronize/i18n/id.po

@ -0,0 +1,343 @@
# 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 ""

346
attachment_base_synchronize/i18n/it.po

@ -0,0 +1,346 @@
# 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 ""

343
attachment_base_synchronize/i18n/ja.po

@ -0,0 +1,343 @@
# 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 ""

343
attachment_base_synchronize/i18n/ko.po

@ -0,0 +1,343 @@
# 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 ""

344
attachment_base_synchronize/i18n/lt.po

@ -0,0 +1,344 @@
# 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 ""

343
attachment_base_synchronize/i18n/lt_LT.po

@ -0,0 +1,343 @@
# 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 ""

344
attachment_base_synchronize/i18n/lv.po

@ -0,0 +1,344 @@
# 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 ""

343
attachment_base_synchronize/i18n/mk.po

@ -0,0 +1,343 @@
# 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 ""

343
attachment_base_synchronize/i18n/mn.po

@ -0,0 +1,343 @@
# 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 ""

344
attachment_base_synchronize/i18n/nb.po

@ -0,0 +1,344 @@
# 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 ""

342
attachment_base_synchronize/i18n/nb_NO.po

@ -0,0 +1,342 @@
# 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 ""

343
attachment_base_synchronize/i18n/nl.po

@ -0,0 +1,343 @@
# 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 ""

344
attachment_base_synchronize/i18n/nl_BE.po

@ -0,0 +1,344 @@
# 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 ""

350
attachment_base_synchronize/i18n/nl_NL.po

@ -0,0 +1,350 @@
# 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"

345
attachment_base_synchronize/i18n/pl.po

@ -0,0 +1,345 @@
# 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 ""

345
attachment_base_synchronize/i18n/pt.po

@ -0,0 +1,345 @@
# 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 ""

344
attachment_base_synchronize/i18n/pt_BR.po

@ -0,0 +1,344 @@
# 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 ""

344
attachment_base_synchronize/i18n/pt_PT.po

@ -0,0 +1,344 @@
# 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 ""

346
attachment_base_synchronize/i18n/ro.po

@ -0,0 +1,346 @@
# 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 ""

345
attachment_base_synchronize/i18n/ru.po

@ -0,0 +1,345 @@
# 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 ""

343
attachment_base_synchronize/i18n/sk.po

@ -0,0 +1,343 @@
# 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 ""

357
attachment_base_synchronize/i18n/sl.po

@ -0,0 +1,357 @@
# 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 ""

344
attachment_base_synchronize/i18n/sr.po

@ -0,0 +1,344 @@
# 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 ""

345
attachment_base_synchronize/i18n/sr@latin.po

@ -0,0 +1,345 @@
# 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 ""

343
attachment_base_synchronize/i18n/sv.po

@ -0,0 +1,343 @@
# 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 ""

343
attachment_base_synchronize/i18n/th.po

@ -0,0 +1,343 @@
# 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 ""

343
attachment_base_synchronize/i18n/tr.po

@ -0,0 +1,343 @@
# 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 ""

344
attachment_base_synchronize/i18n/tr_TR.po

@ -0,0 +1,344 @@
# 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 ""

344
attachment_base_synchronize/i18n/uk.po

@ -0,0 +1,344 @@
# 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 ""

343
attachment_base_synchronize/i18n/vi.po

@ -0,0 +1,343 @@
# 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 ""

342
attachment_base_synchronize/i18n/vi_VN.po

@ -0,0 +1,342 @@
# 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 ""

347
attachment_base_synchronize/i18n/zh_CN.po

@ -0,0 +1,347 @@
# 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 ""

344
attachment_base_synchronize/i18n/zh_TW.po

@ -0,0 +1,344 @@
# 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
attachment_base_synchronize/models/__init__.py

@ -0,0 +1 @@
from . import attachment

111
attachment_base_synchronize/models/attachment.py

@ -0,0 +1,111 @@
# Copyright 2015 Florian DA COSTA @ Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from base64 import b64decode
import hashlib
import logging
from odoo import _, api, exceptions, fields, models, registry
_logger = logging.getLogger(__name__)
class IrAttachmentMetadata(models.Model):
_name = 'ir.attachment.metadata'
_inherits = {'ir.attachment': 'attachment_id'}
_inherit = ['mail.thread']
internal_hash = fields.Char(
store=True, compute='_compute_hash',
help="File hash computed with file data to be compared "
"to external hash when provided.")
external_hash = fields.Char(
help="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.")
attachment_id = fields.Many2one(
'ir.attachment', required=True, ondelete='cascade',
help="Link to ir.attachment model ")
file_type = fields.Selection(
selection=[],
help="The file type determines an import method to be used "
"to parse and transform data before their import in ERP or an export")
sync_date = fields.Datetime()
state = fields.Selection([
('pending', 'Pending'),
('failed', 'Failed'),
('done', 'Done'),
], readonly=False, required=True, default='pending')
state_message = fields.Text()
@api.depends('datas', 'external_hash')
def _compute_hash(self):
for attachment in self:
if attachment.datas:
attachment.internal_hash = hashlib.md5(
b64decode(attachment.datas)).hexdigest()
if attachment.external_hash and\
attachment.internal_hash != attachment.external_hash:
raise exceptions.UserError(
_("File corrupted: Something was wrong with "
"the retrieved file, please relaunch the task."))
@api.model
def run_attachment_metadata_scheduler(self, domain=None):
if domain is None:
domain = [('state', '=', 'pending')]
batch_limit = self.env.ref(
'attachment_base_synchronize.attachment_sync_cron_batch_limit') \
.value
if batch_limit and batch_limit.isdigit():
limit = int(batch_limit)
else:
limit = 200
attachments = self.search(domain, limit=limit)
if attachments:
return attachments.run()
return True
@api.multi
def run(self):
"""
Run the process for each attachment metadata
"""
for attachment in self:
with api.Environment.manage():
with registry(self.env.cr.dbname).cursor() as new_cr:
new_env = api.Environment(
new_cr, self.env.uid, self.env.context)
attach = attachment.with_env(new_env)
try:
attach._run()
# pylint: disable=broad-except
except Exception as e:
attach.env.cr.rollback()
_logger.exception(str(e))
attach.write({
'state': 'failed',
'state_message': str(e),
})
attach.env.cr.commit()
else:
vals = {
'state': 'done',
'sync_date': fields.Datetime.now(),
}
attach.write(vals)
attach.env.cr.commit()
return True
@api.multi
def _run(self):
self.ensure_one()
_logger.info('Start to process attachment metadata id %d', self.id)
@api.multi
def set_done(self):
"""
Manually set to done
"""
message = "Manually set to done by %s" % self.env.user.name
self.write({'state_message': message, 'state': 'done'})

3
attachment_base_synchronize/security/ir.model.access.csv

@ -0,0 +1,3 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_attachment_metadata_user,ir.attachment.metadata.user,model_ir_attachment_metadata,,1,0,0,0
access_attachment_metadata_manager,ir.attachment.metadata.manager,model_ir_attachment_metadata,base.group_no_one,1,1,1,1

0
attachment_unindex_content/static/description/icon.png → attachment_base_synchronize/static/description/icon.png

Before

Width: 128  |  Height: 128  |  Size: 9.2 KiB

After

Width: 128  |  Height: 128  |  Size: 9.2 KiB

4
attachment_base_synchronize/tests/__init__.py

@ -0,0 +1,4 @@
# 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

53
attachment_base_synchronize/tests/test_attachment_base_synchronize.py

@ -0,0 +1,53 @@
# Copyright 2016 Angel Moya (http://angelmoya.es)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo.tests.common import TransactionCase
import odoo
from odoo import api
class TestAttachmentBaseSynchronize(TransactionCase):
def setUp(self):
super(TestAttachmentBaseSynchronize, self).setUp()
self.registry.enter_test_mode()
self.env = api.Environment(self.registry.test_cr, self.env.uid,
self.env.context)
self.attachment = self.env.ref(
'attachment_base_synchronize.attachment_metadata')
self.ir_attachment_metadata = self.env['ir.attachment.metadata']
def tearDown(self):
self.registry.leave_test_mode()
super(TestAttachmentBaseSynchronize, self).tearDown()
def test_attachment_metadata(self):
"""Test run_attachment_metadata_scheduler to ensure set state to done
"""
self.assertEqual(
self.attachment.state,
'pending'
)
self.ir_attachment_metadata.run_attachment_metadata_scheduler()
self.env.cache.invalidate()
with odoo.registry(self.env.cr.dbname).cursor() as new_cr:
new_env = api.Environment(
new_cr, self.env.uid, self.env.context)
attach = self.attachment.with_env(new_env)
self.assertEqual(
attach.state,
'done'
)
def test_set_done(self):
"""Test set_done manually
"""
self.assertEqual(
self.attachment.state,
'pending'
)
self.attachment.set_done()
self.assertEqual(
self.attachment.state,
'done'
)

110
attachment_base_synchronize/views/attachment_view.xml

@ -0,0 +1,110 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<record id="view_attachment_improved_form" model="ir.ui.view">
<field name="model">ir.attachment.metadata</field>
<field name="inherit_id" ref="base.view_attachment_form" />
<field name="arch" type="xml">
<xpath expr="/form/*" position="before">
<header>
<button name="run" states="pending,failed"
string="Run" type="object" class="oe_highlight"/>
<button name="set_done" states="pending,failed"
string="Set to Done" type="object"/>
</header>
</xpath>
<field name="url" position="after">
<field name="sync_date"/>
<field name="state"/>
<field name="internal_hash"/>
<field name="external_hash"/>
<field name="file_type"/>
</field>
<group name="description_group">
<group name="state_message" string="Error" colspan="4">
<field name="state_message" nolabel="1"/>
</group>
</group>
</field>
</record>
<record id="view_external_attachment_tree" model="ir.ui.view">
<field name="model">ir.attachment.metadata</field>
<field name="arch" type="xml">
<tree default_order='create_date desc'>
<field name="name"/>
<field name="datas_fname"/>
<field name="file_type"/>
<field name="type"/>
<field name="create_date"/>
<field name="state"/>
</tree>
</field>
</record>
<record id="view_external_attachment_search" model="ir.ui.view">
<field name="model">ir.attachment.metadata</field>
<field name="arch" type="xml">
<search string="Attachments">
<field name="name" filter_domain="['|', ('name','ilike',self), ('datas_fname','ilike',self)]" string="Attachment"/>
<field name="create_date"/>
<filter icon="terp-stage"
string="URL"
domain="[('type','=','url')]"/>
<filter icon="terp-stock_align_left_24"
string="Binary"
domain="[('type','=','binary')]"/>
<separator/>
<filter name="my_documents_filter"
string="My Document(s)"
icon="terp-personal"
domain="[('create_uid','=',uid)]"
help="Filter on my documents"/>
<field name="create_uid"/>
<field name="type"/>
<filter string="Pending" domain="[('state', '=', 'pending')]"/>
<filter string="Failed" domain="[('state', '=', 'failed')]"/>
<filter string="Done" domain="[('state', '=', 'done')]"/>
<group expand="0" string="Group By">
<filter string="Owner" icon="terp-personal" domain="[]" context="{'group_by':'create_uid'}"/>
<filter string="Type" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'type'}" groups="base.group_no_one"/>
<filter string="Company" icon="terp-gtk-home" domain="[]" context="{'group_by':'company_id'}" groups="base.group_multi_company"/>
<filter string="Creation Month" name="creation_month" icon="terp-go-month" domain="[]" context="{'group_by':'create_date'}"/>
<filter string="State" domain="[]" context="{'group_by': 'state'}"/>
<filter string="File type" domain="[]" context="{'group_by': 'file_type'}"/>
</group>
</search>
</field>
</record>
<record id="action_attachment" model="ir.actions.act_window">
<field name="name">Meta data Attachments</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">ir.attachment.metadata</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="view_id" eval="False"/>
<field name="search_view_id" ref="view_external_attachment_search"/>
</record>
<record id="ir_attachment_view2" model="ir.actions.act_window.view">
<field eval="10" name="sequence"/>
<field name="view_mode">tree</field>
<field name="view_id" ref="view_external_attachment_tree"/>
<field name="act_window_id" ref="action_attachment"/>
</record>
<record id="ir_attachment_view3" model="ir.actions.act_window.view">
<field eval="10" name="sequence"/>
<field name="view_mode">form</field>
<field name="view_id" ref="view_attachment_improved_form"/>
<field name="act_window_id" ref="action_attachment"/>
</record>
<menuitem id="menu_ir_attachment"
parent="base.next_id_9"
sequence="20"
action="action_attachment"/>
</odoo>

121
attachment_unindex_content/README.rst

@ -1,121 +0,0 @@
==========================
Attachment Unindex Content
==========================
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github
:target: https://github.com/OCA/server-tools/tree/12.0/attachment_unindex_content
:alt: OCA/server-tools
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-attachment_unindex_content
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/149/12.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
This module disables the indexation of attachments content.
Attachment model has a field called 'index_content' where the content of the
attachment is read and stored directly in the database. This field is useful in
order to search content of a file. But most of cases it is not used, so, you
can install this module in order to:
- **Avoid Duplicating Data:** Because indexation extracts text content from
files and put it on the database in order it could be searched, but this
implies you have the file data in your ``filestore`` directory, and also part
(or sometimes all) of that data in your database too.
- **Improve Performance:** Since not all indexed files are plain text,
they require extra process to read them.
Maybe you could try to uninstall modules like ``document`` in order to disable
its indexation features, but you could face the uninstallation of other modules
that could be useful for you (e.g, ``hr_recruitment`` depends on that).
But even if you don't have ``document`` installed, you'd still have plain text
content indexation by default. As you can see in this SQL query results,
indexation is active even without it:
.. |sql_query| image:: https://user-images.githubusercontent.com/442938/67894113-45d27a80-fb2e-11e9-9a22-ba43d8b444c5.png
:target: https://user-images.githubusercontent.com/442938/67894113-45d27a80-fb2e-11e9-9a22-ba43d8b444c5.png
:height: 200px
:width: 400px
:alt: SQL Query result showing indexed content
|sql_query|
Using this module you will not require to uninstall any module to disable
the attachment content indexation, because we directly disable it at
``ir.attachment`` base.
Also, after the installation, the ``index_content`` field on attachments
already recorded in database will be cleared.
**Table of contents**
.. contents::
:local:
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/server-tools/issues/new?body=module:%20attachment_unindex_content%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
~~~~~~~
* Vauxoo
Contributors
~~~~~~~~~~~~
- Moises López <moylop260@vauxoo.com>
- Erick Birbe <erick@vauxoo.com>
Maintainers
~~~~~~~~~~~
This module is maintained by the OCA.
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
.. |maintainer-moylop260| image:: https://github.com/moylop260.png?size=40px
:target: https://github.com/moylop260
:alt: moylop260
.. |maintainer-ebirbe| image:: https://github.com/ebirbe.png?size=40px
:target: https://github.com/ebirbe
:alt: ebirbe
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
|maintainer-moylop260| |maintainer-ebirbe|
This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/12.0/attachment_unindex_content>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

2
attachment_unindex_content/__init__.py

@ -1,2 +0,0 @@
from . import models
from .hooks import post_init_hook

19
attachment_unindex_content/__manifest__.py

@ -1,19 +0,0 @@
# © 2019 Vauxoo (<http://www.vauxoo.com/>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Attachment Unindex Content',
'summary': 'Disable indexing of attachments',
'version': '12.0.1.0.0',
'author': 'Vauxoo, Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/server-tools',
'maintainers': ['moylop260', 'ebirbe'],
'license': 'AGPL-3',
'category': 'Tools',
'depends': [
'base',
],
'installable': True,
'application': False,
'post_init_hook': 'post_init_hook',
}

5
attachment_unindex_content/hooks.py

@ -1,5 +0,0 @@
def post_init_hook(cr, registry):
"""Clear the indexed data for records already in database"""
cr.execute("UPDATE ir_attachment SET index_content=NULL")

20
attachment_unindex_content/i18n/attachment_unindex_content.pot

@ -1,20 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * attachment_unindex_content
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.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_unindex_content
#: model:ir.model,name:attachment_unindex_content.model_ir_attachment
msgid "Attachment"
msgstr ""

1
attachment_unindex_content/models/__init__.py

@ -1 +0,0 @@
from . import ir_attachment

13
attachment_unindex_content/models/ir_attachment.py

@ -1,13 +0,0 @@
# 2019 Vauxoo (<http://www.vauxoo.com/>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import api, models
class IrAttachment(models.Model):
_inherit = "ir.attachment"
@api.model
def _index(self, bin_data, datas_fname, file_type):
return False

3
attachment_unindex_content/readme/CONTRIBUTORS.rst

@ -1,3 +0,0 @@
- Moises López <moylop260@vauxoo.com>
- Erick Birbe <erick@vauxoo.com>

36
attachment_unindex_content/readme/DESCRIPTION.rst

@ -1,36 +0,0 @@
This module disables the indexation of attachments content.
Attachment model has a field called 'index_content' where the content of the
attachment is read and stored directly in the database. This field is useful in
order to search content of a file. But most of cases it is not used, so, you
can install this module in order to:
- **Avoid Duplicating Data:** Because indexation extracts text content from
files and put it on the database in order it could be searched, but this
implies you have the file data in your ``filestore`` directory, and also part
(or sometimes all) of that data in your database too.
- **Improve Performance:** Since not all indexed files are plain text,
they require extra process to read them.
Maybe you could try to uninstall modules like ``document`` in order to disable
its indexation features, but you could face the uninstallation of other modules
that could be useful for you (e.g, ``hr_recruitment`` depends on that).
But even if you don't have ``document`` installed, you'd still have plain text
content indexation by default. As you can see in this SQL query results,
indexation is active even without it:
.. |sql_query| image:: https://user-images.githubusercontent.com/442938/67894113-45d27a80-fb2e-11e9-9a22-ba43d8b444c5.png
:target: https://user-images.githubusercontent.com/442938/67894113-45d27a80-fb2e-11e9-9a22-ba43d8b444c5.png
:height: 200px
:width: 400px
:alt: SQL Query result showing indexed content
|sql_query|
Using this module you will not require to uninstall any module to disable
the attachment content indexation, because we directly disable it at
``ir.attachment`` base.
Also, after the installation, the ``index_content`` field on attachments
already recorded in database will be cleared.

446
attachment_unindex_content/static/description/index.html

@ -1,446 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<title>Attachment Unindex Content</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: grey; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document" id="attachment-unindex-content">
<h1 class="title">Attachment Unindex Content</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/server-tools/tree/12.0/attachment_unindex_content"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-attachment_unindex_content"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/149/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>This module disables the indexation of attachments content.</p>
<p>Attachment model has a field called ‘index_content’ where the content of the
attachment is read and stored directly in the database. This field is useful in
order to search content of a file. But most of cases it is not used, so, you
can install this module in order to:</p>
<ul class="simple">
<li><strong>Avoid Duplicating Data:</strong> Because indexation extracts text content from
files and put it on the database in order it could be searched, but this
implies you have the file data in your <tt class="docutils literal">filestore</tt> directory, and also part
(or sometimes all) of that data in your database too.</li>
<li><strong>Improve Performance:</strong> Since not all indexed files are plain text,
they require extra process to read them.</li>
</ul>
<p>Maybe you could try to uninstall modules like <tt class="docutils literal">document</tt> in order to disable
its indexation features, but you could face the uninstallation of other modules
that could be useful for you (e.g, <tt class="docutils literal">hr_recruitment</tt> depends on that).</p>
<p>But even if you don’t have <tt class="docutils literal">document</tt> installed, you’d still have plain text
content indexation by default. As you can see in this SQL query results,
indexation is active even without it:</p>
<p><a class="reference external" href="https://user-images.githubusercontent.com/442938/67894113-45d27a80-fb2e-11e9-9a22-ba43d8b444c5.png"><img alt="SQL Query result showing indexed content" src="https://user-images.githubusercontent.com/442938/67894113-45d27a80-fb2e-11e9-9a22-ba43d8b444c5.png" style="width: 400px; height: 200px;" /></a></p>
<p>Using this module you will not require to uninstall any module to disable
the attachment content indexation, because we directly disable it at
<tt class="docutils literal">ir.attachment</tt> base.</p>
<p>Also, after the installation, the <tt class="docutils literal">index_content</tt> field on attachments
already recorded in database will be cleared.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id2">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id3">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id1">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-tools/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/server-tools/issues/new?body=module:%20attachment_unindex_content%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#id2">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id3">Authors</a></h2>
<ul class="simple">
<li>Vauxoo</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#id4">Contributors</a></h2>
<ul class="simple">
<li>Moises López &lt;<a class="reference external" href="mailto:moylop260&#64;vauxoo.com">moylop260&#64;vauxoo.com</a>&gt;</li>
<li>Erick Birbe &lt;<a class="reference external" href="mailto:erick&#64;vauxoo.com">erick&#64;vauxoo.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id5">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p>
<p><a class="reference external" href="https://github.com/moylop260"><img alt="moylop260" src="https://github.com/moylop260.png?size=40px" /></a> <a class="reference external" href="https://github.com/ebirbe"><img alt="ebirbe" src="https://github.com/ebirbe.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-tools/tree/12.0/attachment_unindex_content">OCA/server-tools</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
</div>
</body>
</html>

78
auditlog/README.rst

@ -1,54 +1,30 @@
=========
Audit Log
=========
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github
:target: https://github.com/OCA/server-tools/tree/12.0/auditlog
:alt: OCA/server-tools
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-auditlog
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/149/12.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
=================================
Audit Log - Track user operations
=================================
This module allows the administrator to log user operations performed on data
models such as ``create``, ``read``, ``write`` and ``delete``.
**Table of contents**
.. contents::
:local:
Usage
=====
Go to `Settings / Technical / Audit / Rules` to subscribe rules. A rule defines
which operations to log for a given data model.
.. image:: https://raw.githubusercontent.com/auditlog/static/description/rule.png
.. image:: /auditlog/static/description/rule.png
Then, check logs in the `Settings / Technical / Audit / Logs` menu. You can
group them by user sessions, date, data model or HTTP requests:
.. image:: https://raw.githubusercontent.com/auditlog/static/description/logs.png
.. image:: /auditlog/static/description/logs.png
Get the details:
.. image:: https://raw.githubusercontent.com/auditlog/static/description/log.png
.. image:: /auditlog/static/description/log.png
A scheduled action exists to delete logs older than 6 months (180 days)
automatically but is not enabled by default.
@ -56,57 +32,47 @@ To activate it and/or change the delay, go to the
`Configuration / Technical / Automation / Scheduled Actions` menu and edit the
`Auto-vacuum audit logs` entry:
.. image:: https://raw.githubusercontent.com/auditlog/static/description/autovacuum.png
.. image:: /auditlog/static/description/autovacuum.png
Known issues / Roadmap
======================
* log only operations triggered by some users (currently it logs all users)
* log read operations does not work on all data models, need investigation
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/server-tools/issues/new?body=module:%20auditlog%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
`here <https://github.com/OCA/server-tools/issues/new?body=module:%20auditlog%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
~~~~~~~
* ABF OSIELL
Contributors
~~~~~~~~~~~~
------------
* Sebastien Alix <sebastien.alix@camptocamp.com>
* Sebastien Alix <sebastien.alix@osiell.com>
* Holger Brunn <hbrunn@therp.nl>
* Holden Rehg <holdenrehg@gmail.com>
Other credits
~~~~~~~~~~~~~
Images
------
* Icon: built with different icons from the `Oxygen theme <https://en.wikipedia.org/wiki/Oxygen_Project>`_ (LGPL)
Maintainers
~~~~~~~~~~~
This module is maintained by the OCA.
Maintainer
----------
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
This module is maintained by the OCA.
This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/12.0/auditlog>`_ project on GitHub.
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.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
To contribute to this module, please visit https://odoo-community.org.

6
auditlog/__manifest__.py

@ -1,12 +1,12 @@
# Copyright 2015 ABF OSIELL <https://osiell.com>
# © 2015 ABF OSIELL <https://osiell.com>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
'name': "Audit Log",
'version': "12.0.1.0.0",
'version': "11.0.1.0.0",
'author': "ABF OSIELL,Odoo Community Association (OCA)",
'license': "AGPL-3",
'website': "https://github.com/OCA/server-tools/",
'website': "https://www.osiell.com",
'category': "Tools",
'depends': [
'base',

252
auditlog/i18n/am.po

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__action_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
msgid "Action"
msgstr ""
@ -66,53 +66,53 @@ msgid "Auto-vacuum audit logs"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__user_context
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
msgid "Context"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum__create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum__create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__create_date
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
msgid "Created on"
msgstr "Creado en"
#. module: auditlog
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "Date"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__field_description
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
msgid "Description"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum__display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
msgid "Display Name"
msgstr ""
#. module: auditlog
#: selection:auditlog.rule,state:0
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "Draft"
msgstr ""
@ -122,13 +122,13 @@ msgid "Fast log"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__field_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
msgid "Field"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__line_ids
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Fields updated"
msgstr ""
@ -138,7 +138,7 @@ msgid "Full log"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,help:auditlog.field_auditlog_rule__log_type
#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
msgid ""
"Full log: make a diff between the data before and after the operation (log "
"more info like computed fields which were updated, but it is slower)\n"
@ -147,254 +147,254 @@ msgid ""
msgstr ""
#. module: auditlog
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "Group By..."
msgstr ""
#. module: auditlog
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "HTTP Context"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__http_request_id
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "HTTP Request"
msgstr ""
#. module: auditlog
#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__http_request_ids
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
msgid "HTTP Requests"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum__id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
msgid "ID"
msgstr "ID"
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum____last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request____last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session____last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log____last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line____last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule____last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
msgid "Last Modified on"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum__write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
msgid "Last Updated by"
msgstr "Última actualización por"
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum__write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__log_id
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Log"
msgstr ""
#. module: auditlog
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Log - Field updated"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__log_create
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
msgid "Log Creates"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__log_unlink
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
msgid "Log Deletes"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__log_read
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
msgid "Log Reads"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__log_write
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
msgid "Log Writes"
msgstr ""
#. module: auditlog
#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__log_ids
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
#: model:ir.ui.menu,name:auditlog.menu_audit_logs
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
msgid "Logs"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__method
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
msgid "Method"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__model_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__model_id
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "Model"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
msgid "Name"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__new_value
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
msgid "New Value"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__new_value_text
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
msgid "New value Text"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__old_value
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
msgid "Old Value"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__old_value_text
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
msgid "Old value Text"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__name
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
msgid "Path"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__res_id
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "Resource ID"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
msgid "Resource Name"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__root_url
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
msgid "Root URL"
msgstr ""
#. module: auditlog
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
msgid "Rule"
msgstr ""
#. module: auditlog
#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
msgid "Rules"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,help:auditlog.field_auditlog_rule__model_id
#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
msgid "Select model for which you want to generate log."
msgstr ""
#. module: auditlog
#: model:ir.model.fields,help:auditlog.field_auditlog_rule__log_create
#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
msgid ""
"Select this if you want to keep track of creation on any record of the model "
"of this rule"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,help:auditlog.field_auditlog_rule__log_unlink
#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
msgid ""
"Select this if you want to keep track of deletion on any record of the model "
"of this rule"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,help:auditlog.field_auditlog_rule__log_write
#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
msgid ""
"Select this if you want to keep track of modification on any record of the "
"model of this rule"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,help:auditlog.field_auditlog_rule__log_read
#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
msgid ""
"Select this if you want to keep track of read/open on any record of the "
"model of this rule"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__http_session_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__http_session_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
msgid "Session"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
msgid "Session ID"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__state
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "State"
msgstr ""
#. module: auditlog
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
msgid "Subscribe"
msgstr ""
#. module: auditlog
#: selection:auditlog.rule,state:0
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "Subscribed"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__field_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
msgid "Technical name"
msgstr ""
@ -406,58 +406,58 @@ msgid ""
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__log_type
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__log_type
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
msgid "Type"
msgstr ""
#. module: auditlog
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
msgid "Unsubscribe"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__user_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__user_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__user_id
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "User"
msgstr ""
#. module: auditlog
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "User session"
msgstr ""
#. module: auditlog
#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
msgid "User sessions"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__user_ids
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
msgid "Users"
msgstr ""
#. module: auditlog
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Values"
msgstr ""
#. module: auditlog
#: code:addons/auditlog/models/rule.py:527
#: code:addons/auditlog/models/rule.py:517
#, python-format
msgid "View logs"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,help:auditlog.field_auditlog_rule__user_ids
#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
msgid "if User is not added then it will applicable for all users"
msgstr ""

252
auditlog/i18n/ar.po

@ -21,7 +21,7 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__action_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
msgid "Action"
msgstr "الإجراء"
@ -68,53 +68,53 @@ msgid "Auto-vacuum audit logs"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__user_context
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
msgid "Context"
msgstr "السياق"
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum__create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
msgid "Created by"
msgstr "أنشئ بواسطة"
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum__create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__create_date
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
msgid "Created on"
msgstr "أنشئ في"
#. module: auditlog
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "Date"
msgstr "التاريخ"
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__field_description
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
msgid "Description"
msgstr "الوصف"
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum__display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
msgid "Display Name"
msgstr "اسم العرض"
#. module: auditlog
#: selection:auditlog.rule,state:0
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "Draft"
msgstr "مسوّدة"
@ -124,13 +124,13 @@ msgid "Fast log"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__field_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
msgid "Field"
msgstr "الحقل"
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__line_ids
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Fields updated"
msgstr ""
@ -140,7 +140,7 @@ msgid "Full log"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,help:auditlog.field_auditlog_rule__log_type
#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
msgid ""
"Full log: make a diff between the data before and after the operation (log "
"more info like computed fields which were updated, but it is slower)\n"
@ -149,254 +149,254 @@ msgid ""
msgstr ""
#. module: auditlog
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "Group By..."
msgstr "تجميع حسب..."
#. module: auditlog
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "HTTP Context"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__http_request_id
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "HTTP Request"
msgstr ""
#. module: auditlog
#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__http_request_ids
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
msgid "HTTP Requests"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum__id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
msgid "ID"
msgstr "المعرف"
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum____last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request____last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session____last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log____last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line____last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule____last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
msgid "Last Modified on"
msgstr "آخر تعديل في"
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum__write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
msgid "Last Updated by"
msgstr "آخر تحديث بواسطة"
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum__write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
msgid "Last Updated on"
msgstr "آخر تحديث في"
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__log_id
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Log"
msgstr ""
#. module: auditlog
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Log - Field updated"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__log_create
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
msgid "Log Creates"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__log_unlink
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
msgid "Log Deletes"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__log_read
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
msgid "Log Reads"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__log_write
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
msgid "Log Writes"
msgstr ""
#. module: auditlog
#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__log_ids
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
#: model:ir.ui.menu,name:auditlog.menu_audit_logs
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
msgid "Logs"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__method
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
msgid "Method"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__model_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__model_id
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "Model"
msgstr "النموذج"
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
msgid "Name"
msgstr "الاسم"
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__new_value
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
msgid "New Value"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__new_value_text
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
msgid "New value Text"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__old_value
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
msgid "Old Value"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__old_value_text
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
msgid "Old value Text"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__name
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
msgid "Path"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__res_id
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "Resource ID"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
msgid "Resource Name"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__root_url
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
msgid "Root URL"
msgstr ""
#. module: auditlog
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
msgid "Rule"
msgstr ""
#. module: auditlog
#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
msgid "Rules"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,help:auditlog.field_auditlog_rule__model_id
#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
msgid "Select model for which you want to generate log."
msgstr ""
#. module: auditlog
#: model:ir.model.fields,help:auditlog.field_auditlog_rule__log_create
#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
msgid ""
"Select this if you want to keep track of creation on any record of the model "
"of this rule"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,help:auditlog.field_auditlog_rule__log_unlink
#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
msgid ""
"Select this if you want to keep track of deletion on any record of the model "
"of this rule"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,help:auditlog.field_auditlog_rule__log_write
#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
msgid ""
"Select this if you want to keep track of modification on any record of the "
"model of this rule"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,help:auditlog.field_auditlog_rule__log_read
#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
msgid ""
"Select this if you want to keep track of read/open on any record of the "
"model of this rule"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__http_session_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__http_session_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
msgid "Session"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
msgid "Session ID"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__state
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "State"
msgstr ""
#. module: auditlog
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
msgid "Subscribe"
msgstr ""
#. module: auditlog
#: selection:auditlog.rule,state:0
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "Subscribed"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line__field_name
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
msgid "Technical name"
msgstr ""
@ -408,58 +408,58 @@ msgid ""
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__log_type
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__log_type
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
msgid "Type"
msgstr "النوع"
#. module: auditlog
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
msgid "Unsubscribe"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request__user_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session__user_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log__user_id
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "User"
msgstr "المستخدم"
#. module: auditlog
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "User session"
msgstr ""
#. module: auditlog
#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
msgid "User sessions"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule__user_ids
#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
msgid "Users"
msgstr "المستخدمون"
#. module: auditlog
#: model_terms:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Values"
msgstr ""
#. module: auditlog
#: code:addons/auditlog/models/rule.py:527
#: code:addons/auditlog/models/rule.py:517
#, python-format
msgid "View logs"
msgstr ""
#. module: auditlog
#: model:ir.model.fields,help:auditlog.field_auditlog_rule__user_ids
#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
msgid "if User is not added then it will applicable for all users"
msgstr ""

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save