Compare commits

...

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

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

1
.gitignore

@ -13,6 +13,7 @@ build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/

24
.travis.yml

@ -3,31 +3,37 @@ sudo: false
cache: pip
python:
- "3.5"
- "2.7"
addons:
postgresql: "9.6"
postgresql: "9.3" # 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
env:
global:
- VERSION="12.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
- VERSION="8.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"
- TESTS="1" ODOO_REPO="OCA/OCB" 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"
- TRANSIFEX="1"
- TESTS="1" ODOO_REPO="odoo/odoo"
- TESTS="1" ODOO_REPO="OCA/OCB"
virtualenv:
system_site_packages: true
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
- printf '[options]\n\nrunning_env = dev\n' > ${HOME}/.openerp_serverrc
- ln -s ${TRAVIS_BUILD_DIR}/server_environment_files_sample ${TRAVIS_BUILD_DIR}/server_environment_files
script:
- travis_run_tests

109
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/8.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=8.0)](https://travis-ci.org/OCA/server-tools)
[![Coverage Status](https://coveralls.io/repos/OCA/server-tools/badge.png?branch=8.0)](https://coveralls.io/r/OCA/server-tools?branch=8.0)
[![Code Climate](https://codeclimate.com/github/OCA/server-tools/badges/gpa.svg)](https://codeclimate.com/github/OCA/server-tools)
Server Environment And Tools
@ -12,10 +12,105 @@ This project aim to deal with modules related to manage Odoo server environment
- Keep the security on update
- Manage email settings
Contributing
------------
Do you want to contribute? Please read our [contributing guidelines](https://github.com/OCA/maintainer-tools/blob/master/CONTRIBUTING.md).
[//]: # (addons)
Available addons
----------------
addon | version | summary
--- | --- | ---
[admin_technical_features](admin_technical_features/) | 8.0.0.1.0 | Checks the technical features box for admin user.
[attachment_metadata](attachment_metadata/) | 8.0.1.0.0 | Attachment Metadata
[auditlog](auditlog/) | 8.0.1.3.0 | Audit Log
[auth_admin_passkey](auth_admin_passkey/) | 8.0.2.1.1 | Authentification - Admin Passkey
[auth_brute_force](auth_brute_force/) | 8.0.1.0.0 | Tracks Authentication Attempts and Prevents Brute-force Attacks module
[auth_dynamic_groups](auth_dynamic_groups/) | 8.0.1.0.0 | Have membership conditions for certain groups
[auth_from_http_remote_user](auth_from_http_remote_user/) | 8.0.1.0.0 | Authenticate via HTTP Remote User
[auth_signup_verify_email](auth_signup_verify_email/) | 8.0.1.0.0 | Force uninvited users to use a good email for signup
[auth_supplier](auth_supplier/) | 8.0.1.0.0 | Auth Supplier
[auto_backup](auto_backup/) | 8.0.1.0.3 | Backups database
[base_concurrency](base_concurrency/) | 8.0.1.1.0 | Base Concurrency
[base_custom_info](base_custom_info/) | 8.0.1.0.0 | Add custom field in models
[base_debug4all](base_debug4all/) | 8.0.1.0.0 | Shows full debug options for all users
[base_export_manager](base_export_manager/) | 8.0.2.1.0 | Manage model export profiles
[base_external_dbsource](base_external_dbsource/) | 8.0.1.3.0 | External Database Sources
[base_field_validator](base_field_validator/) | 8.0.1.0.0 | Validate fields using regular expressions
[base_import_match](base_import_match/) | 8.0.1.0.1 | Try to avoid duplicates before importing
[base_import_odoo](base_import_odoo/) | 8.0.1.0.1 | Import records from another Odoo instance
[base_import_security_group](base_import_security_group/) | 8.0.1.0.0 | Group-based permissions for importing CSV files
[base_ir_filters_active](base_ir_filters_active/) | 8.0.1.0.0 | Allows you to disable (hide) filters
[base_manifest_extension](base_manifest_extension/) | 8.0.1.0.0 | Adds some useful keys to manifest files
[base_mixin_restrict_field_access](base_mixin_restrict_field_access/) | 8.0.1.0.0 | Make it simple to restrict read and/or write access to certain fields base on some condition
[base_module_doc_rst](base_module_doc_rst/) | 8.0.1.0.0 | Modules Technical Guides in RST and Relationship Graphs
[base_multi_image](base_multi_image/) | 8.0.2.0.0 | Allow multiple images for database objects
[base_name_search_improved](base_name_search_improved/) | 8.0.1.0.2 | Friendlier search when typing in relation fields
[base_optional_quick_create](base_optional_quick_create/) | 8.0.0.1.0 | Avoid 'quick create' on m2o fields, on a 'by model' basis
[base_report_auto_create_qweb](base_report_auto_create_qweb/) | 8.0.1.0.0 | Report qweb auto generation
[base_search_fuzzy](base_search_fuzzy/) | 8.0.1.0.0 | Fuzzy search with the PostgreSQL trigram extension
[base_suspend_security](base_suspend_security/) | 8.0.1.0.1 | Suspend security checks for a call
[base_user_gravatar](base_user_gravatar/) | 8.0.1.0.0 | Synchronize Gravatar image
[base_user_reset_access](base_user_reset_access/) | 8.0.1.0.0 | Reset User Access Right
[base_user_role](base_user_role/) | 8.0.1.2.0 | User roles
[base_view_inheritance_extension](base_view_inheritance_extension/) | 8.0.1.0.0 | Adds more operators for view inheritance
[cron_inactivity_period](cron_inactivity_period/) | 8.0.1.0.0 | Inactivity Periods for Cron Jobs
[cron_run_manually](cron_run_manually/) | 8.0.1.0.0 | Call cron jobs from their form view
[database_cleanup](database_cleanup/) | 8.0.0.1.0 | Database cleanup
[datetime_formatter](datetime_formatter/) | 8.0.1.0.0 | Helper functions to give correct format to date[time] fields
[dbfilter_from_header](dbfilter_from_header/) | 8.0.1.0.1 | dbfilter_from_header
[dead_mans_switch_client](dead_mans_switch_client/) | 8.0.1.0.1 | Be notified when customers' odoo instances go down
[dead_mans_switch_server](dead_mans_switch_server/) | 8.0.1.0.0 | Be notified when customers' odoo instances go down
[disable_openerp_online](disable_openerp_online/) | 8.0.1.1.0 | Remove odoo.com bindings
[fetchmail_attach_from_folder](fetchmail_attach_from_folder/) | 8.0.1.0.1 | Attach mails in an IMAP folder to existing objects
[fetchmail_notify_error_to_sender](fetchmail_notify_error_to_sender/) | 8.0.1.0.1 | If fetching mails gives error, send an email to sender
[field_char_transformed](field_char_transformed/) | 8.0.1.0.0 | Allows to transform input in character fields before writing or reading it to/from the database
[field_rrule](field_rrule/) | 8.0.1.0.1 | Provides a field and widget for RRules according to RFC 2445
[html_image_url_extractor](html_image_url_extractor/) | 8.0.1.0.0 | Extract images found in any HTML field
[html_text](html_text/) | 8.0.1.0.0 | Generate excerpts from any HTML field
[import_odbc](import_odbc/) | 8.0.0.1.3 | Import data from SQL and ODBC data sources.
[inactive_session_timeout](inactive_session_timeout/) | 8.0.1.0.0 | This module disable all inactive sessions since a given delay
[language_path_mixin](language_path_mixin/) | 8.0.1.0.0 | Setting the partner's language in RML reports
[letsencrypt](letsencrypt/) | 8.0.1.0.0 | Request SSL certificates from letsencrypt.org
[log_forwarded_for_ip](log_forwarded_for_ip/) | 8.0.1.0.0 | Displays source IPs in log when behind a reverse proxy
[logging_json](logging_json/) | 8.0.1.0.0 | JSON Logging
[mail_environment](mail_environment/) | 8.0.0.1.0 | Server env config for mail + fetchmail
[mass_editing](mass_editing/) | 8.0.1.3.0 | Mass Editing
[mass_sorting](mass_sorting/) | 8.0.1.0.0 | Sort any models by any fields list
[module_auto_update](module_auto_update/) | 8.0.2.0.3 | Automatically update Odoo modules
[module_prototyper](module_prototyper/) | 8.0.0.3.0 | Prototype your module.
[module_uninstall_check](module_uninstall_check/) | 8.0.1.0.0 | Add Extra Checks before uninstallation of modules
[password_security](password_security/) | 8.0.1.1.2 | Allow admin to set password security requirements.
[profiler](profiler/) | 8.0.1.0.0 | profiler
[qweb_usertime](qweb_usertime/) | 8.0.1.0.0 | Add user time rendering support in QWeb
[save_translation_file](save_translation_file/) | 8.0.1.0.0 | Allows developpers to easily generate i18n files
[scheduler_error_mailer](scheduler_error_mailer/) | 8.0.1.0.0 | Send an e-mail when a scheduler fails
[secure_uninstall](secure_uninstall/) | 8.0.1.0.0 | Ask password to authorize uninstall
[sentry](sentry/) | 8.0.1.0.0 | Report Odoo errors to Sentry
[server_environment](server_environment/) | 8.0.1.1.0 | server configuration environment files
[server_environment_files_sample](server_environment_files_sample/) | 8.0.1.0.0 | Example server configuration environment files repository module
[shell](shell/) | 8.0.1.0.0 | Backport of the v9 shell CLI command.
[sql_export](sql_export/) | 8.0.1.0.0 | Export data in csv file with SQL requests
[sql_request_abstract](sql_request_abstract/) | 8.0.1.0.1 | Abstract Model to manage SQL Requests
[super_calendar](super_calendar/) | 8.0.0.2.0 | This module allows to create configurable calendars.
[users_ldap_groups](users_ldap_groups/) | 8.0.1.2.2 | Adds user accounts to groups based on rules defined by the administrator.
[users_ldap_mail](users_ldap_mail/) | 8.0.1.0.0 | LDAP mapping for user name and e-mail
[users_ldap_populate](users_ldap_populate/) | 8.0.1.2.1 | Create users from LDAP before they log in
[users_ldap_push](users_ldap_push/) | 8.0.1.0.0 | Creates a ldap entry when you create a user in Odoo
[web_context_tunnel](web_context_tunnel/) | 8.0.2.0.0 | Web Context Tunnel
Unported addons
---------------
addon | version | summary
--- | --- | ---
[auth_from_http_basic](auth_from_http_basic/) | 1.0 (unported) | Authenticate via HTTP basic authentication
[auth_from_http_basic_logout](auth_from_http_basic_logout/) | 1.0 (unported) | Authenticate via HTTP basic authentication (logout helper)
[configuration_helper](configuration_helper/) | 0.8 (unported) | Configuration Helper
[email_template_template](email_template_template/) | 1.0 (unported) | Templates for email templates
[ir_config_parameter_viewer](ir_config_parameter_viewer/) | 0.1 (unported) | Ir.config_parameter view
[security_protector](security_protector/) | 0.1 (unported) | Security protector
[server_env_base_external_referentials](server_env_base_external_referentials/) | 1.0 (unported) | Server environment for base_external_referential
[//]: # (end addons)
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-8-0/chart/image_png)](https://www.transifex.com/projects/p/OCA-server-tools-8-0)

44
admin_technical_features/README.rst

@ -0,0 +1,44 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3
Admin Technical Features
========================
Checks the technical features box for administrator user.
.. image:: /admin_technical_features/static/admin_technical_features.png
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
`here <https://github.com/OCA/server-tools/issues/new?body=module:%20admin_technical_features%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Credits
=======
Contributors
------------
* Bruno Joliveau <bruno.joliveau@savoirfairelinux.com>
* Sandy Carter <sandy.carter@savoirfairelinux.com>
* Jordi Riera<jordi.riera@savoirfairelinux.com>
Maintainer
----------
.. image:: http://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: http://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 http://odoo-community.org.

21
admin_technical_features/__init__.py

@ -0,0 +1,21 @@
# -*- encoding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# This module copyright (C) 2014 Savoir-faire Linux
# (<http://www.savoirfairelinux.com>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################

42
admin_technical_features/__openerp__.py

@ -0,0 +1,42 @@
# -*- encoding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# This module copyright (C) 2014 Savoir-faire Linux
# (<http://www.savoirfairelinux.com>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
'name': 'Admin Technical Features',
'version': '8.0.0.1.0',
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
'maintainer': 'Savoir-faire Linux',
'website': 'http://www.savoirfairelinux.com',
'license': 'AGPL-3',
'category': 'Administration',
'summary': 'Checks the technical features box for admin user.',
'depends': ['base_import'],
'external_dependencies': {
'python': [],
},
'data': [
'res_groups.xml',
],
'demo': [],
'test': [],
'installable': True,
}

14
admin_technical_features/i18n/admin_technical_features.pot

@ -0,0 +1,14 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.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"

8
admin_technical_features/res_groups.xml

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="0">
<record id="base.group_no_one" model="res.groups">
<field name="users" eval="[(4, ref('base.user_root'))]"/>
</record>
</data>
</openerp>

BIN
admin_technical_features/static/admin_technical_features.png

After

Width: 1012  |  Height: 254  |  Size: 18 KiB

BIN
admin_technical_features/static/description/icon.png

After

Width: 128  |  Height: 128  |  Size: 16 KiB

84
attachment_metadata/README.rst

@ -0,0 +1,84 @@
.. 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 extend 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 external_file_location.
Usage
=====
Go the menu Settings > Attachments
You can create / see standard attachments with additional fields
.. 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/8.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/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:%20
attachment_metadata%0Aversion:%20
8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
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>
* Sebastien BEAU <sebastian.beau@akretion.com>
* Joel Grand-Guillaume Camptocamp
* initOS <http://initos.com>
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_cron_exclusion/__init__.py → attachment_metadata/__init__.py

21
attachment_metadata/__openerp__.py

@ -0,0 +1,21 @@
# coding: utf-8
# @ 2015 Valentin CHEMIERE @ Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Attachment Metadata',
'version': '8.0.1.0.0',
'author': 'Akretion,Odoo Community Association (OCA)',
'website': 'http://www.akretion.com/',
'license': 'AGPL-3',
'category': 'Generic Modules',
'depends': [
],
'data': [
'views/attachment_view.xml',
'security/ir.model.access.csv',
],
'installable': True,
'application': False,
'images': [],
}

244
attachment_metadata/i18n/am.po

@ -0,0 +1,244 @@
# 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-09-16 09:29+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Amharic (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/am/)\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Creado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Creado en"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Última actualización por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

245
attachment_metadata/i18n/ar.po

@ -0,0 +1,245 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Arabic (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "الشركة"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "أنشئ بواسطة"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "أنشئ في"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "الوصف"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "اسم العرض"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "تجميع حسب"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "المعرف"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "آخر تعديل في"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "آخر تحديث بواسطة"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "آخر تحديث في"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "النوع"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

232
attachment_metadata/i18n/attachment_metadata.pot

@ -0,0 +1,232 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * attachment_metadata
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.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_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid "File corrupted: Something was wrong with the retrieved file, please relaunch the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid "File hash computed with file data to be compared to external hash when provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid "The file type determines an import method to be used to parse and transform data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/bg.po

@ -0,0 +1,244 @@
# 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-11-28 21:28+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/bg/)\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Фирма"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Създадено от"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Създадено на"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Описание"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Име за Показване"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Групирай По"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Последно обновено на"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Последно обновено от"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Последно обновено на"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Вид"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

245
attachment_metadata/i18n/bs.po

@ -0,0 +1,245 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/bs/)\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Kompanija"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Kreirao"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Kreirano"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Opis"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Prikaži naziv"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Grupiši po"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Zadnje mijenjano"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Zadnji ažurirao"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Zadnje ažurirano"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Vrsta"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

254
attachment_metadata/i18n/ca.po

@ -0,0 +1,254 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr "Adjunt "
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr "Nom de l'Adjunt "
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr "ID de l'adjunt "
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr "Binari "
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Empresa"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Creat per"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Creat el"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr "Mes de creació "
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr "Dades de la Base de Dades "
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Descripció"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Veure el nom"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr "Hash extern "
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr "Contingut del fitxer "
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr "Nom del Fitxer "
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr "Mida del Fitxer "
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
"Fitxer corromput: Alguna cosa ha fallat al rebre el fitxer, si us plau "
"torneu a carregar la tasca. "
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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 ""
"El Hash del fitxer prové del propietari extern del fitxer. Si es proporciona "
"ens permet comprovar que el fitxer descarregat és una còpia exacta del "
"fitxer original. "
#. module: attachment_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
"El hash del fitxer és calcula amb les dades del fitxer comparades amb el "
"hash extern quan es proporciona. "
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr "Tipus de fitxer "
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr "Filtre als meus documents "
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Agrupat per"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr "Hash intern "
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Darrera modificació el"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Darrera Actualització per"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Darrera Actualització el"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr "Enllaça al model ir.attachment"
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr "Adjunts de meta-dades "
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr "El meu(s) Document(s)"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr "Propietari "
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr "ID del recurs "
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr "Model del recurs "
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr "Nom del recurs "
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr "Nom del fitxer desat "
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
"Els objectes de la base de dades en aquesta adjunció també seran adjuntats "
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
"El tipus de fitxer determina un mètode d'importació per ser utilitzat per "
"analitzar i transformar les dades abans des ser importades al ERP "
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr "L'ID del registre també està adjuntat "
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipus"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr "URL"
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr "Url"

244
attachment_metadata/i18n/ca_ES.po

@ -0,0 +1,244 @@
# 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: 2018-02-01 01:50+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Catalan (Spain) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/ca_ES/)\n"
"Language: ca_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Companyia"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Creat per"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Creat a"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Descripció"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Nom visible"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Darrera modificació en"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Darrera actualització per"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Darrera actualització el"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipus"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/cs.po

@ -0,0 +1,244 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Czech (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/cs/)\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Společnost"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Vytvořil(a)"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Vytvořeno"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Popis"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Zobrazovaný název"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Seskupit podle"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Naposled upraveno"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Naposled upraveno"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Naposled upraveno"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Druh"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/da.po

@ -0,0 +1,244 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Danish (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/da/)\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Virksomhed"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Oprettet af"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Oprettet den"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Beskrivelse"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Vist navn"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Gruppér efter"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "Id"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Sidst ændret den"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Sidst opdateret af"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Sidst opdateret den"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Type"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

253
attachment_metadata/i18n/de.po

@ -0,0 +1,253 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * attachment_metadata
#
# Translators:
# Rudolf Schnapka <rs@techno-flex.de>, 2017
msgid ""
msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-07 03:47+0000\n"
"PO-Revision-Date: 2017-03-10 13:16+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr "Anhang"
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr "Anhangsbezeichnung"
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr "Anhangskennung"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr "Anhänge"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr "Binär"
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr "Binäre Datei oder URL"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Unternehmen"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Erstellt von"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Erstellt am:"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr "Anlagemonat"
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr "Datenbank-Daten"
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Beschreibung"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Anzeigename"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr "Externer Hashwert"
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr "Dateiinhalt"
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr "Dateiname"
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr "Dateigröße"
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
"Datei verstümmelt: Etwas ist bei der erhaltenen Datei schief gelaufen, bitte "
"Aufgabe wiederholen."
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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 ""
"Dateiprüfsumme stammt von externem Dateibesitzer.\n"
"Wenn verfügbar erlaubt dies die exakte Übereinstimmung mit Originaldatei."
#. module: attachment_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
"Aus Datei errechnete Prüfsumme, mit externem Hash zu vergleich, wenn "
"verfügbar."
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr "Dateityp"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr "Meine Dokumente eingrenzen"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Gruppieren nach"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr "Interne Prüfsumme"
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Zuletzt geändert am"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Zuletzt aktualisiert von"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr "Verknüpfe mit ir.attachment-Modell"
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr "Metadaten-Anhänge"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr "Meine Dokumente"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr "Besitzer"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr "Ressourcen-ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr "Ressourcen-Modell"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr "Ressourcenname"
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr "Gespeicherter Dateiname"
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr "Das Datenbankobjekt dem dieser Anhang zugefügt wird"
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
"Der Dateityp legt die Methode fest, die beim Parsen und Umwandeln vor dem "
"Import ins ERP eingesetzt wird."
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr "Die Datensatz-ID der dieses angehängt wird"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Art"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr "URL"
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr "Url"

244
attachment_metadata/i18n/el_GR.po

@ -0,0 +1,244 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/el_GR/)\n"
"Language: el_GR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr "Συνημμένα "
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Εταιρεία"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Δημιουργήθηκε από "
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Δημιουργήθηκε στις"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Περιγραφή"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "Κωδικός"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Τελευταία ενημέρωση από"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Τελευταία ενημέρωση στις"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/en_GB.po

@ -0,0 +1,244 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-"
"server-tools-8-0/language/en_GB/)\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Company"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Created by"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Created on"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Description"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Display Name"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Group By"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Last Modified on"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Last Updated by"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Last Updated on"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Type"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

245
attachment_metadata/i18n/es.po

@ -0,0 +1,245 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * attachment_metadata
#
# Translators:
# Gelo Joga Landoo <gj@landoo.es>, 2017
msgid ""
msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-21 21:56+0000\n"
"PO-Revision-Date: 2017-02-24 11:56+0000\n"
"Last-Translator: Gelo Joga Landoo <gj@landoo.es>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr "Adjunto"
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr "Nombre del adjunto"
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr "Id del adjunto"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr "Adjuntos"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Compañía"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Creado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Creado el"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr "Mes de creación"
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr "Fecha de la base de datos"
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Descripción"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Nombre a mostrar"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr "Nombre del archivo"
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr "Tamaño del archivo"
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Agrupar por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Última actualización por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Última actualización por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Última actualización el"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr "Mis Documento(s)"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr "Propietario"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr "ID del recurso"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr "Modelo de Recursos"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr "Nombre del recurso"
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr "URL"
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr "Url"

244
attachment_metadata/i18n/es_AR.po

@ -0,0 +1,244 @@
# 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-11-28 21:28+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/es_AR/)\n"
"Language: es_AR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Creado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Creado en"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Descripción"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Mostrar Nombre"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Agrupar por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Última actualización realizada por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Última actualización el"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/es_CL.po

@ -0,0 +1,244 @@
# 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-12-24 05:31+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/es_CL/)\n"
"Language: es_CL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Creado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Creado en"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Descripción"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Nombre mostrado"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Agrupar por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID (identificación)"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Última actualización de"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/es_CO.po

@ -0,0 +1,244 @@
# 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-11-28 21:28+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/es_CO/)\n"
"Language: es_CO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Creado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Creado"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Descripción"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Nombre Público"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Agrupar por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Última Modificación el"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Actualizado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Actualizado"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/es_CR.po

@ -0,0 +1,244 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/es_CR/)\n"
"Language: es_CR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Compañía"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Creado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Creado en"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Descripción"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Agrupar por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Ultima actualización por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Ultima actualización en"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/es_DO.po

@ -0,0 +1,244 @@
# 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-12-24 05:31+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/oca/"
"OCA-server-tools-8-0/language/es_DO/)\n"
"Language: es_DO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Creado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Creado en"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Descripción"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Nombre mostrado"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Agrupar por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Última actualización de"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/es_EC.po

@ -0,0 +1,244 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/es_EC/)\n"
"Language: es_EC\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Compañia"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Creado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Creado en"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Descripción"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Nombre mostrado"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Agrupar por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID (identificación)"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Última actualización de"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/es_ES.po

@ -0,0 +1,244 @@
# 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: 2017-08-19 09:44+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/es_ES/)\n"
"Language: es_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Compañía"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Creado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Creado en"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Nombre para mostrar"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Última actualización por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/es_MX.po

@ -0,0 +1,244 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/es_MX/)\n"
"Language: es_MX\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Compañía"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Creado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Creado en"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Descripción"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Nombre desplegado"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Agrupar por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Ultima modificacion realizada"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Ultima actualizacion por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Ultima actualización realizada"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/es_PE.po

@ -0,0 +1,244 @@
# 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-11-28 21:28+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/es_PE/)\n"
"Language: es_PE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Creado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Creado en"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Descripción"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Nombre a Mostrar"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Agrupado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Ultima Modificación en"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Actualizado última vez por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Ultima Actualización"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/es_PY.po

@ -0,0 +1,244 @@
# 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-11-28 21:28+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/es_PY/)\n"
"Language: es_PY\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Creado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Creado en"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Descripción"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Agrupado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Ultima actualización por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Ultima actualización en"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/es_VE.po

@ -0,0 +1,244 @@
# 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-11-28 21:28+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/es_VE/)\n"
"Language: es_VE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Creado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Creado en"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Descripción"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Mostrar nombre"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Agrupar por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Modificada por última vez"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Última actualización realizada por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Ultima actualizacion en"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/et.po

@ -0,0 +1,244 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Estonian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/et/)\n"
"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Ettevõte"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Loonud"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Loodud"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Kirjeldus"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Näidatav nimi"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Rühmitamine"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Viimati muudetud"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Viimati uuendatud"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Viimati uuendatud"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tüüp"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/eu.po

@ -0,0 +1,244 @@
# 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: 2017-05-13 07:42+0000\n"
"PO-Revision-Date: 2017-05-13 18:18+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Basque (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/eu/)\n"
"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Enpresa"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Nork sortua"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Created on"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Izena erakutsi"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Group By"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Last Updated by"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Last Updated on"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Mota"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/fa.po

@ -0,0 +1,244 @@
# 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-11-28 21:28+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Persian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/fa/)\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "ایجاد شده توسط"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "ایجاد شده در"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "توصیف"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "نام نمایشی"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "گروه‌بندی برمبنای"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "شناسه"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "تاریخ آخرین به‌روزرسانی"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "آخرین به روز رسانی توسط"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "آخرین به روز رسانی در"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "نوع"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/fi.po

@ -0,0 +1,244 @@
# 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: 2017-05-01 23:17+0000\n"
"PO-Revision-Date: 2017-05-11 14:14+0000\n"
"Last-Translator: Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>\n"
"Language-Team: Finnish (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/fi/)\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Yritys"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Luonut"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Luotu"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Kuvaus"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Nimi"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Ryhmittele"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Viimeksi muokattu"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Viimeksi päivittänyt"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Viimeksi päivitetty"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tyyppi"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr "URL"
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

254
attachment_metadata/i18n/fr.po

@ -0,0 +1,254 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * attachment_metadata
#
# Translators:
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-21 06:45+0000\n"
"PO-Revision-Date: 2016-08-21 06:55+0000\n"
"Last-Translator: Christophe CHAUVET <christophe.chauvet@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr "Pièce jointe"
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr "Nom de la pièce jointe"
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr "ID de la pièce jointe"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr "Pièces jointes"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr "Binaire"
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr "Fichier binaire ou URL"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Société"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Créé par"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Créé le"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr "Mois de création"
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr "Données de la base de données"
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Description"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Nom affiché"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr "Empreinte externe"
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr "Contenu du fichier"
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr "Nom du fichier"
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr "Taille du fichier"
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
"Fichier corrompu: Quelque chose ne va pas lors de la récupération du "
"fichier, veuillez relancer la tâche."
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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 ""
"L'empreinte du fichier provient du propriétaire externe de ce fichier.\n"
"Si fourni elle permet de vérifier que le fichier téléchargé est la copie "
"exacte du fichier original."
#. module: attachment_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
"l'empreinte du fichier calculé avec les données du fichier sera comparé à "
"l'empreinte externe lorsqu'elle est fournie."
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr "Type de fichier"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr "Filtrer sur mes documents"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Grouper par"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr "Empreinte interne"
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Dernière modification le"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Mis à jour par"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Mis à jour le"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr "Lien ver le modèle ir.attachment"
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr "Méta données des pièces jointes"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr "Mes docuement(s)"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr "Propriétaire"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr "ID de l'enregistrement"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr "Modèle de la ressource"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr "Nom de l'enregistrement"
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr "Nom de fichier stocké"
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr "L'objet de cette base de données de cette pièce jointe sera attaché à"
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
"Le type de fichier détermine la méthode d'importation a utiliser pour "
"parcourir et transformer les données avant de les importer dans l'ERP "
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr "Cet ID d'enregistrement sera attaché à"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Type"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr "URL"
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr "Url"

244
attachment_metadata/i18n/fr_CA.po

@ -0,0 +1,244 @@
# 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: 2017-03-18 02:08+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/fr_CA/)\n"
"Language: fr_CA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Créé par"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Créé le"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Afficher le nom"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "Identifiant"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Dernière mise à jour par"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Dernière mise à jour le"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/fr_CH.po

@ -0,0 +1,244 @@
# 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-11-30 14:52+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/fr_CH/)\n"
"Language: fr_CH\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Créé par"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Créé le"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Nom affiché"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Dernière modification le"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Modifié par"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Modifié le"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/gl.po

@ -0,0 +1,244 @@
# 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: 2017-11-18 08:55+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Galician (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/gl/)\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Compañía"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Creado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Creado en"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Última modificación"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "ültima actualización por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/gl_ES.po

@ -0,0 +1,244 @@
# 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-11-28 21:28+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Galician (Spain) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/gl_ES/)\n"
"Language: gl_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/he.po

@ -0,0 +1,244 @@
# 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-11-28 21:28+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/he/)\n"
"Language: he\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "נוצר על ידי"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "נוצר ב-"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "תיאור"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "השם המוצג"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "קבץ לפי"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "מזהה"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "תאריך שינוי אחרון"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "עודכן לאחרונה על ידי"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "עודכן לאחרונה על"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "סוג"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

245
attachment_metadata/i18n/hr.po

@ -0,0 +1,245 @@
# 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-11-28 21:28+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Croatian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr "Privitak"
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Poduzeće"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Kreirao"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Kreirano"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Opis"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Naziv "
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Grupiraj po"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Zadnje modificirano"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Zadnji ažurirao"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Zadnje ažuriranje"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr "Vlasnik"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tip"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

245
attachment_metadata/i18n/hr_HR.po

@ -0,0 +1,245 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/hr_HR/)\n"
"Language: hr_HR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Poduzeće"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Kreirao"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Kreirano"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Naziv"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Zadnje modificirano"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Zadnji ažurirao"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Zadnje ažurirano"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/hu.po

@ -0,0 +1,244 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/hu/)\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Vállalat"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Készítette"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Létrehozás dátuma"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Leírás"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Név megjelenítése"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Csoportosítás..."
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Utolsó frissítés dátuma"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Utoljára frissítve, által"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Utoljára frissítve "
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Típus"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/id.po

@ -0,0 +1,244 @@
# 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: 2017-03-07 03:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/id/)\n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Perusahaan"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Dibuat oleh"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Dibuat pada"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Keterangan"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Nama Tampilan"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Dikelompokan berdasarkan .."
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Terakhir Dimodifikasi pada"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Diperbaharui oleh"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Diperbaharui pada"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Jenis"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

246
attachment_metadata/i18n/it.po

@ -0,0 +1,246 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * attachment_metadata
#
# Translators:
# Paolo Valier, 2016
# Paolo Valier, 2016
msgid ""
msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-24 04:14+0000\n"
"PO-Revision-Date: 2016-12-23 08:32+0000\n"
"Last-Translator: Paolo Valier\n"
"Language-Team: Italian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/it/)\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr "Allegato"
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr "Nome Allegato"
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Azienda"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Created by"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Created on"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Descrizione"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Nome da visualizzare"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr "Nome del campo"
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr "Dimensione File"
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Raggruppa per"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Ultima modifica il"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Last Updated by"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Last Updated on"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr "Proprietario"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr "ID Risorsa"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr "Nome della Risorsa"
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr "L'oggetto del database a cui l'allegato verrà collegato"
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr "L'id del record a cui è collegato"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr "URL"
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/ja.po

@ -0,0 +1,244 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Japanese (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/ja/)\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "会社"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "作成者"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "作成日"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "説明"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "表示名"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "グループ化"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "最終更新日"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "最終更新者"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "最終更新日"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "タイプ"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/ko.po

@ -0,0 +1,244 @@
# 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-11-28 21:28+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Korean (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/ko/)\n"
"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "작성자"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "작성일"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "설명"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "표시 이름"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "그룹화"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "최근 수정"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "최근 갱신한 사람"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "최근 갱신 날짜"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "유형"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

245
attachment_metadata/i18n/lt.po

@ -0,0 +1,245 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/lt/)\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
"%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Įmonė"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Sukūrė"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Sukurta"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Aprašymas"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Vaizduojamas pavadinimas"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Grupuoti pagal"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Paskutinį kartą keista"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Paskutinį kartą atnaujino"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Paskutinį kartą atnaujinta"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipas"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

245
attachment_metadata/i18n/lt_LT.po

@ -0,0 +1,245 @@
# 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: 2017-01-12 03:50+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/oca/OCA-"
"server-tools-8-0/language/lt_LT/)\n"
"Language: lt_LT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
"%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Sukūrė"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Sukurta"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Paskutinį kartą atnaujino"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Paskutinį kartą atnaujinta"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

245
attachment_metadata/i18n/lv.po

@ -0,0 +1,245 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Latvian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/lv/)\n"
"Language: lv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
"2);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Uzņēmums"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Izveidoja"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Izveidots"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Apraksts"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Grupēt pēc"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Pēdējo reizi atjaunoja"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Pēdējās izmaiņas"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tips"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/mk.po

@ -0,0 +1,244 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/mk/)\n"
"Language: mk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Компанија"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Креирано од"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Креирано на"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Опис"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Прикажи име"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Групирај по"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Последна промена на"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Последно ажурирање од"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Последно ажурирање на"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Тип"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/mn.po

@ -0,0 +1,244 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/mn/)\n"
"Language: mn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Компани"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Үүсгэгч"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Үүсгэсэн"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Тодорхойлолт"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Дэлгэцийн Нэр"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Бүлэглэх"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Сүүлийн засвар хийсэн огноо"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Сүүлийн засвар хийсэн"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Сүүлийн засвар хийсэн огноо"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Төрөл"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/nb.po

@ -0,0 +1,244 @@
# 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: 2017-01-17 07:51+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/nb/)\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Firma"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Opprettet av"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Opprettet den"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Beskrivelse"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Visnings navn"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Grupper etter"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Sist oppdatert "
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Sist oppdatert av"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Sist oppdatert"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Type"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/nb_NO.po

@ -0,0 +1,244 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-"
"server-tools-8-0/language/nb_NO/)\n"
"Language: nb_NO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Firma"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Laget av"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Laget den"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Vis navn"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Sist endret den"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Sist oppdatert av"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Sist oppdatert den"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/nl.po

@ -0,0 +1,244 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Dutch (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/nl/)\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Bedrijf"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Aangemaakt door"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Aangemaakt op"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Te tonen naam"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Groepeer op"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Laatst bijgewerkt op"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Laatst bijgewerkt door"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Laatst bijgewerkt op"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Type"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/nl_BE.po

@ -0,0 +1,244 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/nl_BE/)\n"
"Language: nl_BE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Bedrijf"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Gemaakt door"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Gemaakt op"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Omschrijving"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Schermnaam"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Groeperen op"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Laatst Aangepast op"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Laatst bijgewerkt door"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Laatst bijgewerkt op"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Type"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/nl_NL.po

@ -0,0 +1,244 @@
# 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: 2017-10-26 03:03+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/nl_NL/)\n"
"Language: nl_NL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Aangemaakt door"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Aangemaakt op"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Omschrijving"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Weergavenaam"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Groeperen op"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Laatst gewijzigd op"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Laatst bijgewerkt door"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Laatst bijgewerkt op"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

246
attachment_metadata/i18n/pl.po

@ -0,0 +1,246 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Polish (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/pl/)\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=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_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Firma"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Utworzone przez"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Utworzono"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Opis"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Wyświetlana nazwa "
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Pogrupuj wg"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Ostatnio modyfikowano"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Ostatnio modyfikowane przez"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Ostatnia zmiana"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Typ"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/pt.po

@ -0,0 +1,244 @@
# 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: 2017-01-12 03:50+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/pt/)\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Empresa"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Criado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Criado em"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Descrição"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Nome"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Agrupar por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Última Modificação Em"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Última Modificação Por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Última Atualização Em"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

246
attachment_metadata/i18n/pt_BR.po

@ -0,0 +1,246 @@
# 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: 2017-11-11 07:45+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr "Anexo"
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr "Nome anexo"
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr "Id do anexo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr "Binário"
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Empresa"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Criado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Criado em"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr "Mês criação"
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr "Dados da Base de Dados"
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Descrição"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Nome para Mostrar"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr "Conteúdo do arquivo"
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr "Nome do arquivo"
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr "Tamanho do arquivo"
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
"Arquivo corrompido: Alguma coisa estava errada com o arquivo recuperado, "
"reexecute a tarefa."
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr "Tipo do arquivo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr "Filtrar em meus documentos"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Agrupado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "Identificação"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Última atualização em"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Última atualização por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Última atualização em"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr "Meus Documentos"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr "Identificação do Recurso"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr "Nome do Recurso"
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr "Nome de arquivo armazenado"
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr "O id deste registro está anexado a"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr "URL"
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr "Url"

244
attachment_metadata/i18n/pt_PT.po

@ -0,0 +1,244 @@
# 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-12-10 06:16+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-"
"server-tools-8-0/language/pt_PT/)\n"
"Language: pt_PT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Empresa"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Criado por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Criado em"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Descrição"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Nome a Apresentar"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Última Modificação Em"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Última Atualização Por"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Última Atualização Em"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipo"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

245
attachment_metadata/i18n/ro.po

@ -0,0 +1,245 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Romanian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/ro/)\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
"2:1));\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Companie"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Creat de"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Creat la"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Nume Afişat"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Ultima actualizare în"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Ultima actualizare făcută de"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Ultima actualizare la"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

246
attachment_metadata/i18n/ru.po

@ -0,0 +1,246 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Russian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/ru/)\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
"%100>=11 && n%100<=14)? 2 : 3);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Компания"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Создано"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Создан"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Описание"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Последний раз обновлено"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Последний раз обновлено"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/sk.po

@ -0,0 +1,244 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Slovak (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/sk/)\n"
"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Spoločnosť"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Vytvoril"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Vytvorené"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Popis"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Zobraziť meno"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Zoskupiť podľa"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Posledná modifikácia"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Naposledy upravoval"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Naposledy upravované"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Typ"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

255
attachment_metadata/i18n/sl.po

@ -0,0 +1,255 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * attachment_metadata
#
# Translators:
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2016
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:49+0000\n"
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/sl/)\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr "Priponka"
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr "Naziv priponke"
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr "ID priponke"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr "Priponke"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr "Binarno"
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr "Binarna datoteka ali URL"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Družba"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Ustvaril"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Ustvarjeno"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr "Mesec nastanka"
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr "Podatki o podatkovni bazi"
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Opis"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Prikazni naziv"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr "Zunanji hash"
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr "Vsebina datoteke"
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr "Naziv datoteke"
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr "Velikost datoteke"
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, 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_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
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_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr "Tip datoteke"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr "Filtriraj po mojih dokumentih"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Združi po"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr "Interni hash"
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Zadnjič spremenjeno"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Zadnji posodobil"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Zadnjič posodobljeno"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr "Povezava do ir.attachment model "
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr "Metadata priponk"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr "Moji dokumenti"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr "Lastnik"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr "ID vira"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr "Model vira"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr "Naziv vira"
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr "Shranjeni naziv datoteke"
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr "Objekt podatkovne baze, kamor se bo priponka pripela"
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
"Tip datoteke določa metodo uvoza, ki se bo uporabila za razčlenjevanje in "
"pretvorbo podatkov pred uvozom v ERP"
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr "ID zapisa, kamor je to pripeto"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tip"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr "URL"
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr "URL"

245
attachment_metadata/i18n/sr.po

@ -0,0 +1,245 @@
# 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-11-28 21:28+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Serbian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/sr/)\n"
"Language: sr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Kreiran"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Opis"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Grupiši po"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tip"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

245
attachment_metadata/i18n/sr@latin.po

@ -0,0 +1,245 @@
# 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-11-28 21:28+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/sr@latin/)\n"
"Language: sr@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Kreirao"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Kreiran"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Opis"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Ime za prikaz"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Grupisano po"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Zadnja izmjena"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Zadnja izmjena"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Zadnja izmjena"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tip"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/sv.po

@ -0,0 +1,244 @@
# 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: 2017-01-17 07:51+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Swedish (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/sv/)\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Företag"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Skapad av"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Skapad den"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Beskrivning"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Visa namn"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Gruppera efter"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Senast redigerad"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Senast uppdaterad av"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Senast uppdaterad"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Typ"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/th.po

@ -0,0 +1,244 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Thai (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/th/)\n"
"Language: th\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "บริษัท"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "สร้างโดย"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "สร้างเมื่อ"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "รายละเอียด"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "ชื่อที่ใช้แสดง"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "จัดกลุ่มโดย"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "รหัส"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "แก้ไขครั้งสุดท้ายเมื่อ"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "อัพเดทครั้งสุดท้ายโดย"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "อัพเดทครั้งสุดท้ายเมื่อ"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "ชนิด"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

254
attachment_metadata/i18n/tr.po

@ -0,0 +1,254 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * attachment_metadata
#
# Translators:
# Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
msgid ""
msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-24 05:31+0000\n"
"PO-Revision-Date: 2016-12-30 19:05+0000\n"
"Last-Translator: Ahmet Altinisik <aaltinisik@altinkaya.com.tr>\n"
"Language-Team: Turkish (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/tr/)\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr "Ek"
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr "Ek Adı"
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr "Ek id"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr "Ekler"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr "Binary"
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr "Binary Dosya ya da URL"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Şirket"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Oluşturan"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Oluşturuldu"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr "Oluşturulma Ayı"
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr "Veritabanı Verisi"
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Açıklama"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Görünen İsim"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr "Dış Hash"
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr "Dosya İçeriği"
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr "Dosya adı"
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr "Dosya Boyu"
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
"Dosya bozulmuş: Alınan dosya ile ilgili bir terslik var\n"
" Lütfen işlemi tekrarlayın."
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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 ""
"Dosya hash bilgisi dışardaki sahibinden geliyor.\n"
"Eğer sağlanırsa indirilen dosyanın orjinal dosya ile aynı olup olmadığı "
"kontrol edilir."
#. module: attachment_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
"Dosyanın dışardan gelen hash verisiyle karşılaştırılmak için yerelde "
"hesaplana hash değeri."
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr "Dosya tipi"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr "Dökümanlarımda filtre"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Grupla"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr "Dahili hash"
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Son değişiklik"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Son güncelleyen"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Son güncellenme"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr "ir.attachment modeline bağlantı"
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr "Meta veri ekleri"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr "Belge(leri)m"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr "Sahibi"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr "Kaynak ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr "Kaynak Model"
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr "Kaynak Adı"
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr "Kaydedilen Dosya adı"
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr "Bu ekin ekleneceği veritabanı nesnesi"
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
"Dosya tipi dosya ERP sistemine saklanırken kullanılacak yöntemleri "
"belirlemeye yarar."
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr "Bu dosyanın eklendiği kayıt id'si"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tipi"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr "URL"
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr "Url"

244
attachment_metadata/i18n/tr_TR.po

@ -0,0 +1,244 @@
# 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-12-31 08:34+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/tr_TR/)\n"
"Language: tr_TR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "Firma"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Oluşturan"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Oluşturulma tarihi"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Açıklama"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Görünen ad"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Grupla"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "Kimlik"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "En son güncelleme tarihi"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "En son güncelleyen "
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "En son güncelleme tarihi"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Tip"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

245
attachment_metadata/i18n/uk.po

@ -0,0 +1,245 @@
# 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-11-28 21:28+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/uk/)\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Створив"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Дата створення"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Опис"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Назва для відображення"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Групувати за"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Остання модифікація"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Востаннє оновив"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Останнє оновлення"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Тип"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/vi.po

@ -0,0 +1,244 @@
# 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-11-28 21:28+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/vi/)\n"
"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Được tạo bởi"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Được tạo vào"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "Miêu tả"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "Tên hiển thị"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "Group By"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "Sửa lần cuối vào"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Last Updated by"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Cập nhật lần cuối vào"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "Loại"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/vi_VN.po

@ -0,0 +1,244 @@
# 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-12-24 05:31+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/oca/OCA-"
"server-tools-8-0/language/vi_VN/)\n"
"Language: vi_VN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "Tạo bởi"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "Tạo vào"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "Cập nhật lần cuối bởi"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "Cập nhật lần cuối vào"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/zh_CN.po

@ -0,0 +1,244 @@
# 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: 2017-03-02 09:58+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/zh_CN/)\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "公司"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "创建者"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "创建时间"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "说明"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "显示名称"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "分组"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "ID"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "最后修改时间"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "最后更新者"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "上次更新日期"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "类型"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

244
attachment_metadata/i18n/zh_TW.po

@ -0,0 +1,244 @@
# 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: 2017-04-28 09:47+0000\n"
"PO-Revision-Date: 2016-06-01 09:37+0000\n"
"Last-Translator: <>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-server-"
"tools-8-0/language/zh_TW/)\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Attachment"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,name:0
msgid "Attachment Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,attachment_id:0
msgid "Attachment id"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_tree
msgid "Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Binary"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,type:0
msgid "Binary File or URL"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,company_id:0
msgid "Company"
msgstr "公司"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_uid:0
msgid "Created by"
msgstr "建立者"
#. module: attachment_metadata
#: field:ir.attachment.metadata,create_date:0
msgid "Created on"
msgstr "建立於"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Creation Month"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,db_datas:0
msgid "Database Data"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,description:0
msgid "Description"
msgstr "說明"
#. module: attachment_metadata
#: field:ir.attachment.metadata,display_name:0
msgid "Display Name"
msgstr "顯示名稱"
#. module: attachment_metadata
#: field:ir.attachment.metadata,external_hash:0
msgid "External hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas:0
msgid "File Content"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,datas_fname:0
msgid "File Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,file_size:0
msgid "File Size"
msgstr ""
#. module: attachment_metadata
#: code:addons/attachment_metadata/models/attachment.py:43
#, python-format
msgid ""
"File corrupted: Something was wrong with the retrieved file, please relaunch "
"the task."
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,external_hash:0
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_metadata
#: help:ir.attachment.metadata,internal_hash:0
msgid ""
"File hash computed with file data to be compared to external hash when "
"provided."
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,file_type:0
msgid "File type"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Filter on my documents"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Group By"
msgstr "分組方式"
#. module: attachment_metadata
#: field:ir.attachment.metadata,id:0
msgid "ID"
msgstr "編號"
#. module: attachment_metadata
#: field:ir.attachment.metadata,internal_hash:0
msgid "Internal hash"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,__last_update:0
msgid "Last Modified on"
msgstr "最後修改:"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_uid:0
msgid "Last Updated by"
msgstr "最後更新:"
#. module: attachment_metadata
#: field:ir.attachment.metadata,write_date:0
msgid "Last Updated on"
msgstr "最後更新於"
#. module: attachment_metadata
#: help:ir.attachment.metadata,attachment_id:0
msgid "Link to ir.attachment model "
msgstr ""
#. module: attachment_metadata
#: model:ir.actions.act_window,name:attachment_metadata.action_attachment
#: model:ir.ui.menu,name:attachment_metadata.menu_ir_attachment
msgid "Meta data Attachments"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "My Document(s)"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "Owner"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_id:0
msgid "Resource ID"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_model:0
msgid "Resource Model"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,res_name:0
msgid "Resource Name"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,store_fname:0
msgid "Stored Filename"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_model:0
msgid "The database object this attachment will be attached to"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,file_type:0
msgid ""
"The file type determines an import method to be used to parse and transform "
"data before their import in ERP"
msgstr ""
#. module: attachment_metadata
#: help:ir.attachment.metadata,res_id:0
msgid "The record id this is attached to"
msgstr ""
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
#: field:ir.attachment.metadata,type:0
msgid "Type"
msgstr "類型"
#. module: attachment_metadata
#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
msgid "URL"
msgstr ""
#. module: attachment_metadata
#: field:ir.attachment.metadata,url:0
msgid "Url"
msgstr ""

1
attachment_metadata/models/__init__.py

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

51
attachment_metadata/models/attachment.py

@ -0,0 +1,51 @@
# coding: utf-8
# Copyright (C) 2014 initOS GmbH & Co. KG (<http://www.initos.com>).
# @author: Joel Grand-Guillaume @ Camptocamp SA
# @ 2015 Valentin CHEMIERE @ Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp import models, fields, api, _
from openerp.exceptions import Warning as UserError
import hashlib
from base64 import b64decode
class IrAttachmentMetadata(models.Model):
_name = 'ir.attachment.metadata'
_inherits = {'ir.attachment': 'attachment_id'}
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="_get_file_type",
string="File type",
help="The file type determines an import method to be used "
"to parse and transform data before their import in ERP")
@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 UserError(
_("File corrupted: Something was wrong with "
"the retrieved file, please relaunch the task."))
def _get_file_type(self):
"""This is the method to be inherited for adding file types
The basic import do not apply any parsing or transform of the file.
The file is just added as an attachement
"""
return [('basic_import', 'Basic import')]

2
attachment_metadata/security/ir.model.access.csv

@ -0,0 +1,2 @@
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,base.group_user,1,0,0,0

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

Before

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

After

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

90
attachment_metadata/views/attachment_view.xml

@ -0,0 +1,90 @@
<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data>
<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">
<field name="url" position="after">
<field name="internal_hash"/>
<field name="external_hash"/>
<field name="file_type"/>
</field>
</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 string="Attachments" >
<field name="name"/>
<field name="datas_fname"/>
<field name="file_type"/>
</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"/>
<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" icon="terp-go-month" domain="[]" context="{'group_by':'create_date'}"/>
<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"/>
</data>
</openerp>

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>

95
auditlog/README.rst

@ -1,54 +1,31 @@
=========
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
.. 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
.. |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|
This module allows the administrator to log user operations performed on data
models such as ``create``, ``read``, ``write`` and ``delete``.
**Table of contents**
=================================
Audit Log - Track user operations
=================================
.. contents::
:local:
This module allows the administrator to log user operations performed on data
models such as ``create``, ``read``, ``write`` and ``delete``. Furthermore
it allows logging of custom methods.
Usage
=====
Go to `Settings / Technical / Audit / Rules` to subscribe rules. A rule defines
which operations to log for a given data model.
Go to `Reporting / 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:
Then, check logs in the `Reporting / 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 +33,49 @@ 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
During installation, a one-time script will migrate any existing data from the
`audittrail` module (rules and logs).
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
~~~~~~~~~~~
Maintainer
----------
This module is maintained by the OCA.
.. image:: https://odoo-community.org/logo.png
.. image:: http://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
:target: http://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 http://odoo-community.org.

26
auditlog/__init__.py

@ -1,3 +1,27 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
# -*- coding: utf-8 -*-
# © 2015 ABF OSIELL <http://osiell.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models
def pre_init_hook(cr):
cr.execute("SELECT 1 FROM pg_class WHERE relname = 'audittrail_rule'")
if cr.fetchall():
migrate_from_audittrail(cr)
def migrate_from_audittrail(cr):
cr.execute('ALTER TABLE audittrail_rule RENAME TO auditlog_rule')
cr.execute('ALTER TABLE audittrail_rule_id_seq '
'RENAME TO auditlog_rule_id_seq')
cr.execute('ALTER TABLE auditlog_rule RENAME COLUMN object_id TO model_id')
cr.execute('ALTER TABLE audittrail_log RENAME TO auditlog_log')
cr.execute('ALTER TABLE audittrail_log_id_seq '
'RENAME TO auditlog_log_id_seq')
cr.execute('ALTER TABLE auditlog_log RENAME COLUMN object_id TO model_id')
cr.execute('ALTER TABLE audittrail_log_line RENAME TO auditlog_log_line')
cr.execute('ALTER TABLE audittrail_log_line_id_seq '
'RENAME TO auditlog_log_line_id_seq')
cr.execute("UPDATE ir_model_data SET model='auditlog.rule' "
"WHERE model='audittrail.rule'")

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

Loading…
Cancel
Save