diff --git a/.travis.yml b/.travis.yml
index 9cb88cde5bd..0eed344325b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,8 +21,10 @@ env:
matrix:
- LINT_CHECK="1"
- TRANSIFEX="1"
- - TESTS="1" ODOO_REPO="odoo/odoo"
- - TESTS="1" ODOO_REPO="OCA/OCB"
+ - TESTS="1" ODOO_REPO="odoo/odoo" EXCLUDE="database_cleanup"
+ - TESTS="1" ODOO_REPO="OCA/OCB" EXCLUDE="database_cleanup"
+ - TESTS="1" ODOO_REPO="odoo/odoo" INCLUDE="database_cleanup"
+ - TESTS="1" ODOO_REPO="OCA/OCB" INCLUDE="database_cleanup"
virtualenv:
system_site_packages: true
diff --git a/README.md b/README.md
index 42f0f57609a..5abc15960d9 100644
--- a/README.md
+++ b/README.md
@@ -17,61 +17,70 @@ Available addons
----------------
addon | version | summary
--- | --- | ---
-[account_enterprise_remove](account_enterprise_remove/) | 9.0.1.0.0 | Account - Remove Enterprise Features
+[admin_technical_features](admin_technical_features/) | 9.0.0.1.0 | Checks the technical features box for admin user.
+[attachment_base_synchronize](attachment_base_synchronize/) | 9.0.1.0.0 | Attachment Base Synchronize
+[auditlog](auditlog/) | 9.0.1.0.0 | Audit Log
+[auth_from_http_remote_user](auth_from_http_remote_user/) | 9.0.1.0.0 | Authenticate via HTTP Remote User
+[auth_session_timeout](auth_session_timeout/) | 9.0.1.0.0 | This module disable all inactive sessions since a given delay
[auth_signup_verify_email](auth_signup_verify_email/) | 9.0.1.0.0 | Force uninvited users to use a good email for signup
[auth_supplier](auth_supplier/) | 9.0.2.0.0 | Auth Supplier
+[auto_backup](auto_backup/) | 9.0.1.0.0 | Backups database
[base_custom_info](base_custom_info/) | 9.0.1.0.0 | Add custom field in models
[base_export_manager](base_export_manager/) | 9.0.1.1.0 | Manage model export profiles
+[base_external_dbsource](base_external_dbsource/) | 9.0.1.0.1 | External Database Sources
+[base_import_match](base_import_match/) | 9.0.1.0.0 | Try to avoid duplicates before importing
+[base_kanban_stage](base_kanban_stage/) | 9.0.1.0.0 | Provides stage model and abstract logic for inheritance
[base_multi_image](base_multi_image/) | 9.0.1.1.0 | Allow multiple images for database objects
+[base_name_search_improved](base_name_search_improved/) | 9.0.1.0.0 | Friendlier search when typing in relation fields
[base_optional_quick_create](base_optional_quick_create/) | 9.0.1.0.0 | Avoid 'quick create' on m2o fields, on a 'by model' basis
[base_report_auto_create_qweb](base_report_auto_create_qweb/) | 9.0.1.0.0 | Report qweb auto generation
-[base_setup_enterprise_remove](base_setup_enterprise_remove/) | 9.0.1.0.0 | Base Setup - Remove Enterprise Features
+[base_search_fuzzy](base_search_fuzzy/) | 9.0.1.0.0 | Fuzzy search with the PostgreSQL trigram extension
[base_suspend_security](base_suspend_security/) | 9.0.1.0.0 | Suspend security checks for a call
[base_technical_features](base_technical_features/) | 9.0.1.0.0 | Access to technical features without activating debug mode
[base_user_gravatar](base_user_gravatar/) | 9.0.1.0.0 | Synchronize Gravatar Image
+[base_user_role](base_user_role/) | 9.0.1.0.0 | User roles
+[base_view_inheritance_extension](base_view_inheritance_extension/) | 9.0.1.0.0 | Adds more operators for view inheritance
[configuration_helper](configuration_helper/) | 9.0.1.0.0 | Configuration Helper
[database_cleanup](database_cleanup/) | 9.0.1.0.0 | Database cleanup
[date_range](date_range/) | 9.0.1.0.0 | Manage all kind of date range
+[datetime_formatter](datetime_formatter/) | 9.0.1.0.0 | Helper functions to give correct format to date[time] fields
[dbfilter_from_header](dbfilter_from_header/) | 9.0.1.0.0 | Filter databases with HTTP headers
[dead_mans_switch_client](dead_mans_switch_client/) | 9.0.1.0.1 | Be notified when customers' odoo instances go down
[disable_odoo_online](disable_odoo_online/) | 9.0.1.0.0 | Remove odoo.com bindings
+[html_image_url_extractor](html_image_url_extractor/) | 9.0.1.0.0 | Extract images found in any HTML field
+[html_text](html_text/) | 9.0.1.0.0 | Generate excerpts from any HTML field
+[keychain](keychain/) | 9.0.1.0.0 | Store accounts and credentials
+[kpi](kpi/) | 9.0.1.0.0 | Key Performance Indicator
[letsencrypt](letsencrypt/) | 9.0.1.0.0 | Request SSL certificates from letsencrypt.org
+[mail_cleanup](mail_cleanup/) | 9.0.1.0.0 | Mark as read or delete mails after a set time
[mail_environment](mail_environment/) | 9.0.1.0.0 | Configure mail servers with server_environment_files
-[mass_mailing_enterprise_remove](mass_mailing_enterprise_remove/) | 9.0.1.0.0 | Mass Mailing - Remove Enterprise Features
-[project_enterprise_remove](project_enterprise_remove/) | 9.0.1.0.0 | Project - Remove Enterprise Features
-[sale_enterprise_remove](sale_enterprise_remove/) | 9.0.1.0.0 | Sale - Remove Enterprise Features
+[mass_editing](mass_editing/) | 9.0.1.0.0 | Mass Editing
+[menu_technical_info](menu_technical_info/) | 9.0.1.0.0 | Fast way to look up technical info about menu item.
+[module_prototyper](module_prototyper/) | 9.0.0.1.0 | Prototype your module.
+[password_security](password_security/) | 9.0.1.0.3 | Allow admin to set password security requirements.
+[res_config_settings_enterprise_remove](res_config_settings_enterprise_remove/) | 9.0.1.0.0 | Remove fields in all settings views marked as enterprise
[scheduler_error_mailer](scheduler_error_mailer/) | 9.0.1.0.0 | Scheduler Error Mailer
-[server_environment](server_environment/) | 9.0.1.1.0 | move some configurations out of the database
+[server_environment](server_environment/) | 9.0.1.2.0 | move some configurations out of the database
[server_environment_files_sample](server_environment_files_sample/) | 9.0.1.0.0 | sample config file for server_environment
-[stock_enterprise_remove](stock_enterprise_remove/) | 9.0.1.0.0 | Stock - Remove Enterprise Features
+[server_environment_ir_config_parameter](server_environment_ir_config_parameter/) | 9.0.1.0.0 | Override System Parameters from server environment file
[test_configuration_helper](test_configuration_helper/) | 9.0.1.0.0 | Configuration Helper - Tests
[users_ldap_mail](users_ldap_mail/) | 9.0.1.0.0 | LDAP mapping for user name and e-mail
[users_ldap_populate](users_ldap_populate/) | 9.0.1.0.0 | LDAP Populate
-[website_sale_enterprise_remove](website_sale_enterprise_remove/) | 9.0.1.0.0 | Website Sale - Remove Enterprise Features
Unported addons
---------------
addon | version | summary
--- | --- | ---
-[admin_technical_features](admin_technical_features/) | 8.0.0.1.0 (unported) | Checks the technical features box for admin user.
-[auditlog](auditlog/) | 8.0.1.0.0 (unported) | Audit Log
[auth_admin_passkey](auth_admin_passkey/) | 8.0.2.1.1 (unported) | Authentification - Admin Passkey
[auth_dynamic_groups](auth_dynamic_groups/) | 8.0.1.0.0 (unported) | Have membership conditions for certain groups
[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)
-[auth_from_http_remote_user](auth_from_http_remote_user/) | 8.0.1.0.0 (unported) | Authenticate via HTTP Remote User
-[base_debug4all](base_debug4all/) | 8.0.1.0.0 (unported) | Shows full debug options for all users
-[base_external_dbsource](base_external_dbsource/) | 8.0.1.3.0 (unported) | External Database Sources
[email_template_template](email_template_template/) | 1.0 (unported) | Templates for email templates
[fetchmail_attach_from_folder](fetchmail_attach_from_folder/) | 8.0.1.0.1 (unported) | Attach mails in an IMAP folder to existing objects
[fetchmail_notify_error_to_sender](fetchmail_notify_error_to_sender/) | 8.0.1.0.0 (unported) | If fetching mails gives error, send an email to sender
[import_odbc](import_odbc/) | 1.3 (unported) | Import data from SQL and ODBC data sources.
-[inactive_session_timeout](inactive_session_timeout/) | 8.0.1.0.0 (unported) | This module disable all inactive sessions since a given delay
[ir_config_parameter_viewer](ir_config_parameter_viewer/) | 0.1 (unported) | Ir.config_parameter view
[language_path_mixin](language_path_mixin/) | 8.0.1.0.0 (unported) | Setting the partner's language in RML reports
-[mass_editing](mass_editing/) | 8.0.1.3.0 (unported) | Mass Editing
-[module_prototyper](module_prototyper/) | 8.0.0.3.0 (unported) | Prototype your module.
-[qweb_usertime](qweb_usertime/) | 8.0.1.0.0 (unported) | Add user time rendering support in QWeb
[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
[super_calendar](super_calendar/) | 8.0.0.2.0 (unported) | This module allows to create configurable calendars.
diff --git a/account_enterprise_remove/__openerp__.py b/account_enterprise_remove/__openerp__.py
deleted file mode 100644
index 0985458a36a..00000000000
--- a/account_enterprise_remove/__openerp__.py
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- coding: utf-8 -*-
-# Copyright 2016 LasLabs Inc.
-# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
-
-{
- 'name': 'Account - Remove Enterprise Features',
- 'version': '9.0.1.0.0',
- 'category': 'Maintenance',
- 'website': "https://laslabs.com",
- 'author': 'LasLabs, Odoo Community Association (OCA)',
- 'license': 'AGPL-3',
- 'application': False,
- 'installable': True,
- 'depends': [
- 'account',
- ],
- 'data': [
- 'views/res_config_view.xml',
- ]
-}
diff --git a/account_enterprise_remove/views/res_config_view.xml b/account_enterprise_remove/views/res_config_view.xml
deleted file mode 100644
index 552b3ef324f..00000000000
--- a/account_enterprise_remove/views/res_config_view.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
- account settings
- account.config.settings
-
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
-
-
-
diff --git a/admin_technical_features/__openerp__.py b/admin_technical_features/__openerp__.py
index dff69e01f96..15738547a5a 100644
--- a/admin_technical_features/__openerp__.py
+++ b/admin_technical_features/__openerp__.py
@@ -22,7 +22,7 @@
{
'name': 'Admin Technical Features',
- 'version': '8.0.0.1.0',
+ 'version': '9.0.0.1.0',
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
'maintainer': 'Savoir-faire Linux',
'website': 'http://www.savoirfairelinux.com',
@@ -38,5 +38,5 @@
],
'demo': [],
'test': [],
- 'installable': False,
+ 'installable': True,
}
diff --git a/attachment_base_synchronize/README.rst b/attachment_base_synchronize/README.rst
new file mode 100644
index 00000000000..fe25020d220
--- /dev/null
+++ b/attachment_base_synchronize/README.rst
@@ -0,0 +1,85 @@
+
+.. 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
+`_. 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
+`_.
+
+Credits
+=======
+
+Images
+------
+
+* Odoo Community Association: `Icon `_.
+
+
+Contributors
+------------
+
+* Valentin CHEMIERE
+* Sebastien BEAU
+* Joel Grand-Guillaume Camptocamp
+* initOS
+* Angel Moya
+
+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.
diff --git a/attachment_base_synchronize/__init__.py b/attachment_base_synchronize/__init__.py
new file mode 100644
index 00000000000..0650744f6bc
--- /dev/null
+++ b/attachment_base_synchronize/__init__.py
@@ -0,0 +1 @@
+from . import models
diff --git a/attachment_base_synchronize/__openerp__.py b/attachment_base_synchronize/__openerp__.py
new file mode 100644
index 00000000000..cdc33023c1c
--- /dev/null
+++ b/attachment_base_synchronize/__openerp__.py
@@ -0,0 +1,27 @@
+# coding: utf-8
+# @ 2015 Florian DA COSTA @ Akretion
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
+
+{
+ 'name': 'Attachment Base Synchronize',
+ 'version': '9.0.1.0.0',
+ 'author': 'Akretion,Odoo Community Association (OCA)',
+ 'website': 'www.akretion.com',
+ 'license': 'AGPL-3',
+ 'category': 'Generic Modules',
+ 'depends': [
+ 'base',
+ 'mail',
+ ],
+ 'data': [
+ 'views/attachment_view.xml',
+ 'security/ir.model.access.csv',
+ 'data/cron.xml',
+ ],
+ 'demo': [
+ 'demo/attachment_metadata_demo.xml'
+ ],
+ 'installable': True,
+ 'application': False,
+ 'images': [],
+}
diff --git a/attachment_base_synchronize/data/cron.xml b/attachment_base_synchronize/data/cron.xml
new file mode 100644
index 00000000000..031d594dc8c
--- /dev/null
+++ b/attachment_base_synchronize/data/cron.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Run Attachments Metadata
+ 30
+ minutes
+ -1
+ False
+
+ ir.attachment.metadata
+ run_attachment_metadata_scheduler
+ ([])
+
+
+
+
diff --git a/attachment_base_synchronize/demo/attachment_metadata_demo.xml b/attachment_base_synchronize/demo/attachment_metadata_demo.xml
new file mode 100644
index 00000000000..1a844455783
--- /dev/null
+++ b/attachment_base_synchronize/demo/attachment_metadata_demo.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+ bWlncmF0aW9uIHRlc3Q=
+ attachment_metadata.doc
+ attachment_metadata.doc
+
+
+
+
diff --git a/attachment_base_synchronize/i18n/am.po b/attachment_base_synchronize/i18n/am.po
new file mode 100644
index 00000000000..65dab4073d0
--- /dev/null
+++ b/attachment_base_synchronize/i18n/am.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: am\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Última actualización por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Última actualización en"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/ar.po b/attachment_base_synchronize/i18n/ar.po
new file mode 100644
index 00000000000..fa131009b77
--- /dev/null
+++ b/attachment_base_synchronize/i18n/ar.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ar\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "الشركة"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "أنشئ بواسطة"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "أنشئ في"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "تاريخ آخر رسالة في هذا السجل."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "الوصف"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "اسم العرض"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "الخطأ"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "المتابعون"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "تجميع حسب"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "المعرف"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "إذا حددته، ستتطلب الرسائل الجديدة انتباهك"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "تاريخ آخر رسالة"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "آخر تعديل في"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "آخر تحديث بواسطة"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "آخر تحديث في"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "الرسائل"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "النوع"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "رسائل غير مقروءة"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/bg.po b/attachment_base_synchronize/i18n/bg.po
new file mode 100644
index 00000000000..9cf0c1a9777
--- /dev/null
+++ b/attachment_base_synchronize/i18n/bg.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-01-14 04:21+0000\n"
+"PO-Revision-Date: 2017-01-14 04:21+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: bg\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Фирма"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Създадено от"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Създадено на"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Дата на последното съобщение, публикувано на записа."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Описание"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Име за показване"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Готово"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Последователи"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Групиране по"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Ако е отбелязано, новите съобщения ще изискват внимание."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Дата на последното съобщение"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Последно обновено на"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Последно обновено от"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Последно обновено на"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Съобщения"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Вид"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Непрочетени съобщения"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/bs.po b/attachment_base_synchronize/i18n/bs.po
new file mode 100644
index 00000000000..8c0430a4ae7
--- /dev/null
+++ b/attachment_base_synchronize/i18n/bs.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: bs\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Kompanija"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Kreirao"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Kreirano"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Datum posljednje poruke ostavljene na unos."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Opis"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Prikaži naziv"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Pratioci"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Grupiši po"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Ako je označeno nove poruke će zahtjevati vašu pažnju."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Datum zadnje poruke"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Zadnje mijenjano"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Zadnji ažurirao"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Zadnje ažurirano"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Poruke"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Vrsta"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Nepročitane poruke"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/ca.po b/attachment_base_synchronize/i18n/ca.po
new file mode 100644
index 00000000000..e5aed5015a8
--- /dev/null
+++ b/attachment_base_synchronize/i18n/ca.po
@@ -0,0 +1,405 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+# Carles Antoli , 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-01-14 04:21+0000\n"
+"PO-Revision-Date: 2017-01-14 04:21+0000\n"
+"Last-Translator: Carles Antoli , 2017\n"
+"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ca\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr "Adjunts"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Companyia"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Creat per"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Creat el"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Data del darrer missatge annexat al registre"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Descripció"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Veure el nom"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Fet"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Error"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr "Fallit"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Seguidors"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Agrupa Per"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Si està marcat, hi ha nous missatges "
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Data darrer missatge"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Darrera modificació el"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Darrera Actualització per"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Darrera Actualització el"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Missatges"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr "Pendent"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Estat"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipus"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr "URL"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Missatges sense llegir"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/ca_ES.po b/attachment_base_synchronize/i18n/ca_ES.po
new file mode 100644
index 00000000000..8315179af1e
--- /dev/null
+++ b/attachment_base_synchronize/i18n/ca_ES.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/ca_ES/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ca_ES\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Companyia"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/cs.po b/attachment_base_synchronize/i18n/cs.po
new file mode 100644
index 00000000000..f52afa183c0
--- /dev/null
+++ b/attachment_base_synchronize/i18n/cs.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Společnost"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Vytvořil(a)"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Vytvořeno"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Datum posledního vzkazu u tohoto záznamu."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Popis"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Zobrazovaný název"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Sledující"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Seskupit podle"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Pokud je zaškrtnuto, nové zprávy vyžadují vaši pozornost."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Datum posledního vzkazu"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Naposled upraveno"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Naposled upraveno"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Naposled upraveno"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Zprávy"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Stav"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Druh"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Nepřečtené zprávy"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/da.po b/attachment_base_synchronize/i18n/da.po
new file mode 100644
index 00000000000..73cab3e7a8d
--- /dev/null
+++ b/attachment_base_synchronize/i18n/da.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: da\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Virksomhed"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Oprettet af"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Oprettet den"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Dato for sidste besked på denne post."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Beskrivelse"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Vist navn"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Fejl"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Followers"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Gruppér efter"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "Id"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Hvis afmærket, kræver nye beskeder din attention"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Sidste dato for besked"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Sidst ændret den"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Sidst opdateret af"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Sidst opdateret den"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Beskeder"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Delstat"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Type"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Ulæste beskeder"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/de.po b/attachment_base_synchronize/i18n/de.po
new file mode 100644
index 00000000000..b507a703a1a
--- /dev/null
+++ b/attachment_base_synchronize/i18n/de.po
@@ -0,0 +1,408 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+# Rudolf Schnapka , 2016
+# Thomas A. Jaeger , 2016
+# Ermin Trevisan , 2016
+# Philipp Hug , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: Philipp Hug , 2016\n"
+"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr "Handlungsbedarf"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr "Anhangsbezeichnung"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr "Anhänge"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Unternehmen"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Erstellt von"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Erstellt am:"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr "Datenbankdaten"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Datum der letzten Meldung zum Datensatz."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Beschreibung"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Anzeigename"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Erledigt"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr "Email-Thread"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Fehler"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr "Fehlgeschlagen"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr "Dateiinhalt"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr "Dateiname"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr "Dateigröße"
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr "Dateityp"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Follower"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr "Follower (Kanäle)"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr "Follower (Partner)"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Gruppieren nach"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Wenn angewählt, erfordern neue Meldungen Ihre Ausmerksamkeit."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr "Wenn angewählt, erfordern neue Meldungen Ihre Aufmerksamkeit"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr "Ist Follower"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Letztes Meldungsdatum"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Zuletzt geändert am"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Zuletzt aktualisiert von"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Zuletzt aktualisiert am"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Meldungen"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr "Anzahl Aktionen"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr "Anzahl Meldungen, die Ihr Handeln erfordern"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr "Anzahl ungelesener Meldungen"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr "Eigner"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr "laufend"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr "Ressourcen-ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr "Ressourcen-Modell"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr "Ressourcenname"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr "Ausführen"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Status"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr "Gespeicherter Dateiname"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr "Das Datenbankobjekt, an das dieser Anhang angehängt wird"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr "Die Datensatz-ID, an die dieser angehängt wird"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Aktion"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr "URL"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Ungelesene Meldungen"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr "Zähler für ungelesene Meldungen"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr "Url"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/el_GR.po b/attachment_base_synchronize/i18n/el_GR.po
new file mode 100644
index 00000000000..762dbd5f2e7
--- /dev/null
+++ b/attachment_base_synchronize/i18n/el_GR.po
@@ -0,0 +1,405 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+# Kostas Goutoudis , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: Kostas Goutoudis , 2016\n"
+"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: el_GR\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr "Συνημμένα "
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Εταιρεία"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Δημιουργήθηκε από "
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Δημιουργήθηκε στις"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Ημερομηνία του τελευταίου μηνύματος "
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Περιγραφή"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Ολοκληρωμένο"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Ακόλουθοι"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Ομαδοποίηση Ανά"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "Κωδικός"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Εάν επιλεγεί τα νέα μηνύματα χρειάζονται την προσοχή σας"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Τελευταία ημερομηνία μηνύματος"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Τελευταία ενημέρωση από"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Τελευταία ενημέρωση στις"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Μηνύματα"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Τύπος"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Αδιάβαστα Μυνήματα"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/en.po b/attachment_base_synchronize/i18n/en.po
new file mode 100644
index 00000000000..fd7b04edfb5
--- /dev/null
+++ b/attachment_base_synchronize/i18n/en.po
@@ -0,0 +1,242 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_metadata
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-06-09 18:30+0000\n"
+"PO-Revision-Date: 2016-06-01 09:37+0000\n"
+"Last-Translator: OCA Transbot \n"
+"Language-Team: English (http://www.transifex.com/oca/OCA-server-tools-8-0/language/en/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: en\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 "Attachment"
+
+#. module: attachment_metadata
+#: field:ir.attachment.metadata,name:0
+msgid "Attachment Name"
+msgstr "Attachment Name"
+
+#. module: attachment_metadata
+#: field:ir.attachment.metadata,attachment_id:0
+msgid "Attachment id"
+msgstr "Attachment 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 "Attachments"
+
+#. 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 File or URL"
+
+#. 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 "Creation Month"
+
+#. module: attachment_metadata
+#: field:ir.attachment.metadata,db_datas:0
+msgid "Database Data"
+msgstr "Database Data"
+
+#. 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 "External hash"
+
+#. module: attachment_metadata
+#: field:ir.attachment.metadata,datas:0
+msgid "File Content"
+msgstr "File Content"
+
+#. module: attachment_metadata
+#: field:ir.attachment.metadata,datas_fname:0
+msgid "File Name"
+msgstr "File Name"
+
+#. module: attachment_metadata
+#: field:ir.attachment.metadata,file_size:0
+msgid "File Size"
+msgstr "File Size"
+
+#. 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 "File corrupted: Something was wrong with the retrieved file, please relaunch the task."
+
+#. 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 "File hash comes from the external owner of the file.\nIf provided allow to check than downloaded file is the exact copy of the original file."
+
+#. 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 "File hash computed with file data to be compared to external hash when provided."
+
+#. module: attachment_metadata
+#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
+#: field:ir.attachment.metadata,file_type:0
+msgid "File type"
+msgstr "File type"
+
+#. module: attachment_metadata
+#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr "Filter on my documents"
+
+#. 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 "Internal hash"
+
+#. 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 "Link to 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 "Meta data Attachments"
+
+#. module: attachment_metadata
+#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
+msgid "My Document(s)"
+msgstr "My Document(s)"
+
+#. module: attachment_metadata
+#: view:ir.attachment.metadata:attachment_metadata.view_external_attachment_search
+msgid "Owner"
+msgstr "Owner"
+
+#. module: attachment_metadata
+#: field:ir.attachment.metadata,res_id:0
+msgid "Resource ID"
+msgstr "Resource ID"
+
+#. module: attachment_metadata
+#: field:ir.attachment.metadata,res_model:0
+msgid "Resource Model"
+msgstr "Resource Model"
+
+#. module: attachment_metadata
+#: field:ir.attachment.metadata,res_name:0
+msgid "Resource Name"
+msgstr "Resource Name"
+
+#. module: attachment_metadata
+#: field:ir.attachment.metadata,store_fname:0
+msgid "Stored Filename"
+msgstr "Stored Filename"
+
+#. module: attachment_metadata
+#: help:ir.attachment.metadata,res_model:0
+msgid "The database object this attachment will be attached to"
+msgstr "The database object this attachment will be attached to"
+
+#. 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 "The file type determines an import method to be used to parse and transform data before their import in ERP"
+
+#. module: attachment_metadata
+#: help:ir.attachment.metadata,res_id:0
+msgid "The record id this is attached to"
+msgstr "The record id this is attached to"
+
+#. 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"
diff --git a/attachment_base_synchronize/i18n/en_GB.po b/attachment_base_synchronize/i18n/en_GB.po
new file mode 100644
index 00000000000..1e0a7969a80
--- /dev/null
+++ b/attachment_base_synchronize/i18n/en_GB.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: en_GB\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Company"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Created by"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Created on"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Date of the last message posted on the record."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Description"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Display Name"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Followers"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Group By"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "If checked new messages require your attention."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Last Message Date"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Last Modified on"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Last Updated by"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Last Updated on"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Messages"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Type"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Unread Messages"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/es.po b/attachment_base_synchronize/i18n/es.po
new file mode 100644
index 00000000000..614582459ba
--- /dev/null
+++ b/attachment_base_synchronize/i18n/es.po
@@ -0,0 +1,405 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+# Gelo Joga Landoo , 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-01-14 04:21+0000\n"
+"PO-Revision-Date: 2017-01-14 04:21+0000\n"
+"Last-Translator: Gelo Joga Landoo , 2017\n"
+"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr "Acción requerida"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr "Adjunto"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr "Nombre del adjunto"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr "Id del adjunto"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr "Adjuntos"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Compañía"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Creado el"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr "Mes de creación"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr "Fecha de la base de datos"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Fecha del último mensaje publicado en el registro."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Nombre a mostrar"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Hecho"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr "Hilo de mensajes"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Error"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr "Fallido"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr "Nombre del archivo"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr "Tamaño del archivo"
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr "Tipo de fichero"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Seguidores"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr "Seguidores (canales)"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr "Seguidores (empresas)"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Agrupar por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Si está selecionado nuevos mensajes requieren su atención."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr "Si está marcado, hay nuevos mensajes que requieren su atención."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr "Es seguidor"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Fecha del último mensaje"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Última actualización por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Última actualización por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Última actualización el"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Mensajes"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr "Mis Documentos"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr "Número de acciones"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr "Número de mensajes que requieren una acción"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr "Número de mensajes sin leer"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr "Propietario"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr "Pendiente"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr "ID del recurso"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr "Nombre del recurso"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr "Ejecutar"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Estado"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipo"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr "URL"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Mensajes no leídos"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr "Contador de mensajes no leídos"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr "Url"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/es_AR.po b/attachment_base_synchronize/i18n/es_AR.po
new file mode 100644
index 00000000000..930cbdf23ed
--- /dev/null
+++ b/attachment_base_synchronize/i18n/es_AR.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_AR\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Fecha del último mensaje publicado en el registro."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Mostrar Nombre"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Seguidores"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Agrupar por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Si está marcado nuevos mensajes requieren su atención."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Fecha del ultimo mensaje"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Última modificación en"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Última actualización realizada por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Última actualización el"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Mensajes"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipo"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Mensajes no leídos"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/es_CL.po b/attachment_base_synchronize/i18n/es_CL.po
new file mode 100644
index 00000000000..41560a2f1bd
--- /dev/null
+++ b/attachment_base_synchronize/i18n/es_CL.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_CL\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Fecha del último mensaje publicado en el registro."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Nombre mostrado"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Seguidores"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Agrupar por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID (identificación)"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Si está marcado, hay nuevos mensajes que requieren su atención"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Fecha del último mensaje"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Última modificación en"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Última actualización de"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Última actualización en"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Mensajes"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipo"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/es_CO.po b/attachment_base_synchronize/i18n/es_CO.po
new file mode 100644
index 00000000000..c0a4e1638ef
--- /dev/null
+++ b/attachment_base_synchronize/i18n/es_CO.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_CO\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr "Adjuntos"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Creado"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Fecha del último mensaje publicado en el registro."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Nombre Público"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Seguidores"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Agrupar por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Si está marcado, hay nuevos mensajes que requieren su atención"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Fecha del Último Mensaje"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Última Modificación el"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Actualizado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Actualizado"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Mensajes"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipo"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Mensajes sin Leer"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/es_CR.po b/attachment_base_synchronize/i18n/es_CR.po
new file mode 100644
index 00000000000..67574b8a2f4
--- /dev/null
+++ b/attachment_base_synchronize/i18n/es_CR.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_CR\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Compañía"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Fecha del último mensaje publicado en el registro."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Seguidores"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Agrupar por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Si está marcado nuevos mensajes requieren su atención."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Fecha del ultimo mensaje"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Ultima actualización por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Ultima actualización en"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Mensajes"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipo"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Mensajes no leídos"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/es_DO.po b/attachment_base_synchronize/i18n/es_DO.po
new file mode 100644
index 00000000000..aa2700f7dd0
--- /dev/null
+++ b/attachment_base_synchronize/i18n/es_DO.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_DO\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Fecha del último mensaje publicado en el registro."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Nombre mostrado"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Seguidores"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Agrupar por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID (identificación)"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Si está marcado, hay nuevos mensajes que requieren su atención"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Fecha del último mensaje"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Última modificación en"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Última actualización de"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Última actualización en"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Mensajes"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipo"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Mensajes sin leer"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/es_EC.po b/attachment_base_synchronize/i18n/es_EC.po
new file mode 100644
index 00000000000..8257a21be24
--- /dev/null
+++ b/attachment_base_synchronize/i18n/es_EC.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_EC\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Compañia"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Fecha del último mensaje publicado en el registro."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Nombre mostrado"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Seguidores"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Agrupar por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Si está marcado, hay nuevos mensajes que requieren su atención"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Fecha del último mensaje"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Última modificación en"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Última actualización de"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Última actualización en"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Mensajes"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipo"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Mensajes sin leer"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/es_ES.po b/attachment_base_synchronize/i18n/es_ES.po
new file mode 100644
index 00000000000..4759e8e9488
--- /dev/null
+++ b/attachment_base_synchronize/i18n/es_ES.po
@@ -0,0 +1,405 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+# Fernando Lara , 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-02-16 10:39+0000\n"
+"PO-Revision-Date: 2017-02-16 10:39+0000\n"
+"Last-Translator: Fernando Lara , 2017\n"
+"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_ES\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Compañía"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Nombre para mostrar"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Error"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Última modificación en"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Última actualización por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Última actualización en"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Estado"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipo"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/es_MX.po b/attachment_base_synchronize/i18n/es_MX.po
new file mode 100644
index 00000000000..234b345e147
--- /dev/null
+++ b/attachment_base_synchronize/i18n/es_MX.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_MX\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Compañía"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Fecha del último mensaje publicado en el registro."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Nombre desplegado"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Hecho"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Seguidores"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Agrupar por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Si está marcado nuevos mensajes requieren su atención."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Fecha del ultimo mensaje"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Ultima modificacion realizada"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Ultima actualización por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Ultima actualización en"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Mensajes"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr "Pendiente"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Estado"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipo"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Mensajes no leídos"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/es_PE.po b/attachment_base_synchronize/i18n/es_PE.po
new file mode 100644
index 00000000000..9d18bbdc258
--- /dev/null
+++ b/attachment_base_synchronize/i18n/es_PE.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_PE\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Fecha del ultimo mensaje actualizado en el registro."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Nombre a Mostrar"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Seguidores"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Agrupado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Si está marcado nuevos mensajes requieren su atención."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Fecha del último mensaje"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Ultima Modificación en"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Actualizado última vez por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Ultima Actualización"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Mensajes"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipo"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Mensajes no leidos"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/es_PY.po b/attachment_base_synchronize/i18n/es_PY.po
new file mode 100644
index 00000000000..cd2c00d2763
--- /dev/null
+++ b/attachment_base_synchronize/i18n/es_PY.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_PY\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Seguidores"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Agrupado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Si marcado la nueva mensaje requiere atencion"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Fecha de la ultima mensaje"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Ultima actualización por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Ultima actualización en"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Mensajes"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipo"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Mensajes sin leer"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/es_VE.po b/attachment_base_synchronize/i18n/es_VE.po
new file mode 100644
index 00000000000..99cb69cbe30
--- /dev/null
+++ b/attachment_base_synchronize/i18n/es_VE.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_VE\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Fecha del último mensaje publicado en el registro."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Mostrar nombre"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Seguidores"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Agrupar por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Si está marcado nuevos mensajes requieren su atención."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Fecha del ultimo mensaje"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Modificada por última vez"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Ultima actualización por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Ultima actualización en"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Mensajes"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Provincia"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipo"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Mensajes no leídos"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/et.po b/attachment_base_synchronize/i18n/et.po
new file mode 100644
index 00000000000..fcdcdfe3843
--- /dev/null
+++ b/attachment_base_synchronize/i18n/et.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: et\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Ettevõte"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Loonud"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Loodud"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Kirjeldus"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Näidatav nimi"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Jälgijad"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Rühmitamine"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Kui kontrollitud, siis uued sõnumid nõuavad Su tähelepanu."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Viimase sõnumi kuupäev"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Viimati muudetud"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Viimati uuendatud"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Viimati uuendatud"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Sõnumid"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tüüp"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Lugemata sõnumid"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/eu.po b/attachment_base_synchronize/i18n/eu.po
new file mode 100644
index 00000000000..41b8b688713
--- /dev/null
+++ b/attachment_base_synchronize/i18n/eu.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: eu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Enpresa"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Nork sortua"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Created on"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Date of the last message posted on the record."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Deskribapena"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Izena erakutsi"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Followers"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Group By"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "If checked new messages require your attention."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Last Message Date"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Last Updated by"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Last Updated on"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Mezuak"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Mota"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Irakurri gabeko mezuak"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/fa.po b/attachment_base_synchronize/i18n/fa.po
new file mode 100644
index 00000000000..42b64ed5e4e
--- /dev/null
+++ b/attachment_base_synchronize/i18n/fa.po
@@ -0,0 +1,405 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fa\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "ایجاد شده توسط"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "ایجاد شده در"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "تاریخ آخرین پیغام پست شده از این رکورد"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "توصیف"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "نام نمایشی"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "دنبالکنندگان"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "گروهبندی برمبنای"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "شناسه"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+"اگر این گزینه را انتخاب کنید، پیامهای جدید به توجه شما نیاز خواهند داشت"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "تاریخ آخرین پیام"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "تاریخ آخرین بهروزرسانی"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "آخرین به روز رسانی توسط"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "آخرین به روز رسانی در"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "پیامها"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "نوع"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "پیام های ناخوانده"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/fi.po b/attachment_base_synchronize/i18n/fi.po
new file mode 100644
index 00000000000..1d5995a5093
--- /dev/null
+++ b/attachment_base_synchronize/i18n/fi.po
@@ -0,0 +1,405 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+# Jarmo Kortetjärvi , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: Jarmo Kortetjärvi , 2016\n"
+"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fi\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Yritys"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Luonut"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Luotu"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Viimeisimmän lähetetyn viestin päiväys."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Kuvaus"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Nimi"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Valmis"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Virhe"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Seuraajat"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Jos valittuna, uudet viestit vaatii toimenpiteitä."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Viimeisimmän viestin päiväys"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Viimeksi muokattu"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Viimeksi päivittänyt"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Viimeksi päivitetty"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Viestejä"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr "Odottaa"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Tila"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tyyppi"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Lukemattomia viestejä"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/fr.po b/attachment_base_synchronize/i18n/fr.po
new file mode 100644
index 00000000000..02554eb908c
--- /dev/null
+++ b/attachment_base_synchronize/i18n/fr.po
@@ -0,0 +1,417 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+# dglucose , 2016
+# François Kortleven , 2016
+# Maxime Chambreuil , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: Maxime Chambreuil , 2016\n"
+"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fr\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr "Action nécessaire"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr "Pièce jointe"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr "Nom de la pièce jointe"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr "Lien de la pièce jointe"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr "ID de la pièce jointe"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr "Pièces jointes"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr "Binaire"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr "Somme de Contrôle/SHA1"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Société"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Créé par"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Créé le"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr "Mois de création"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr "Données de la base de données"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Date du dernier message enregistré sur cet enregistrement"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Description"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Afficher le nom"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Terminé"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr "Discussion de courriel"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Erreur"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr "Empreinte externe"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr "Échec"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr "Contenu du fichier"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr "Nom de Fichier"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr "Taille du fichier"
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+"Fichier corrompu: Quelque chose s'est mal passé pendant la récupération du "
+"fichier, relancez la tache.."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr "Type de fichier"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr "Filtrer sur mes documents"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Abonnés"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr "Abonnés (canaux)"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr "Abonnés (partenaires)"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Regrouper par"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "Identifiant"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Si coché, de nouveaux messages demandent votre attention."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr "Si coché, les nouveaux messages exigeront votre attention."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr "Contenu Indexé"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr "Empreinte interne"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr "Est abonné"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr "Est un document public"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Date du dernier message"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Dernière modification le"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Dernière mise à jour par"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Dernière mise à jour le"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr "Lien ver le modèle ir.attachment"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Messages"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr "Meta data Attachments"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr "Type Mime"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr "Mes Documents"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr "Nombre d'actions"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr "Nombre de messages exigeant une action"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr "Nombre de messages non-lus"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr "Propriétaire"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr "En attente"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr "Champ ressource"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr "ID de l'enregistrement"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr "Modèle de la ressource"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr "Nom de l'enregistrement"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr "Run"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr "Marquer comme terminé"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "État"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr "Message"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr "Nom de fichier stocké"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr "Sync date"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr "L'objet de la base de données auquel cette pièce jointe sera attachée"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+"Le type de fichier détermine la méthode d'import à utiliser pour parser le "
+"fichier et transformer les données avant l'import dans l'ERP"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr "L'identifiant de l'enregistrement qui y est attaché"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Type"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr "URL"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Messages non lus"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr "Compteur de message non lus"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr "Url"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
+"Vous pouvez, soit télécharger un fichier à partir de votre ordinateur soit "
+"copier / coller un lien Internet vers votre fichier"
diff --git a/attachment_base_synchronize/i18n/fr_CA.po b/attachment_base_synchronize/i18n/fr_CA.po
new file mode 100644
index 00000000000..cfeb8337eb1
--- /dev/null
+++ b/attachment_base_synchronize/i18n/fr_CA.po
@@ -0,0 +1,406 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# Adriana Ierfino , 2016
+# OCA Transbot , 2016
+# Martin Malorni , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: Martin Malorni , 2016\n"
+"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fr_CA\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Créé par"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Créé le"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Description"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Afficher le nom"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "Identifiant"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Dernière mise à jour par"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Dernière mise à jour le"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Type"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/fr_CH.po b/attachment_base_synchronize/i18n/fr_CH.po
new file mode 100644
index 00000000000..3edc80b7ece
--- /dev/null
+++ b/attachment_base_synchronize/i18n/fr_CH.po
@@ -0,0 +1,405 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+# leemannd , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-03 04:11+0000\n"
+"PO-Revision-Date: 2016-12-03 04:11+0000\n"
+"Last-Translator: leemannd , 2016\n"
+"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fr_CH\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr "Attachés"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Créé par"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Créé le"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Nom affiché"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Dernière modification le"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Modifié par"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Modifié le"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Etat"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Type"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/fr_FR.po b/attachment_base_synchronize/i18n/fr_FR.po
new file mode 100644
index 00000000000..f952b171e4e
--- /dev/null
+++ b/attachment_base_synchronize/i18n/fr_FR.po
@@ -0,0 +1,405 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+# Mohamed HABOU , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: Mohamed HABOU , 2016\n"
+"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/fr_FR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fr_FR\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Erreur"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Type"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/gl.po b/attachment_base_synchronize/i18n/gl.po
new file mode 100644
index 00000000000..7ee5f6dd8e0
--- /dev/null
+++ b/attachment_base_synchronize/i18n/gl.po
@@ -0,0 +1,405 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# César Castro Cruz , 2016
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: gl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Compañía"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Descrición"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Realizado"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Erro"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Agrupar por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Modificado por última vez o"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "ültima actualización por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Última actualización en"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Estado"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipo"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Mensaxes sen ler"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/gl_ES.po b/attachment_base_synchronize/i18n/gl_ES.po
new file mode 100644
index 00000000000..35797d1ac63
--- /dev/null
+++ b/attachment_base_synchronize/i18n/gl_ES.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# Alejandro Santana , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: Alejandro Santana , 2016\n"
+"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/gl_ES/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: gl_ES\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/he.po b/attachment_base_synchronize/i18n/he.po
new file mode 100644
index 00000000000..bc5905ac3cb
--- /dev/null
+++ b/attachment_base_synchronize/i18n/he.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: he\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "נוצר על ידי"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "נוצר ב-"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "תאריך הודעה אחרונה שפורסמה ברשומה."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "תיאור"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "השם המוצג"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "עוקבים"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "קבץ לפי"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "מזהה"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "אם מסומן אז הודעה חדשה דורשת התייחסותכם."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "תאריך הודעה אחרונה"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "תאריך שינוי אחרון"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "עודכן לאחרונה על ידי"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "עודכן לאחרונה על"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "הודעות"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "סוג"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "הודעות שלא נקראו"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/hr.po b/attachment_base_synchronize/i18n/hr.po
new file mode 100644
index 00000000000..10d076547f7
--- /dev/null
+++ b/attachment_base_synchronize/i18n/hr.po
@@ -0,0 +1,406 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# Bole , 2016
+# Ana-Maria Olujić , 2016
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: hr\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr "Privitak"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr "Privitci"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Poduzeće"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Kreirao"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Kreirano "
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Datum zadnje poruke objavljene u zapisu"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Opis"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Prikaži naziv"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Izvršeno"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Greška"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Sljedbenici"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Grupiraj po"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Ukoliko je označeno, nove poruke traže Vašu pažnju"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Datum zadnje poruke"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Zadnja izmjena na"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Zadnji ažurirao"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Zadnje ažuriranje"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Poruke"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr "Vlasnik"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr "U tijeku"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Stanje"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Vrsta"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr "URL"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Nepročitane poruke"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/hr_HR.po b/attachment_base_synchronize/i18n/hr_HR.po
new file mode 100644
index 00000000000..484c15e4c87
--- /dev/null
+++ b/attachment_base_synchronize/i18n/hr_HR.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# Bole , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: Bole , 2016\n"
+"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: hr_HR\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr "Potrebna akcija"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr "Naziv priloga"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr "URL priloga"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Poduzeće"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Kreirao"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Kreirano"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Datum zadnje poruke na zapisu"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Opis"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Naziv"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr "Sadržaj datoteke"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr "Naziv datoteke"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr "Veličina datoteke"
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr "Vrsta datoteke"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Pratitelji"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Prupiraj po"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr "Indeksirani sadržaj"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr "Je pratitelj"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr "Je javni dokument"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Datum zadnje poruke"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Zadnje modificirano"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Zadnje ažurirao"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Zadnje ažurirano"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Poruke"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr "Broj radnji"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Oblast/Županija"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tip"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/hu.po b/attachment_base_synchronize/i18n/hu.po
new file mode 100644
index 00000000000..21c734fc806
--- /dev/null
+++ b/attachment_base_synchronize/i18n/hu.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: hu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Vállalat"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Készítette"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Létrehozás dátuma"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "A feljegyzésen történt utolsó levelezés dátuma."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Leírás"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Név megjelenítése"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Kész"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr "Sikertelen"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Követők"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Csoportosítás..."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "Azonosító ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Ha be van jelölve, akkor figyelje az új üzeneteket."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Utolsó üzenet dátuma"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Utolsó frissítés dátuma"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Utoljára frissítve, által"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Utoljára frissítve ekkor"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Üzenetek"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr "Függőben lévő"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Állapot"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Típus"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Olvasatlan üzenetek"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/id.po b/attachment_base_synchronize/i18n/id.po
new file mode 100644
index 00000000000..4da059a9015
--- /dev/null
+++ b/attachment_base_synchronize/i18n/id.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: id\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Perusahaan"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Dibuat oleh"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Dibuat pada"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Tanggal pesan terakhir diposting pada catatan."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Keterangan"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Nama Tampilan"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Pengikut"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Dikelompokan berdasarkan .."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Jika dicentang pesan baru membutuhkan perhatian Anda."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Tanggal pesan terakhir"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Terakhir Dimodifikasi pada"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Diperbaharui oleh"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Diperbaharui pada"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Pesan"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Jenis"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Pesan Belum Dibaca"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/it.po b/attachment_base_synchronize/i18n/it.po
new file mode 100644
index 00000000000..a5e2746853d
--- /dev/null
+++ b/attachment_base_synchronize/i18n/it.po
@@ -0,0 +1,405 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+# Paolo Valier , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 21:53+0000\n"
+"PO-Revision-Date: 2016-12-23 21:53+0000\n"
+"Last-Translator: Paolo Valier , 2016\n"
+"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: it\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr "Azione Necessaria"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr "Allegato"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr "Nome Allegato"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr "Allegato"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Azienda"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Created by"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Created on"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr "Data Database"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Data dell'ultimo messaggio aggiunto al record."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Descrizione"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Nome da visualizzare"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Completato"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr "Discussione Email"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Errore"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr "Fallita"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr "Contenuto File"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr "Nome del campo"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr "Dimensione File"
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr "Tipo di file"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Followers"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr "Followers (Canali)"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr "Followers (Partners)"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Raggruppa per"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "If checked new messages require your attention."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr "Se selezionato, i nuovi messaggi richiedono la tua attenzione."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr "Contenuto Indicizzato"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr "È un follower"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Data Ultimo Messaggio"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Ultima modifica il"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Last Updated by"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Last Updated on"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Messaggi"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr "Numero di Azioni"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr "Numero di messaggi che richiedono un'azione"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr "Numero di messaggi non letti"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr "Proprietario"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr "Attesa"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr "ID Risorsa"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr "Modello Risorsa"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr "Nome della Risorsa"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr "Esegui"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Stato"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr "Nome memorizzato del File"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr "L'oggetto del database a cui l'allegato verrà collegato"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr "Id record al quale è collegato"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipo"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr "URL"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Messaggi non letti"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr "Contatore Messaggi non letti"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr "Url"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/ja.po b/attachment_base_synchronize/i18n/ja.po
new file mode 100644
index 00000000000..aeb7aacfc87
--- /dev/null
+++ b/attachment_base_synchronize/i18n/ja.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ja\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "会社"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "作成者"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "作成日"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "記録上の最後のメッセージが投稿された日"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "説明"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "表示名"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "フォロワー"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "グループ化"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "最終メッセージ日"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "最終更新日"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "最終更新者"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "最終更新日"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "メッセージ"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "タイプ"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "未読メッセージ"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/ko.po b/attachment_base_synchronize/i18n/ko.po
new file mode 100644
index 00000000000..0d319b195ff
--- /dev/null
+++ b/attachment_base_synchronize/i18n/ko.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ko\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "작성자"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "작성일"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "레코드에 게시된 최근 메시지의 날짜."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "설명"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "표시 이름"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "팔로워"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "그룹화"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "선택하면 새로운 메시지를 주목할 필요가 있습니다."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "최근 메시지 날짜"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "최근 수정"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "최근 갱신한 사람"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "최근 갱신 날짜"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "메시지"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "유형"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "읽지 않은 메시지"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/lt.po b/attachment_base_synchronize/i18n/lt.po
new file mode 100644
index 00000000000..decef53ac4f
--- /dev/null
+++ b/attachment_base_synchronize/i18n/lt.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: lt\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Įmonė"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Sukūrė"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Sukurta"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Paskutinė pranešimo publikavimo data šiame įraše."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Aprašymas"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Vaizduojamas pavadinimas"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Prenumeratoriai"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Grupuoti pagal"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Jeigu pažymėta, nauji pranešimai reikalaus jūsų dėmesio."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Paskutinio pranešimo data"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Paskutinį kartą keista"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Paskutini kartą atnaujino"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Paskutinį kartą atnaujinta"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Pranešimai"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipas"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Neskaityti pranešimai"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/lt_LT.po b/attachment_base_synchronize/i18n/lt_LT.po
new file mode 100644
index 00000000000..63e9188b063
--- /dev/null
+++ b/attachment_base_synchronize/i18n/lt_LT.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# Arminas Grigonis , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: Arminas Grigonis , 2016\n"
+"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/lt_LT/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: lt_LT\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Sukūrė"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Sukurta"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Paskutinį kartą atnaujino"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Paskutinį kartą atnaujinta"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/lv.po b/attachment_base_synchronize/i18n/lv.po
new file mode 100644
index 00000000000..0a6ac035b85
--- /dev/null
+++ b/attachment_base_synchronize/i18n/lv.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: lv\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Uzņēmums"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Izveidoja"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Izveidots"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Pēdējā ierakstam piesaistītā ziņojuma datums."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Apraksts"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Sekotāji"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Grupēt pēc"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Ja atzīmēts, tad jauni ziņojumi pieprasīs jūsu uzmanību."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Pēdēja ziņojuma datums"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Pēdējo reizi atjaunoja"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Pēdējās izmaiņas"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Ziņojumi"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr "Gaida izpildi"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Veids"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Neizlasītās vēstules"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/mk.po b/attachment_base_synchronize/i18n/mk.po
new file mode 100644
index 00000000000..6a9a77e7f28
--- /dev/null
+++ b/attachment_base_synchronize/i18n/mk.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: mk\n"
+"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Компанија"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Креирано од"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Креирано на"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Датум на испраќање на последната порака"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Опис"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Прикажи име"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Пратители"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Групирај по"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Доколку е штиклирано, новите пораки го бараат вашето внимание."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Датум на последна порака"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Последна промена на"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Последно ажурирање од"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Последно ажурирање на"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Пораки"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tип"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Непрочитани Пораки"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/mn.po b/attachment_base_synchronize/i18n/mn.po
new file mode 100644
index 00000000000..8404d6b42ee
--- /dev/null
+++ b/attachment_base_synchronize/i18n/mn.po
@@ -0,0 +1,406 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: mn\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Компани"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Үүсгэгч"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Үүсгэсэн огноо"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Бичлэгт хамгийн сүүлд илгээгдсэн зурвасын огноо."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Тодорхойлолт"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Дэлгэцийн Нэр"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Дагагчид"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Бүлэглэх"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+"Хэрэв тэмдэглэгдсэн бол таныг шинэ зурвасуудад анхаарал хандуулахыг "
+"шаардана."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Сүүлийн зурвасын огноо"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Сүүлийн засвар хийсэн огноо"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Сүүлийн засвар хийсэн"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Сүүлийн засвар хийсэн огноо"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Зурвасууд"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Төрөл"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Уншаагүй Зурвасууд"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/nb.po b/attachment_base_synchronize/i18n/nb.po
new file mode 100644
index 00000000000..6008216b4cb
--- /dev/null
+++ b/attachment_base_synchronize/i18n/nb.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nb\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Firma"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Opprettet av"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Opprettet"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Dato for siste melding på denne posten."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Beskrivelse"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Visnings navn"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Feil"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Følgere"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Grupper etter"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Hvis det er merket nye meldinger så krever dette din oppmerksomhet."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Siste meldingsdato"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Sist oppdatert "
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Sist oppdatert av"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Sist oppdatert"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Meldinger"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr "Venter"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Status"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Type"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Uleste meldinger"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/nb_NO.po b/attachment_base_synchronize/i18n/nb_NO.po
new file mode 100644
index 00000000000..471fd113367
--- /dev/null
+++ b/attachment_base_synchronize/i18n/nb_NO.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# Imre Kristoffer Eilertsen , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: Imre Kristoffer Eilertsen , 2016\n"
+"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nb_NO\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr "Handling påkrevd"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr "Vedlegg"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Firma"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Laget av"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Laget den"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Vis navn"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Ferdig"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Feil"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Følgere"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr "Følgere (Kanaler)"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr "Følgere (Partnere)"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Gruppe laget av"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Hvis valgt vil nye meldinger kreve din oppmerksomhet"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr "Hvis valgt, vil nye meldinger kreve din oppmerksomhet"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr "Er en følger."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Dato for siste melding"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Sist endret den"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Sist oppdatert av"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Sist oppdatert den"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Meldinger"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr "Antall handlinger"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr "Antall meldinger som krever handling"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr "Antall uleste meldinger"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Stat"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr "URL"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Uleste meldinger"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/nl.po b/attachment_base_synchronize/i18n/nl.po
new file mode 100644
index 00000000000..4817f1f8d51
--- /dev/null
+++ b/attachment_base_synchronize/i18n/nl.po
@@ -0,0 +1,405 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# Erwin van der Ploeg , 2016
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr "Actie nodig"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr "Bijlages"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Bedrijf"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Aangemaakt door"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Aangemaakt op"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Datum van het laatste bericht op het record."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Omschrijving"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Te tonen naam"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Gereed"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Fout"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr "Mislukt"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Volgers"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr "Volgers (Kanalen)"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr "Volgers (Relaties)"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Groepeer op"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Indien aangevinkt vraagt een bericht om uw aandacht."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr "Indien aangevinkt vraagt een bericht om uw aandacht."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr "Is een volger"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Laatste berichten datum"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Laatst bijgewerkt op"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Laatste bijgewerkt door"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Laatst bijgewerkt op"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Berichten"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr "Aantal acties"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr "Aantal berichten welke vragen om een actie"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr "Aantal ongelezen berichten"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr "Wachtend"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Staat/Provincie"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Type"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Ongelezen berichten"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr "Ongelezen berichten teller"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/nl_BE.po b/attachment_base_synchronize/i18n/nl_BE.po
new file mode 100644
index 00000000000..97255149f56
--- /dev/null
+++ b/attachment_base_synchronize/i18n/nl_BE.po
@@ -0,0 +1,405 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nl_BE\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Bedrijf"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Gemaakt door"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Gemaakt op"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Datum laatste bericht voor dit record."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Omschrijving"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Schermnaam"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Volgers"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Groeperen op"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+"Als dit is ingeschakeld, zijn er nieuwe berichten die uw aandacht vragen."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Datum laatste bericht"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Laatst Aangepast op"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Laatst bijgewerkt door"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Laatst bijgewerkt op"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Berichten"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Type"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Ongelezen berichten"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/nl_NL.po b/attachment_base_synchronize/i18n/nl_NL.po
new file mode 100644
index 00000000000..83a2ba3ddb7
--- /dev/null
+++ b/attachment_base_synchronize/i18n/nl_NL.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# Mario Gielissen , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: Mario Gielissen , 2016\n"
+"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nl_NL\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Voltooid"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/pl.po b/attachment_base_synchronize/i18n/pl.po
new file mode 100644
index 00000000000..999e7dd2984
--- /dev/null
+++ b/attachment_base_synchronize/i18n/pl.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pl\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Firma"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Utworzone przez"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Data utworzenia"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Data ostatniej wiadomości w rekordzie."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Opis"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Wyświetlana nazwa "
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Wykonano"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Obserwatorzy"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Pogrupuj wg"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Jeśli zaznaczone, to wiadomość wymaga twojej uwagi"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Data ostatniej wiadomości"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Ostatnio modyfikowano"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Ostatnio modyfikowane przez"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Data ostatniej modyfikacji"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Wiadomosći"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Stan"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Typ"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Nieprzeczytane wiadomości"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/pt.po b/attachment_base_synchronize/i18n/pt.po
new file mode 100644
index 00000000000..7038dca0e72
--- /dev/null
+++ b/attachment_base_synchronize/i18n/pt.po
@@ -0,0 +1,405 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+# Tiago Baptista , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: Tiago Baptista , 2016\n"
+"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pt\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Empresa"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Criado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Criado em"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Descrição"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Nome a Apresentar"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Concluído"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Erro"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr "Não cumpre"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Agrupar por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Última Modificação Em"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Atualizado pela última vez por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Atualizado pela última vez em"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Mensagens"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr "Pendente"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Estado"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipo"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/pt_BR.po b/attachment_base_synchronize/i18n/pt_BR.po
new file mode 100644
index 00000000000..267f1924315
--- /dev/null
+++ b/attachment_base_synchronize/i18n/pt_BR.po
@@ -0,0 +1,408 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+# Armando Vulcano Junior , 2016
+# Paulo Ricardo , 2016
+# Felipe Lopes , 2016
+# Claudio Araujo Santos , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: Claudio Araujo Santos , 2016\n"
+"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pt_BR\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr "Ação necessária"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr "Anexos"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Empresa"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Criado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Criado em"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Data da última mensagem postada neste registro."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Descrição"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Nome para Mostrar"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Feito"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr "Processo Email"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Erro"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr "Falhou"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Seguidores"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr "Seguidores (Canais)"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr "Seguidores (Parceiros)"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Agrupado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "Identificação"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Se marcado, novas mensagens precisarão de sua atenção"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr "Se verificar novas mensagens requerem sua atenção."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr "È seguidor"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Data da última mensagem"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Última atualização em"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Última atualização por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Última atualização em"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Mensagens"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr "Número de ações"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr "Número de mensagens que requer uma ação"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr "Número de mensagens não lidas"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr "Proprietário"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr "Pendente"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr "Identificação do Recurso"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr "Nome do Recurso"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Situação"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipo"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Mensagens não lidas"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr "As mensagens não lidas Contador"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/pt_PT.po b/attachment_base_synchronize/i18n/pt_PT.po
new file mode 100644
index 00000000000..b57a7097d61
--- /dev/null
+++ b/attachment_base_synchronize/i18n/pt_PT.po
@@ -0,0 +1,406 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# Pedro Castro Silva , 2016
+# Daniel Reis , 2016
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pt_PT\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Empresa"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Criado por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Criado em"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Data da última mensagem registada."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Descrição"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Nome a Apresentar"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Concluído"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr "Tópico de Email"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr "Falhou"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Seguidores"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Se assinalada, há novas mensagens a requerer a sua atenção."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Data da Última Mensagem"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Última Modificação em"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Atualizado pela última vez por"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Atualizado pela última vez em"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Mensagens"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr "Dono"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr "Pendente"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Estado"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tipo"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr "URL"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Mensagens não lidas"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/ro.po b/attachment_base_synchronize/i18n/ro.po
new file mode 100644
index 00000000000..1482d059225
--- /dev/null
+++ b/attachment_base_synchronize/i18n/ro.po
@@ -0,0 +1,406 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+# Dorin Hongu , 2016
+# Fekete Mihai , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: Fekete Mihai , 2016\n"
+"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ro\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Companie"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Creat de"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Creat la"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Nume Afişat"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Grupează după"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Ultima actualizare în"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Ultima actualizare făcută de"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Ultima actualizare la"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Județ"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tip"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/ru.po b/attachment_base_synchronize/i18n/ru.po
new file mode 100644
index 00000000000..7eec76daaed
--- /dev/null
+++ b/attachment_base_synchronize/i18n/ru.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ru\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Компания"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Создано"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Создан"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Описание"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Последний раз обновлено"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Последний раз обновлено"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Тип"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/sk.po b/attachment_base_synchronize/i18n/sk.po
new file mode 100644
index 00000000000..868fe19c3c3
--- /dev/null
+++ b/attachment_base_synchronize/i18n/sk.po
@@ -0,0 +1,405 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+# gebri , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 21:53+0000\n"
+"PO-Revision-Date: 2016-12-23 21:53+0000\n"
+"Last-Translator: gebri , 2016\n"
+"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sk\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Spoločnosť"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Vytvoril"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Vytvorené"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Dátum poslednej správy zaslanej záznamu."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Popis"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Zobraziť meno"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Hotovo"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Odberatelia"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Zoskupiť podľa"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Ak zaškrtnuté, nové správy vyžadujú vašu pozornosť."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Dátum poslednej správy"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Posledná modifikácia"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Naposledy upravil"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Naposledy upravené"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Správy"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Typ"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Neprečítané správy"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/sl.po b/attachment_base_synchronize/i18n/sl.po
new file mode 100644
index 00000000000..d3b2b22afe9
--- /dev/null
+++ b/attachment_base_synchronize/i18n/sl.po
@@ -0,0 +1,411 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+# Matjaž Mozetič , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: Matjaž Mozetič , 2016\n"
+"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sl\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr "Potreben ukrep"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr "Priponka"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr "Naziv priponke"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr "ID priponke"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr "Priponke"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr "Binarno"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Družba"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Ustvaril"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Ustvarjeno"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr "Mesec nastanka"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr "Podatki o podatkovni bazi"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Datum zadnjega objavljenega sporočila na zapisu."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Opis"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Prikazni naziv"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Opravljeno"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr "E-poštni niz"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Napaka"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr "Zunanji hash"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr "Neuspelo"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr "Vsebina datoteke"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr "Naziv datoteke"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr "Velikost datoteke"
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+"Datoteka okvarjena: Nekaj je narobe s pridobljeno datoteko. Ponovno zaženite"
+" opravilo, prosim."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+"Hash datoteke prihaja z zunanjim lastnikom datoteke.\n"
+"Če je podano, omogoča preverjanje, če je prenesena datoteke natančna kopija originalne."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+"Hash datoteke obdelan s podatki o datoteki za primerjavo z zunanjim hash (če"
+" je podan)."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr "Tip datoteke"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr "Filtriraj po mojih dokumentih"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Sledilci"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr "Sledilci (kanali)"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr "Sledilci (partnerji)"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Združi po"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Če je označeno, zahtevajo nova sporočila vašo pozornost."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr "Če označeno, zahtevajo nova sporočila vašo pozornost."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr "Indeksirana vsebina"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr "Interni hash"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr "Je sledilec"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Datum zadnjega sporočila"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Zadnjič spremenjeno"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Zadnji posodobil"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Zadnjič posodobljeno"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr "Povezava do ir.attachment model "
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Sporočila"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr "Metadata priponk"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr "Moji dokumenti"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr "Število ukrepov"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr "Število sporočil, ki zahtevajo ukrep"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr "Število neprebranih sporočil"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr "Lastnik"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr "Čakanje"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr "ID vira"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr "Model vira"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr "Naziv vira"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr "Zagon"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Stanje"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr "Shranjeni naziv datoteke"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr "Objekt podatkovne baze, kamor se bo priponka pripela"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr "ID zapisa, kamor je to pripeto"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tip"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr "URL"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Neprebrana sporočila"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr "Števec neprebranih sporočil"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr "URL"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/sr.po b/attachment_base_synchronize/i18n/sr.po
new file mode 100644
index 00000000000..92b9d8b4a7c
--- /dev/null
+++ b/attachment_base_synchronize/i18n/sr.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sr\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Kreiran"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Opis"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Grupiši po"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Poruke"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tip"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/sr@latin.po b/attachment_base_synchronize/i18n/sr@latin.po
new file mode 100644
index 00000000000..4d392d848a3
--- /dev/null
+++ b/attachment_base_synchronize/i18n/sr@latin.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr@latin/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sr@latin\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Kreirao"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Kreiran"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Datum zadnje poslate poruke na slog."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Opis"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Ime za prikaz"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Pratioci"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Grupisano po"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Ako je označeno, nove poruke zahtjevaju pažnju"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Datum zadnje poruke"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Zadnja izmjena"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Zadnja izmjena"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Zadnja izmjena"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Poruke"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tip"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Nepročitane poruke"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/sv.po b/attachment_base_synchronize/i18n/sv.po
new file mode 100644
index 00000000000..1d09d8c183b
--- /dev/null
+++ b/attachment_base_synchronize/i18n/sv.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sv\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Bolag"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Skapad av"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Skapad den"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Datum för senast publicerade meddelandet i loggen."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Beskrivnig"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Visa namn"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Följare"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Gruppera efter"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Om ikryssad nya meddelanden som kräver din uppmärksamhet"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Senast meddelandedatum"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Senast redigerad"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Senast uppdaterad av"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Senast uppdaterad"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Meddelanden"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr "Pågående"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Status"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Typ"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Olästa meddelanden"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/th.po b/attachment_base_synchronize/i18n/th.po
new file mode 100644
index 00000000000..3a674c408c5
--- /dev/null
+++ b/attachment_base_synchronize/i18n/th.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: th\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "บริษัท"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "สร้างโดย"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "สร้างเมื่อ"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "วันที่ข้อความล่าสุดโพสต์ในระเบียน"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "รายละเอียด"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "ชื่อที่ใช้แสดง"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "ผู้ติดตาม"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "จัดกลุ่มโดย"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "รหัส"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "ถ้าเลือก ข้อความใหม่จะต้องการความสนใจจากคุณ"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "วันที่ข้อความล่าสุด"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "แก้ไขครั้งสุดท้ายเมื่อ"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "อัพเดทครั้งสุดท้ายโดย"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "อัพเดทครั้งสุดท้ายเมื่อ"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "ข้อความ"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "ชนิด"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "ข้อความที่ยังไม่ได้อ่าน"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/tr.po b/attachment_base_synchronize/i18n/tr.po
new file mode 100644
index 00000000000..22f80bf9552
--- /dev/null
+++ b/attachment_base_synchronize/i18n/tr.po
@@ -0,0 +1,411 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+# Ahmet Altinisik , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-29 03:39+0000\n"
+"PO-Revision-Date: 2016-12-29 03:39+0000\n"
+"Last-Translator: Ahmet Altinisik , 2016\n"
+"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: tr\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr "Ek"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr "Ek Adı"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr "Ek id"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr "Ekler"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr "Binary"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Şirket"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Oluşturan"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Oluşturuldu"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr "Oluşturulma Ayı"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr "Veritabanı Verisi"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Kayıda eklenen son mesajın tarihi."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Açıklama"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Görünen İsim"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "Tamam"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr "Eposta konuşması"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Hata"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr "Dış Hash"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr "Başarısız"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr "Dosya İçeriği"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr "Dosya adı"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr "Dosya Boyu"
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, 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_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+"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_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+"Dosyanın dışardan gelen hash verisiyle karşılaştırılmak için yerelde "
+"hesaplana hash değeri."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr "Dosya tipi"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr "Dökümanlarımda filtre"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Takipçiler"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Grupla"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Eğer işaretlenirse yeni mesajlar dikkatinizi ister."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr "Dahili hash"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Son mesaj tarihi"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Son değişiklik"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Son güncelleyen"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Son güncellenme"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr "ir.attachment modeline bağlantı"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Mesajlar"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr "Meta veri ekleri"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr "Belgelerim"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr "Sahibi"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr "Kaynak ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr "Kaynak Model"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr "Kaynak Adı"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Durum"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr "Kaydedilen Dosya adı"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr "Bu ekin ekleneceği veritabanı nesnesi"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr "Bu dosyanın eklendiği kayıt id'si"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tür"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr "URL"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Okunmamış Mesajlar"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr "Url"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/tr_TR.po b/attachment_base_synchronize/i18n/tr_TR.po
new file mode 100644
index 00000000000..60be9131b65
--- /dev/null
+++ b/attachment_base_synchronize/i18n/tr_TR.po
@@ -0,0 +1,405 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+# Ozge Altinisik , 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-01-07 04:03+0000\n"
+"PO-Revision-Date: 2017-01-07 04:03+0000\n"
+"Last-Translator: Ozge Altinisik , 2017\n"
+"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: tr_TR\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "Firma"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Oluşturan"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Oluşturulma tarihi"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Açıklama"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Görünen ad"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr "Hata"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Grupla"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "Kimlik"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "En son güncelleme tarihi"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "En son güncelleyen "
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "En son güncelleme tarihi"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "Hal"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Tip"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/uk.po b/attachment_base_synchronize/i18n/uk.po
new file mode 100644
index 00000000000..9135abff630
--- /dev/null
+++ b/attachment_base_synchronize/i18n/uk.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: uk\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Створив"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Створено"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Дата останнього повідомлення по запису."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Опис"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Назва для відображення"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Підписники"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Групувати за"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Якщо позначено, то повідомленя потребує вашої уваги"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Дата останнього повідомлення"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Остання модифікація"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Востаннє відредаговано"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Дата останньої зміни"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Повідомлення"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Тип"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Непрочитані повідомлення"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/vi.po b/attachment_base_synchronize/i18n/vi.po
new file mode 100644
index 00000000000..5e20c70be44
--- /dev/null
+++ b/attachment_base_synchronize/i18n/vi.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: vi\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Được tạo bởi"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Tạo trên"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "Ngày của thông điệp gần nhất được ghi nhận trên một bản ghi"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Miêu tả"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "Tên hiển thị"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "Người dõi theo"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "Group By"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "Nếu đánh dấu kiểm, các thông điệp mới yêu cầu sự có mặt của bạn."
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "Ngày thông điệp cuối cùng"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "Sửa lần cuối vào"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Last Updated by"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Cập nhật lần cuối vào"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "Thông điệp"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "Loại"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "Thông điệp chưa đọc"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/vi_VN.po b/attachment_base_synchronize/i18n/vi_VN.po
new file mode 100644
index 00000000000..32279dcfff8
--- /dev/null
+++ b/attachment_base_synchronize/i18n/vi_VN.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-10-04 09:41+0000\n"
+"PO-Revision-Date: 2016-10-04 09:41+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: vi_VN\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "Tạo bởi"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "Tạo vào"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "Mô tả"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "Cập nhật lần cuối bởi"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "Cập nhật lần cuối vào"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/zh_CN.po b/attachment_base_synchronize/i18n/zh_CN.po
new file mode 100644
index 00000000000..1ae75f780ce
--- /dev/null
+++ b/attachment_base_synchronize/i18n/zh_CN.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: zh_CN\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr "附件"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr "附件"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "公司"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "创建者"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "创建时间"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "发布到记录上的最后消息的日期"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "说明"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "显示名称"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr "完成"
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr "失败"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "听众"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "分组"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "勾选后将提示您新消息"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "最近消息日期"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "最后修改时间"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "最后更新者"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "上次更新日期"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "消息"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr "所有者"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr "暂停中"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr "状态"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "类型"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "未读消息"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/i18n/zh_TW.po b/attachment_base_synchronize/i18n/zh_TW.po
new file mode 100644
index 00000000000..a99d98bf7eb
--- /dev/null
+++ b/attachment_base_synchronize/i18n/zh_TW.po
@@ -0,0 +1,404 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * attachment_base_synchronize
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: zh_TW\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "Action Needed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Attachment"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_name
+msgid "Attachment Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_local_url
+msgid "Attachment URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Attachment id"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_tree
+msgid "Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Binary"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_checksum
+msgid "Checksum/SHA1"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_company_id
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Company"
+msgstr "公司"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_uid
+msgid "Created by"
+msgstr "建立者"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_create_date
+msgid "Created on"
+msgstr "建立於"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Creation Month"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_db_datas
+msgid "Database Data"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Date of the last message posted on the record."
+msgstr "釋出到記錄上的最後資訊的日期"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_description
+msgid "Description"
+msgstr "說明"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_display_name
+msgid "Display Name"
+msgstr "顯示名稱"
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model,name:attachment_base_synchronize.model_ir_attachment_metadata
+msgid "Email Thread"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Error"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid "External hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Failed"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas
+msgid "File Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_datas_fname
+msgid "File Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_size
+msgid "File Size"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: code:addons/attachment_base_synchronize/models/attachment.py:53
+#, python-format
+msgid ""
+"File corrupted: Something was wrong with the retrieved file, please relaunch"
+" the task."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_external_hash
+msgid ""
+"File hash comes from the external owner of the file.\n"
+"If provided allow to check than downloaded file is the exact copy of the original file."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid ""
+"File hash computed with file data to be compared to external hash when "
+"provided."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "File type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Filter on my documents"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_follower_ids
+msgid "Followers"
+msgstr "關注者"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_channel_ids
+msgid "Followers (Channels)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_partner_ids
+msgid "Followers (Partners)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Group By"
+msgstr "分組方式"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_id
+msgid "ID"
+msgstr "ID"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "If checked new messages require your attention."
+msgstr "當有新訊息時通知您。"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction
+msgid "If checked, new messages require your attention."
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_index_content
+msgid "Indexed Content"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_internal_hash
+msgid "Internal hash"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_is_follower
+msgid "Is Follower"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_public
+msgid "Is public document"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_last_post
+msgid "Last Message Date"
+msgstr "最後訊息日期"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata___last_update
+msgid "Last Modified on"
+msgstr "最後修改:"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_uid
+msgid "Last Updated by"
+msgstr "最後更新:"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_write_date
+msgid "Last Updated on"
+msgstr "最後更新於"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_attachment_id
+msgid "Link to ir.attachment model "
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_ids
+msgid "Messages"
+msgstr "訊息"
+
+#. module: attachment_base_synchronize
+#: model:ir.actions.act_window,name:attachment_base_synchronize.action_attachment
+#: model:ir.ui.menu,name:attachment_base_synchronize.menu_ir_attachment
+msgid "Meta data Attachments"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_mimetype
+msgid "Mime Type"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "My Document(s)"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of Actions"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_needaction_counter
+msgid "Number of messages which requires an action"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Number of unread messages"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Owner"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: selection:ir.attachment.metadata,state:0
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Pending"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_field
+msgid "Resource Field"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "Resource ID"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "Resource Model"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_res_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Run"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_attachment_improved_form
+msgid "Set to Done"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "State"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_state_message
+msgid "State message"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_store_fname
+msgid "Stored Filename"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_sync_date
+msgid "Sync date"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_model
+msgid "The database object this attachment will be attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_file_type
+msgid ""
+"The file type determines an import method to be used to parse and transform "
+"data before their import in ERP or an export"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_res_id
+msgid "The record id this is attached to"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_type
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "Type"
+msgstr "類型"
+
+#. module: attachment_base_synchronize
+#: model:ir.ui.view,arch_db:attachment_base_synchronize.view_external_attachment_search
+msgid "URL"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread
+msgid "Unread Messages"
+msgstr "未讀訊息"
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_message_unread_counter
+msgid "Unread Messages Counter"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,field_description:attachment_base_synchronize.field_ir_attachment_metadata_url
+msgid "Url"
+msgstr ""
+
+#. module: attachment_base_synchronize
+#: model:ir.model.fields,help:attachment_base_synchronize.field_ir_attachment_metadata_type
+msgid ""
+"You can either upload a file from your computer or copy/paste an internet "
+"link to your file"
+msgstr ""
diff --git a/attachment_base_synchronize/models/__init__.py b/attachment_base_synchronize/models/__init__.py
new file mode 100644
index 00000000000..c14c863593a
--- /dev/null
+++ b/attachment_base_synchronize/models/__init__.py
@@ -0,0 +1 @@
+from . import attachment
diff --git a/attachment_base_synchronize/models/attachment.py b/attachment_base_synchronize/models/attachment.py
new file mode 100644
index 00000000000..baba50fd88b
--- /dev/null
+++ b/attachment_base_synchronize/models/attachment.py
@@ -0,0 +1,104 @@
+# coding: utf-8
+# @ 2015 Florian DA COSTA @ 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 openerp
+import hashlib
+from base64 import b64decode
+import logging
+
+_logger = logging.getLogger(__name__)
+
+
+class IrAttachmentMetadata(models.Model):
+ _name = 'ir.attachment.metadata'
+ _inherits = {'ir.attachment': 'attachment_id'}
+ _inherit = ['mail.thread']
+
+ internal_hash = fields.Char(
+ store=True, compute='_compute_hash',
+ help="File hash computed with file data to be compared "
+ "to external hash when provided.")
+ external_hash = fields.Char(
+ help="File hash comes from the external owner of the file.\n"
+ "If provided allow to check than downloaded file "
+ "is the exact copy of the original file.")
+ attachment_id = fields.Many2one(
+ 'ir.attachment', required=True, ondelete='cascade',
+ help="Link to ir.attachment model ")
+ file_type = fields.Selection(
+ selection=[],
+ string="File type",
+ help="The file type determines an import method to be used "
+ "to parse and transform data before their import in ERP or an export")
+ sync_date = fields.Datetime()
+ state = fields.Selection([
+ ('pending', 'Pending'),
+ ('failed', 'Failed'),
+ ('done', 'Done'),
+ ], readonly=False, required=True, default='pending')
+ state_message = fields.Text()
+
+ @api.depends('datas', 'external_hash')
+ def _compute_hash(self):
+ for attachment in self:
+ if attachment.datas:
+ attachment.internal_hash = hashlib.md5(
+ b64decode(attachment.datas)).hexdigest()
+ if attachment.external_hash and\
+ attachment.internal_hash != attachment.external_hash:
+ raise UserError(
+ _("File corrupted: Something was wrong with "
+ "the retrieved file, please relaunch the task."))
+
+ @api.model
+ def run_attachment_metadata_scheduler(self, domain=None):
+ if domain is None:
+ domain = []
+ domain.append(('state', '=', 'pending'))
+ attachments = self.search(domain)
+ if attachments:
+ return attachments.run()
+ return True
+
+ @api.multi
+ def run(self):
+ """
+ Run the process for each attachment metadata
+ """
+ for attachment in self:
+ with api.Environment.manage():
+ with openerp.registry(self.env.cr.dbname).cursor() as new_cr:
+ new_env = api.Environment(
+ new_cr, self.env.uid, self.env.context)
+ attach = attachment.with_env(new_env)
+ try:
+ attach._run()
+ except Exception, e:
+ attach.env.cr.rollback()
+ _logger.exception(e)
+ attach.write(
+ {
+ 'state': 'failed',
+ 'state_message': e,
+ })
+ attach.env.cr.commit()
+ else:
+ attach.write({'state': 'done'})
+ attach.env.cr.commit()
+ return True
+
+ @api.multi
+ def _run(self):
+ self.ensure_one()
+ _logger.info('Start to process attachment metadata id %s' % self.id)
+
+ @api.multi
+ def set_done(self):
+ """
+ Manually set to done
+ """
+ message = "Manually set to done by %s" % self.env.user.name
+ self.write({'state_message': message, 'state': 'done'})
diff --git a/attachment_base_synchronize/security/ir.model.access.csv b/attachment_base_synchronize/security/ir.model.access.csv
new file mode 100644
index 00000000000..9b01638c441
--- /dev/null
+++ b/attachment_base_synchronize/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
diff --git a/attachment_base_synchronize/tests/__init__.py b/attachment_base_synchronize/tests/__init__.py
new file mode 100644
index 00000000000..ef5480f44cd
--- /dev/null
+++ b/attachment_base_synchronize/tests/__init__.py
@@ -0,0 +1,5 @@
+# -*- coding: utf-8 -*-
+# Copyright 2016 Angel Moya (http://angelmoya.es)
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
+
+from . import test_attachment_base_synchronize
diff --git a/attachment_base_synchronize/tests/test_attachment_base_synchronize.py b/attachment_base_synchronize/tests/test_attachment_base_synchronize.py
new file mode 100644
index 00000000000..7ace252762d
--- /dev/null
+++ b/attachment_base_synchronize/tests/test_attachment_base_synchronize.py
@@ -0,0 +1,50 @@
+# -*- coding: utf-8 -*-
+# Copyright 2016 Angel Moya (http://angelmoya.es)
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
+
+from openerp.tests.common import TransactionCase
+import openerp
+from openerp import api
+
+
+class TestAttachmentBaseSynchronize(TransactionCase):
+
+ def setUp(self):
+ super(TestAttachmentBaseSynchronize, self).setUp()
+ self.registry.enter_test_mode()
+ self.env = api.Environment(self.registry.test_cr, self.env.uid,
+ self.env.context)
+ self.attachment = self.env.ref(
+ 'attachment_base_synchronize.attachment_metadata')
+ self.ir_attachment_metadata = self.env['ir.attachment.metadata']
+
+ def tearDown(self):
+ self.registry.leave_test_mode()
+ super(TestAttachmentBaseSynchronize, self).tearDown()
+
+ def test_attachment_metadata(self):
+ """Test run_attachment_metadata_scheduler to ensure set state to done
+ """
+ self.assertEqual(
+ self.attachment.state,
+ 'pending'
+ )
+ self.ir_attachment_metadata.run_attachment_metadata_scheduler()
+ self.env.invalidate_all()
+ with openerp.registry(self.env.cr.dbname).cursor() as new_cr:
+ new_env = api.Environment(
+ new_cr, self.env.uid, self.env.context)
+ attach = self.attachment.with_env(new_env)
+ self.assertEqual(
+ attach.state,
+ 'done'
+ )
+
+ def test_set_done(self):
+ """Test set_done manually
+ """
+ self.attachment.set_done()
+ self.assertEqual(
+ self.attachment.state,
+ 'done'
+ )
diff --git a/attachment_base_synchronize/views/attachment_view.xml b/attachment_base_synchronize/views/attachment_view.xml
new file mode 100644
index 00000000000..7da173faf0a
--- /dev/null
+++ b/attachment_base_synchronize/views/attachment_view.xml
@@ -0,0 +1,112 @@
+
+
+
+
+
+ ir.attachment.metadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ir.attachment.metadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ir.attachment.metadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Meta data Attachments
+ ir.actions.act_window
+ ir.attachment.metadata
+ form
+ tree,form
+
+
+
+
+
+
+ tree
+
+
+
+
+
+
+ form
+
+
+
+
+
+
+
+
+
diff --git a/auditlog/README.rst b/auditlog/README.rst
index 3502d597834..cdd8079ed1a 100644
--- a/auditlog/README.rst
+++ b/auditlog/README.rst
@@ -1,5 +1,10 @@
-Track user operation on data models
-===================================
+.. 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
+
+=================================
+Audit Log - Track user operations
+=================================
This module allows the administrator to log user operations performed on data
models such as ``create``, ``read``, ``write`` and ``delete``.
@@ -7,23 +12,32 @@ models such as ``create``, ``read``, ``write`` and ``delete``.
Usage
=====
-Go to `Reporting / Audit / Rules` to subscribe rules. A rule defines which
-operations to log for a given data model.
-Then, check logs in the `Reporting / Audit / Logs` menu.
+Go to `Settings / Technical / Audit / Rules` to subscribe rules. A rule defines
+which operations to log for a given data model.
+
+.. image:: /auditlog/static/description/rule.png
+
+Then, check logs in the `Settings / Technical / Audit / Logs` menu. You can
+group them by user sessions, date, data model or HTTP requests:
+
+.. image:: /auditlog/static/description/logs.png
-During installation, it will migrate any existing data from the `audittrail`
-module (rules and logs).
+Get the details:
-For further information, please visit:
+.. image:: /auditlog/static/description/log.png
- * https://www.odoo.com/forum/help-1
+A scheduled action exists to delete logs older than 6 months (180 days)
+automatically but is not enabled by default.
+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:: /auditlog/static/description/autovacuum.png
Known issues / Roadmap
======================
* log only operations triggered by some users (currently it logs all users)
- * group logs by HTTP query (thanks to werzeug)?
- * group HTTP query by user session?
Bug Tracker
@@ -43,6 +57,12 @@ Contributors
* Sebastien Alix
* Holger Brunn
+* Holden Rehg
+
+Images
+------
+
+* Icon: built with different icons from the `Oxygen theme `_ (LGPL)
Maintainer
----------
diff --git a/auditlog/__init__.py b/auditlog/__init__.py
index ae4e80c044a..da3e3677596 100644
--- a/auditlog/__init__.py
+++ b/auditlog/__init__.py
@@ -1,44 +1,5 @@
# -*- coding: utf-8 -*-
-##############################################################################
-#
-# OpenERP, Open Source Management Solution
-# Copyright (C) 2013 ABF OSIELL ().
-#
-# 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 .
-#
-##############################################################################
+# © 2015 ABF OSIELL
+# 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'")
diff --git a/auditlog/__openerp__.py b/auditlog/__openerp__.py
index b190bf87377..d9f0d67a495 100644
--- a/auditlog/__openerp__.py
+++ b/auditlog/__openerp__.py
@@ -1,28 +1,12 @@
# -*- coding: utf-8 -*-
-##############################################################################
-#
-# OpenERP, Open Source Management Solution
-# Copyright (C) 2013 ABF OSIELL ().
-#
-# 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 .
-#
-##############################################################################
+# © 2015 ABF OSIELL
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': "Audit Log",
- 'version': "8.0.1.0.0",
+ 'version': "9.0.1.0.0",
'author': "ABF OSIELL,Odoo Community Association (OCA)",
+ 'license': "AGPL-3",
'website': "http://www.osiell.com",
'category': "Tools",
'depends': [
@@ -30,9 +14,12 @@
],
'data': [
'security/ir.model.access.csv',
+ 'data/ir_cron.xml',
'views/auditlog_view.xml',
+ 'views/http_session_view.xml',
+ 'views/http_request_view.xml',
],
+ 'images': [],
'application': True,
- 'installable': False,
- 'pre_init_hook': 'pre_init_hook',
+ 'installable': True,
}
diff --git a/auditlog/data/ir_cron.xml b/auditlog/data/ir_cron.xml
new file mode 100644
index 00000000000..d0f77a082a8
--- /dev/null
+++ b/auditlog/data/ir_cron.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Auto-vacuum audit logs
+ 1
+ days
+ -1
+
+
+ auditlog.autovacuum
+ autovacuum
+ (180,)
+
+
+
+
diff --git a/auditlog/i18n/am.po b/auditlog/i18n/am.po
new file mode 100644
index 00000000000..52804fb935f
--- /dev/null
+++ b/auditlog/i18n/am.po
@@ -0,0 +1,454 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: am\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Última actualización por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Última actualización en"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/ar.po b/auditlog/i18n/ar.po
new file mode 100644
index 00000000000..dbade83b304
--- /dev/null
+++ b/auditlog/i18n/ar.po
@@ -0,0 +1,455 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+# SaFi J. , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: SaFi J. , 2016\n"
+"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ar\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: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr "الإجراء"
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr "السياق"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "أنشئ بواسطة"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "أنشئ في"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr "التاريخ"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "الوصف"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "اسم العرض"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr "مسوّدة"
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr "الحقل"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr "تجميع حسب..."
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "المعرف"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "آخر تعديل في"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "آخر تحديث بواسطة"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "آخر تحديث في"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr "النموذج"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "الاسم"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "النوع"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr "المستخدم"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr "المستخدمون"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/bg.po b/auditlog/i18n/bg.po
new file mode 100644
index 00000000000..a18001138e0
--- /dev/null
+++ b/auditlog/i18n/bg.po
@@ -0,0 +1,454 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: bg\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Създадено от"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Създадено на"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr "Дата"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Описание"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Име за показване"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr "Групиране по..."
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Последно обновено на"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Последно обновено от"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Последно обновено на"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Име"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Вид"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/bs.po b/auditlog/i18n/bs.po
new file mode 100644
index 00000000000..0dbaa8e470d
--- /dev/null
+++ b/auditlog/i18n/bs.po
@@ -0,0 +1,454 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: bs\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: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr "Kontekst"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Kreirao"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Kreirano"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr "Datum"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Opis"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Prikaži naziv"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr "U pripremi"
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr "Grupiši po..."
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Zadnje mijenjano"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Zadnji ažurirao"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Zadnje ažurirano"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Ime"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Vrsta"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr "Korisnik"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/ca.po b/auditlog/i18n/ca.po
new file mode 100644
index 00000000000..d6431ec1c5f
--- /dev/null
+++ b/auditlog/i18n/ca.po
@@ -0,0 +1,455 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+# Carles Antoli , 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-01-17 13:11+0000\n"
+"PO-Revision-Date: 2017-01-17 13:11+0000\n"
+"Last-Translator: Carles Antoli , 2017\n"
+"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ca\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr "Context"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Creat per"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Creat el"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr "Data"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Descripció"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Veure el nom"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr "Esborrany"
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr "Camp"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr "Agrupa per..."
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Darrera modificació el"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Darrera Actualització per"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Darrera Actualització el"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr "Incidències"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr "Model"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Nom"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr "Estat"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Tipus"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr "Donar-se de baixa"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr "Usuari"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr "Usuaris"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/cs.po b/auditlog/i18n/cs.po
new file mode 100644
index 00000000000..2b53d4a7ba7
--- /dev/null
+++ b/auditlog/i18n/cs.po
@@ -0,0 +1,455 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+# Jaroslav Helemik Nemec , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: Jaroslav Helemik Nemec , 2016\n"
+"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Vytvořil(a)"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Vytvořeno"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr "Datum"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Popis"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Zobrazovaný název"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr "Návrh"
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr "Seskupit..."
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Naposled upraveno"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Naposled upraveno"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Naposled upraveno"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Název"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr "Stav"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Druh"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr "Uživatel"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/da.po b/auditlog/i18n/da.po
new file mode 100644
index 00000000000..e3b261f6bd2
--- /dev/null
+++ b/auditlog/i18n/da.po
@@ -0,0 +1,454 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: da\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Oprettet af"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Oprettet den"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Beskrivelse"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Vist navn"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr "Udkast"
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "Id"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Sidst ændret den"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Sidst opdateret af"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Sidst opdateret den"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr "Log"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Navn"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr "Delstat"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Type"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr "Brugere"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/de.po b/auditlog/i18n/de.po
index 81e22dd9e1f..874dffd06fc 100644
--- a/auditlog/i18n/de.po
+++ b/auditlog/i18n/de.po
@@ -3,14 +3,15 @@
# * auditlog
#
# Translators:
+# OCA Transbot , 2016
msgid ""
msgstr ""
-"Project-Id-Version: server-tools (8.0)\n"
+"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-09-29 11:14+0000\n"
-"PO-Revision-Date: 2015-09-18 13:53+0000\n"
-"Last-Translator: OCA Transbot \n"
-"Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-8-0/language/de/)\n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
@@ -18,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: auditlog
-#: field:auditlog.rule,action_id:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
msgid "Action"
msgstr "Aktion"
@@ -27,6 +28,21 @@ msgstr "Aktion"
msgid "Audit"
msgstr "Audit"
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr "Audit-Log - HTTP Benutzersitzungs-Protokoll"
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr "Auditlog - HTTP-Anforderungsprotokoll"
+
#. module: auditlog
#: model:ir.model,name:auditlog.model_auditlog_log
msgid "Auditlog - Log"
@@ -43,247 +59,406 @@ msgid "Auditlog - Rule"
msgstr "Auditlog - Regel"
#. module: auditlog
-#: field:auditlog.log,create_uid:0 field:auditlog.log.line,create_uid:0
-#: field:auditlog.rule,create_uid:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr "Kontext"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
msgid "Created by"
msgstr "Erstellt von"
#. module: auditlog
-#: field:auditlog.log,create_date:0 field:auditlog.log.line,create_date:0
-#: field:auditlog.rule,create_date:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
msgid "Created on"
msgstr "Erstellt am:"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "Date"
-msgstr ""
+msgstr "Datum"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Beschreibung"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Anzeigename"
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_search
#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "Draft"
msgstr "Entwurf"
#. module: auditlog
-#: field:auditlog.log.line,field_id:0
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
msgid "Field"
msgstr "Feld"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_form
-#: field:auditlog.log,line_ids:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Fields updated"
msgstr "Felder aktualisiert"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_search
-#: view:auditlog.rule:auditlog.view_auditlog_rule_search
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "Group By..."
msgstr "Gruppieren nach ..."
#. module: auditlog
-#: field:auditlog.log,id:0 field:auditlog.log.line,id:0
-#: field:auditlog.rule,id:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
msgid "ID"
msgstr "ID"
#. module: auditlog
-#: field:auditlog.log,write_uid:0 field:auditlog.log.line,write_uid:0
-#: field:auditlog.rule,write_uid:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Zuletzt geändert am"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
msgid "Last Updated by"
msgstr "Zuletzt aktualisiert von"
#. module: auditlog
-#: field:auditlog.log,write_date:0 field:auditlog.log.line,write_date:0
-#: field:auditlog.rule,write_date:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_form
-#: field:auditlog.log.line,log_id:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Log"
msgstr "Protokoll"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Log - Field updated"
msgstr "Feldänderungen protokollieren"
#. module: auditlog
-#: field:auditlog.rule,log_create:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
msgid "Log Creates"
msgstr "Erstellen protokollieren"
#. module: auditlog
-#: field:auditlog.rule,log_unlink:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
msgid "Log Deletes"
msgstr "Löschen protokollieren"
#. module: auditlog
-#: field:auditlog.rule,log_read:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
msgid "Log Reads"
msgstr "Lesen protokollieren"
#. module: auditlog
-#: field:auditlog.rule,log_write:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
msgid "Log Writes"
msgstr "Schreiben protokollieren"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_search
-#: view:auditlog.log:auditlog.view_auditlog_log_tree
#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
msgid "Logs"
msgstr "Protokolle"
#. module: auditlog
-#: field:auditlog.log,method:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
msgid "Method"
msgstr "Methode"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_search
-#: field:auditlog.log,model_id:0 field:auditlog.rule,model_id:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "Model"
msgstr "Modell"
#. module: auditlog
-#: field:auditlog.rule,name:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
msgid "Name"
msgstr "Name"
#. module: auditlog
-#: field:auditlog.log.line,new_value:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
msgid "New Value"
msgstr "Neuer Wert"
#. module: auditlog
-#: field:auditlog.log.line,new_value_text:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
msgid "New value Text"
msgstr "Neuen Wert Text"
#. module: auditlog
-#: field:auditlog.log.line,old_value:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
msgid "Old Value"
msgstr "Alter Wert"
#. module: auditlog
-#: field:auditlog.log.line,old_value_text:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
msgid "Old value Text"
msgstr "Alter Wert Text"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_search
-#: field:auditlog.log,res_id:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "Resource ID"
msgstr "Ressourcen-ID"
#. module: auditlog
-#: field:auditlog.log,name:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
msgid "Resource Name"
msgstr "Ressourcenname"
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_form
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
msgid "Rule"
msgstr "Regel"
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_search
-#: view:auditlog.rule:auditlog.view_auditlog_rule_tree
#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
msgid "Rules"
msgstr "Regeln"
#. module: auditlog
-#: help:auditlog.rule,model_id:0
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
msgid "Select model for which you want to generate log."
msgstr "Wählen Sie das Modell, das protokolliert werden soll."
#. module: auditlog
-#: help:auditlog.rule,log_create:0
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
msgid ""
"Select this if you want to keep track of creation on any record of the model"
" of this rule"
-msgstr "Aktivieren Sie dies, wenn die die Erstellungs-Vorgänge aller Datensätze für das Modell protokollieren wollen"
+msgstr ""
+"Aktivieren Sie dies, wenn die die Erstellungs-Vorgänge aller Datensätze für "
+"das Modell protokollieren wollen"
#. module: auditlog
-#: help:auditlog.rule,log_unlink:0
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
msgid ""
"Select this if you want to keep track of deletion on any record of the model"
" of this rule"
-msgstr "Aktivieren Sie dies, wenn die die Lösch-Vorgänge aller Datensätze für das Modell protokollieren wollen"
+msgstr ""
+"Aktivieren Sie dies, wenn die die Lösch-Vorgänge aller Datensätze für das "
+"Modell protokollieren wollen"
#. module: auditlog
-#: help:auditlog.rule,log_write:0
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
msgid ""
"Select this if you want to keep track of modification on any record of the "
"model of this rule"
-msgstr "Aktivieren Sie dies, wenn die die Änderungs-Vorgänge aller Datensätze für das Modell protokollieren wollen"
+msgstr ""
+"Aktivieren Sie dies, wenn die die Änderungs-Vorgänge aller Datensätze für "
+"das Modell protokollieren wollen"
#. module: auditlog
-#: help:auditlog.rule,log_read:0
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
msgid ""
"Select this if you want to keep track of read/open on any record of the "
"model of this rule"
-msgstr "Aktivieren Sie dies, wenn die die Lese-Vorgänge aller Datensätze für das Modell protokollieren wollen"
+msgstr ""
+"Aktivieren Sie dies, wenn die die Lese-Vorgänge aller Datensätze für das "
+"Modell protokollieren wollen"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_search
-#: field:auditlog.rule,state:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "State"
msgstr "Status"
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
msgid "Subscribe"
msgstr "Aktiviere"
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_search
#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "Subscribed"
msgstr "Aktiviert"
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
#. module: auditlog
#: sql_constraint:auditlog.rule:0
msgid ""
"There is already a rule defined on this model\n"
"You cannot define another: please edit the existing one."
-msgstr "Es wurde bereits eine Regel für dieses Modell erstellen.\nSie können keine weiteren erstellen. Ändern Sie die bestehende. "
+msgstr ""
+"Es wurde bereits eine Regel für dieses Modell erstellen.\n"
+"Sie können keine weiteren erstellen. Ändern Sie die bestehende. "
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_form
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Art"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
msgid "Unsubscribe"
msgstr "Deaktivieren"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_search
-#: field:auditlog.log,user_id:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "User"
msgstr "Benutzer"
#. module: auditlog
-#: field:auditlog.rule,user_ids:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
msgid "Users"
msgstr "Benutzer"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Values"
msgstr "Werte"
#. module: auditlog
-#: code:addons/auditlog/models/rule.py:478
+#: code:addons/auditlog/models/rule.py:535
#, python-format
msgid "View logs"
msgstr ""
#. module: auditlog
-#: help:auditlog.rule,user_ids:0
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
msgid "if User is not added then it will applicable for all users"
msgstr ""
diff --git a/auditlog/i18n/el_GR.po b/auditlog/i18n/el_GR.po
new file mode 100644
index 00000000000..7cb52fe68e9
--- /dev/null
+++ b/auditlog/i18n/el_GR.po
@@ -0,0 +1,455 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+# Kostas Goutoudis , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: Kostas Goutoudis , 2016\n"
+"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: el_GR\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Δημιουργήθηκε από "
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Δημιουργήθηκε στις"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr "Ημερομηνία"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Περιγραφή"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "Κωδικός"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Τελευταία ενημέρωση από"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Τελευταία ενημέρωση στις"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr "Αρχεία καταγραφής"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Ονομασία"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Τύπος"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr "Χρήστες"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/en_GB.po b/auditlog/i18n/en_GB.po
new file mode 100644
index 00000000000..74b646b14b2
--- /dev/null
+++ b/auditlog/i18n/en_GB.po
@@ -0,0 +1,454 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: en_GB\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Created by"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Created on"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr "Date"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Description"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Display Name"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr "Draft"
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr "Group By..."
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Last Modified on"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Last Updated by"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Last Updated on"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Name"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Type"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr "User"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/es.po b/auditlog/i18n/es.po
index 573ccb28441..29a742acaef 100644
--- a/auditlog/i18n/es.po
+++ b/auditlog/i18n/es.po
@@ -3,14 +3,16 @@
# * auditlog
#
# Translators:
+# OCA Transbot , 2016
+# Pedro M. Baeza , 2016
msgid ""
msgstr ""
-"Project-Id-Version: server-tools (8.0)\n"
+"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-09-29 11:14+0000\n"
-"PO-Revision-Date: 2015-09-18 13:54+0000\n"
-"Last-Translator: OCA Transbot \n"
-"Language-Team: Spanish (http://www.transifex.com/oca/OCA-server-tools-8-0/language/es/)\n"
+"POT-Creation-Date: 2016-12-17 02:07+0000\n"
+"PO-Revision-Date: 2016-12-17 02:07+0000\n"
+"Last-Translator: Pedro M. Baeza , 2016\n"
+"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
@@ -18,7 +20,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: auditlog
-#: field:auditlog.rule,action_id:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
msgid "Action"
msgstr "Acción"
@@ -27,6 +29,21 @@ msgstr "Acción"
msgid "Audit"
msgstr "Auditoría"
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr "Auditlog - Borrar registros antiguos"
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr "Auditlog - Registro de sesión de usuario HTTP"
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr "Auditlog - Reigstro de peticiones HTTP"
+
#. module: auditlog
#: model:ir.model,name:auditlog.model_auditlog_log
msgid "Auditlog - Log"
@@ -43,247 +60,409 @@ msgid "Auditlog - Rule"
msgstr "Auditlog - Regla"
#. module: auditlog
-#: field:auditlog.log,create_uid:0 field:auditlog.log.line,create_uid:0
-#: field:auditlog.rule,create_uid:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr "Contexto"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: auditlog
-#: field:auditlog.log,create_date:0 field:auditlog.log.line,create_date:0
-#: field:auditlog.rule,create_date:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
msgid "Created on"
msgstr "Creado en"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "Date"
-msgstr ""
+msgstr "Fecha"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Nombre a mostrar"
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_search
#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "Draft"
msgstr "No suscrito"
#. module: auditlog
-#: field:auditlog.log.line,field_id:0
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr "Registro rápido"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
msgid "Field"
msgstr "Campo"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_form
-#: field:auditlog.log,line_ids:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Fields updated"
msgstr "Campos actualizados"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_search
-#: view:auditlog.rule:auditlog.view_auditlog_rule_search
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr "Registro completo"
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+"Registro completo: Realiza una comparación entre los datos antes y después de la operación (registra más información como los campos calculados que fueron actualizados, pero es más lento)\n"
+"Registro rápido: sólo registra los cambios realizados a través de las operaciones de crear y escribir (menos información, pero más rápido)"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "Group By..."
msgstr "Agrupar por..."
#. module: auditlog
-#: field:auditlog.log,id:0 field:auditlog.log.line,id:0
-#: field:auditlog.rule,id:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr "Contexto HTTP"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr "Petición HTTP"
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr "Peticiones HTTP"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
msgid "ID"
msgstr "ID"
#. module: auditlog
-#: field:auditlog.log,write_uid:0 field:auditlog.log.line,write_uid:0
-#: field:auditlog.rule,write_uid:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Última actualización por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
msgid "Last Updated by"
msgstr "Última actualización por"
#. module: auditlog
-#: field:auditlog.log,write_date:0 field:auditlog.log.line,write_date:0
-#: field:auditlog.rule,write_date:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
msgid "Last Updated on"
msgstr "Última actualización el"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_form
-#: field:auditlog.log.line,log_id:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Log"
msgstr "Registro"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Log - Field updated"
msgstr "Registro - Campo actualizado"
#. module: auditlog
-#: field:auditlog.rule,log_create:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
msgid "Log Creates"
msgstr "Registrar creaciones"
#. module: auditlog
-#: field:auditlog.rule,log_unlink:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
msgid "Log Deletes"
msgstr "Registrar borrados"
#. module: auditlog
-#: field:auditlog.rule,log_read:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
msgid "Log Reads"
msgstr "Registrar lecturas"
#. module: auditlog
-#: field:auditlog.rule,log_write:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
msgid "Log Writes"
msgstr "Registrar modificaciones"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_search
-#: view:auditlog.log:auditlog.view_auditlog_log_tree
#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
msgid "Logs"
msgstr "Registros"
#. module: auditlog
-#: field:auditlog.log,method:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
msgid "Method"
msgstr "Método"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_search
-#: field:auditlog.log,model_id:0 field:auditlog.rule,model_id:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "Model"
msgstr "Modelo"
#. module: auditlog
-#: field:auditlog.rule,name:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
msgid "Name"
msgstr "Nombre"
#. module: auditlog
-#: field:auditlog.log.line,new_value:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
msgid "New Value"
msgstr "Valor nuevo"
#. module: auditlog
-#: field:auditlog.log.line,new_value_text:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
msgid "New value Text"
msgstr "Texto del valor nuevo"
#. module: auditlog
-#: field:auditlog.log.line,old_value:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
msgid "Old Value"
msgstr "Valor anterior"
#. module: auditlog
-#: field:auditlog.log.line,old_value_text:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
msgid "Old value Text"
msgstr "Texto del valor anterior"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_search
-#: field:auditlog.log,res_id:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr "Ruta"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "Resource ID"
msgstr "ID del recurso"
#. module: auditlog
-#: field:auditlog.log,name:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
msgid "Resource Name"
msgstr "Nombre del recurso"
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_form
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr "URL raíz"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
msgid "Rule"
msgstr "Regla"
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_search
-#: view:auditlog.rule:auditlog.view_auditlog_rule_tree
#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
msgid "Rules"
msgstr "Reglas"
#. module: auditlog
-#: help:auditlog.rule,model_id:0
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
msgid "Select model for which you want to generate log."
msgstr "Seleccione el modelo que quiere registrar."
#. module: auditlog
-#: help:auditlog.rule,log_create:0
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
msgid ""
"Select this if you want to keep track of creation on any record of the model"
" of this rule"
-msgstr "Marque esta casilla si desea registrar la creación de cualquier registro del modelo de esta regla"
+msgstr ""
+"Marque esta casilla si desea registrar la creación de cualquier registro del"
+" modelo de esta regla"
#. module: auditlog
-#: help:auditlog.rule,log_unlink:0
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
msgid ""
"Select this if you want to keep track of deletion on any record of the model"
" of this rule"
-msgstr "Marque esta casilla si desea registrar el borrado de cualquier registro del modelo de esta regla"
+msgstr ""
+"Marque esta casilla si desea registrar el borrado de cualquier registro del "
+"modelo de esta regla"
#. module: auditlog
-#: help:auditlog.rule,log_write:0
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
msgid ""
"Select this if you want to keep track of modification on any record of the "
"model of this rule"
-msgstr "Marque esta casilla si desea registrar la modificación de cualquier registro del modelo de esta regla"
+msgstr ""
+"Marque esta casilla si desea registrar la modificación de cualquier registro"
+" del modelo de esta regla"
#. module: auditlog
-#: help:auditlog.rule,log_read:0
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
msgid ""
"Select this if you want to keep track of read/open on any record of the "
"model of this rule"
-msgstr "Marque esta casilla si desea registrar la lectura/apertura de cualquier registro del modelo de esta regla"
+msgstr ""
+"Marque esta casilla si desea registrar la lectura/apertura de cualquier "
+"registro del modelo de esta regla"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr "Sesión"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr "ID de sesión"
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_search
-#: field:auditlog.rule,state:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "State"
msgstr "Estado"
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
msgid "Subscribe"
msgstr "Suscribir"
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_search
#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "Subscribed"
msgstr "Suscrito"
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr "Nombre técnico"
+
#. module: auditlog
#: sql_constraint:auditlog.rule:0
msgid ""
"There is already a rule defined on this model\n"
"You cannot define another: please edit the existing one."
-msgstr "Ya existe una regla definida para este modelo.\nNo puede definir otra: por favor, modifique el existente."
+msgstr ""
+"Ya existe una regla definida para este modelo.\n"
+"No puede definir otra: por favor, modifique el existente."
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_form
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Tipo"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
msgid "Unsubscribe"
msgstr "Desuscribir"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_search
-#: field:auditlog.log,user_id:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "User"
msgstr "Usuario"
#. module: auditlog
-#: field:auditlog.rule,user_ids:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr "Sesión de usuario"
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr "Sesiones de usuario"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
msgid "Users"
msgstr "Usuarios"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Values"
msgstr "Valores"
#. module: auditlog
-#: code:addons/auditlog/models/rule.py:478
+#: code:addons/auditlog/models/rule.py:535
#, python-format
msgid "View logs"
-msgstr ""
+msgstr "Ver registros"
#. module: auditlog
-#: help:auditlog.rule,user_ids:0
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
msgid "if User is not added then it will applicable for all users"
msgstr ""
+"Si el usuario no se agrega entonces será aplicable para todos los usuarios"
diff --git a/auditlog/i18n/es_AR.po b/auditlog/i18n/es_AR.po
new file mode 100644
index 00000000000..0ba01904c90
--- /dev/null
+++ b/auditlog/i18n/es_AR.po
@@ -0,0 +1,454 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_AR\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr "Contexto"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr "Fecha"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Mostrar Nombre"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr "Agrupar por..."
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Última modificación en"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Última actualización realizada por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Última actualización el"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Nombre"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Tipo"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/es_CL.po b/auditlog/i18n/es_CL.po
new file mode 100644
index 00000000000..1117d102c96
--- /dev/null
+++ b/auditlog/i18n/es_CL.po
@@ -0,0 +1,454 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_CL\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Nombre mostrado"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID (identificación)"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Última modificación en"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Última actualización de"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Última actualización en"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Nombre"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Tipo"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/es_CO.po b/auditlog/i18n/es_CO.po
new file mode 100644
index 00000000000..02cca3dba11
--- /dev/null
+++ b/auditlog/i18n/es_CO.po
@@ -0,0 +1,454 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_CO\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Creado"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Nombre Público"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Última Modificación el"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Actualizado por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Actualizado"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Nombre"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Tipo"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/es_CR.po b/auditlog/i18n/es_CR.po
new file mode 100644
index 00000000000..2bb110c6c9e
--- /dev/null
+++ b/auditlog/i18n/es_CR.po
@@ -0,0 +1,454 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_CR\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr "Contexto"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr "Fecha"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr "Borrador"
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr "Agrupar por..."
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Ultima actualización por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Ultima actualización en"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Nombre"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Tipo"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr "Usuario"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/es_DO.po b/auditlog/i18n/es_DO.po
new file mode 100644
index 00000000000..576911f79ab
--- /dev/null
+++ b/auditlog/i18n/es_DO.po
@@ -0,0 +1,454 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_DO\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Nombre mostrado"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Última modificación en"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Última actualización de"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Última actualización en"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Nombre"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Tipo"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/es_EC.po b/auditlog/i18n/es_EC.po
new file mode 100644
index 00000000000..d1d2a5b4222
--- /dev/null
+++ b/auditlog/i18n/es_EC.po
@@ -0,0 +1,454 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_EC\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr "Contexto"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr "Fecha"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Nombre mostrado"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr "Borrador"
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr "Agrupar por..."
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID (identificación)"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Última modificación en"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Última actualización de"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Última actualización en"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Nombre"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Tipo"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr "Usuario"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/es_ES.po b/auditlog/i18n/es_ES.po
new file mode 100644
index 00000000000..beba2fb2051
--- /dev/null
+++ b/auditlog/i18n/es_ES.po
@@ -0,0 +1,455 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+# Fernando Lara , 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-02-16 10:39+0000\n"
+"PO-Revision-Date: 2017-02-16 10:39+0000\n"
+"Last-Translator: Fernando Lara , 2017\n"
+"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_ES\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Nombre para mostrar"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr "Borrador"
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Última modificación en"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Última actualización por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Última actualización en"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr "Registro"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr "Estado"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Tipo"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr "Usuarios"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/es_MX.po b/auditlog/i18n/es_MX.po
new file mode 100644
index 00000000000..4227943d33f
--- /dev/null
+++ b/auditlog/i18n/es_MX.po
@@ -0,0 +1,454 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_MX\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr "Contexto"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr "Fecha"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Nombre desplegado"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr "Borrador"
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr "Agrupar por..."
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Ultima modificacion realizada"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Ultima actualizacion por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Ultima actualización realizada"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr "Modelo"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Nombre"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr "Estado"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Tipo"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr "Usuario"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/es_PE.po b/auditlog/i18n/es_PE.po
new file mode 100644
index 00000000000..f1378036708
--- /dev/null
+++ b/auditlog/i18n/es_PE.po
@@ -0,0 +1,454 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_PE\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Nombre a Mostrar"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Ultima Modificación en"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Actualizado última vez por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Ultima Actualización"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Nombre"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Tipo"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/es_PY.po b/auditlog/i18n/es_PY.po
new file mode 100644
index 00000000000..2f628d6aecb
--- /dev/null
+++ b/auditlog/i18n/es_PY.po
@@ -0,0 +1,454 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_PY\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Ultima actualización por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Ultima actualización en"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Nombre"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Tipo"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/es_VE.po b/auditlog/i18n/es_VE.po
new file mode 100644
index 00000000000..96961439c88
--- /dev/null
+++ b/auditlog/i18n/es_VE.po
@@ -0,0 +1,454 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_VE\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr "Contexto"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr "Fecha"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Descripción"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Mostrar nombre"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr "Borrador"
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr "Agrupar por..."
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Modificada por última vez"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Última actualización realizada por"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Ultima actualizacion en"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Nombre"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr "Provincia"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Tipo"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr "Usuario"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/et.po b/auditlog/i18n/et.po
new file mode 100644
index 00000000000..846ff016a2c
--- /dev/null
+++ b/auditlog/i18n/et.po
@@ -0,0 +1,454 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: et\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr "Kontekst"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Loonud"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Loodud"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr "Kuupäev"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Kirjeldus"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Näidatav nimi"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr "Mustand"
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr "Grupeeri..."
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Viimati muudetud"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Viimati uuendatud"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Viimati uuendatud"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Nimi"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Tüüp"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr "Kasutaja"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/eu.po b/auditlog/i18n/eu.po
new file mode 100644
index 00000000000..e255b7b0a6a
--- /dev/null
+++ b/auditlog/i18n/eu.po
@@ -0,0 +1,454 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: eu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Nork sortua"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Created on"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Deskribapena"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Izena erakutsi"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Last Updated by"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Last Updated on"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Izena"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Mota"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/fa.po b/auditlog/i18n/fa.po
new file mode 100644
index 00000000000..7b56e3e4a02
--- /dev/null
+++ b/auditlog/i18n/fa.po
@@ -0,0 +1,454 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fa\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "ایجاد شده توسط"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "ایجاد شده در"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "توصیف"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "نام نمایشی"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "شناسه"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "تاریخ آخرین بهروزرسانی"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "آخرین به روز رسانی توسط"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "آخرین به روز رسانی در"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "نام"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "نوع"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/fi.po b/auditlog/i18n/fi.po
new file mode 100644
index 00000000000..ed31dc0c5e3
--- /dev/null
+++ b/auditlog/i18n/fi.po
@@ -0,0 +1,455 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * auditlog
+#
+# Translators:
+# OCA Transbot , 2016
+# Jarmo Kortetjärvi , 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 9.0c\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: Jarmo Kortetjärvi , 2016\n"
+"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fi\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
+msgid "Action"
+msgstr "Toiminto"
+
+#. module: auditlog
+#: model:ir.ui.menu,name:auditlog.menu_audit
+msgid "Audit"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log
+msgid "Auditlog - Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_log_line
+msgid "Auditlog - Log details (fields updated)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_rule
+msgid "Auditlog - Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr "Konteksti"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
+msgid "Created by"
+msgstr "Luonut"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+msgid "Created on"
+msgstr "Luotu"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Date"
+msgstr "Päivämäärä"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Kuvaus"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Nimi"
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Draft"
+msgstr "Luonnos"
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
+msgid "Field"
+msgstr "Kenttä"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Fields updated"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Group By..."
+msgstr "Ryhmittele..."
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
+msgid "ID"
+msgstr "ID"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Viimeksi muokattu"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
+msgid "Last Updated by"
+msgstr "Viimeksi päivittänyt"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
+msgid "Last Updated on"
+msgstr "Viimeksi päivitetty"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Log - Field updated"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
+msgid "Log Creates"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
+msgid "Log Deletes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
+msgid "Log Reads"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
+msgid "Log Writes"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
+#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
+msgid "Logs"
+msgstr "Lokit"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
+msgid "Method"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Model"
+msgstr "Mall"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
+msgid "Name"
+msgstr "Nimi"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
+msgid "New Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
+msgid "New value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
+msgid "Old Value"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
+msgid "Old value Text"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "Resource ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
+msgid "Resource Name"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
+msgid "Rules"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
+msgid "Select model for which you want to generate log."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
+msgid ""
+"Select this if you want to keep track of creation on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
+msgid ""
+"Select this if you want to keep track of deletion on any record of the model"
+" of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
+msgid ""
+"Select this if you want to keep track of modification on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
+msgid ""
+"Select this if you want to keep track of read/open on any record of the "
+"model of this rule"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "State"
+msgstr "Tila"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Subscribe"
+msgstr ""
+
+#. module: auditlog
+#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+msgid "Subscribed"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr ""
+
+#. module: auditlog
+#: sql_constraint:auditlog.rule:0
+msgid ""
+"There is already a rule defined on this model\n"
+"You cannot define another: please edit the existing one."
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Tyyppi"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
+msgid "Unsubscribe"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User"
+msgstr "Käyttäjä"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
+msgid "Users"
+msgstr "Käyttäjät"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "Values"
+msgstr ""
+
+#. module: auditlog
+#: code:addons/auditlog/models/rule.py:535
+#, python-format
+msgid "View logs"
+msgstr ""
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
+msgid "if User is not added then it will applicable for all users"
+msgstr ""
diff --git a/auditlog/i18n/fr.po b/auditlog/i18n/fr.po
index d55547c9011..79c90b40284 100644
--- a/auditlog/i18n/fr.po
+++ b/auditlog/i18n/fr.po
@@ -3,14 +3,15 @@
# * auditlog
#
# Translators:
+# OCA Transbot , 2016
msgid ""
msgstr ""
-"Project-Id-Version: server-tools (8.0)\n"
+"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-09-29 11:14+0000\n"
-"PO-Revision-Date: 2015-09-18 13:56+0000\n"
-"Last-Translator: OCA Transbot \n"
-"Language-Team: French (http://www.transifex.com/oca/OCA-server-tools-8-0/language/fr/)\n"
+"POT-Creation-Date: 2016-11-26 01:45+0000\n"
+"PO-Revision-Date: 2016-11-26 01:45+0000\n"
+"Last-Translator: OCA Transbot , 2016\n"
+"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
@@ -18,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: auditlog
-#: field:auditlog.rule,action_id:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id
msgid "Action"
msgstr "Action"
@@ -27,6 +28,21 @@ msgstr "Action"
msgid "Audit"
msgstr "Audit"
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_autovacuum
+msgid "Auditlog - Delete old logs"
+msgstr "Auditlog - Supprimer les anciens journaux"
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_session
+msgid "Auditlog - HTTP User session log"
+msgstr "Auditlog - Journal des session utilisateur en HTTP"
+
+#. module: auditlog
+#: model:ir.model,name:auditlog.model_auditlog_http_request
+msgid "Auditlog - HTTP request log"
+msgstr "Auditlog - Journal des requêtes HTTP"
+
#. module: auditlog
#: model:ir.model,name:auditlog.model_auditlog_log
msgid "Auditlog - Log"
@@ -43,247 +59,410 @@ msgid "Auditlog - Rule"
msgstr "Auditlog - Règle"
#. module: auditlog
-#: field:auditlog.log,create_uid:0 field:auditlog.log.line,create_uid:0
-#: field:auditlog.rule,create_uid:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context
+msgid "Context"
+msgstr "Contexte"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_uid
msgid "Created by"
msgstr "Créé par"
#. module: auditlog
-#: field:auditlog.log,create_date:0 field:auditlog.log.line,create_date:0
-#: field:auditlog.rule,create_date:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_create_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_create_date
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
msgid "Created on"
msgstr "Date"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "Date"
-msgstr ""
+msgstr "Date"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description
+msgid "Description"
+msgstr "Description"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_display_name
+msgid "Display Name"
+msgstr "Nom affiché"
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_search
#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "Draft"
msgstr "Brouillon"
#. module: auditlog
-#: field:auditlog.log.line,field_id:0
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Fast log"
+msgstr "Journal rapide"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id
msgid "Field"
msgstr "Champ"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_form
-#: field:auditlog.log,line_ids:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_ids
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Fields updated"
msgstr "Champs modifiés"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_search
-#: view:auditlog.rule:auditlog.view_auditlog_rule_search
+#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0
+msgid "Full log"
+msgstr "Journaux complet"
+
+#. module: auditlog
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_type
+msgid ""
+"Full log: make a diff between the data before and after the operation (log more info like computed fields which were updated, but it is slower)\n"
+"Fast log: only log the changes made through the create and write operations (less information, but it is faster)"
+msgstr ""
+"journal complet: faire une comparaison entre les données avant et après l'opération (enregistre plus d'informations comme les champs calculés qui ont été mis à jour, mais c'est plus lent) \n"
+"journal rapide: enregistre seulement les modifications apportées par les opérations de créations et modifications (moins d'informations, mais c'est plus rapide)"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "Group By..."
msgstr "Grouper par..."
#. module: auditlog
-#: field:auditlog.log,id:0 field:auditlog.log.line,id:0
-#: field:auditlog.rule,id:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
+msgid "HTTP Context"
+msgstr "Contexte HTTP"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_request_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "HTTP Request"
+msgstr "Requête HTTP"
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_request_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_http_request_ids
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+msgid "HTTP Requests"
+msgstr "Requêtes HTTP"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_id
msgid "ID"
msgstr "ID"
#. module: auditlog
-#: field:auditlog.log,write_uid:0 field:auditlog.log.line,write_uid:0
-#: field:auditlog.rule,write_uid:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line___last_update
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule___last_update
+msgid "Last Modified on"
+msgstr "Dernière modification le"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_uid
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_uid
msgid "Last Updated by"
msgstr "Dernière mise à jour par"
#. module: auditlog
-#: field:auditlog.log,write_date:0 field:auditlog.log.line,write_date:0
-#: field:auditlog.rule,write_date:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_autovacuum_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_write_date
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_write_date
msgid "Last Updated on"
msgstr "Dernière mise à jour le"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_form
-#: field:auditlog.log.line,log_id:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_log_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Log"
msgstr "Log"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Log - Field updated"
msgstr "Log - Champs modifiés"
#. module: auditlog
-#: field:auditlog.rule,log_create:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create
msgid "Log Creates"
msgstr "Enregistrer les créations"
#. module: auditlog
-#: field:auditlog.rule,log_unlink:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink
msgid "Log Deletes"
msgstr "Enregistrer les suppressions"
#. module: auditlog
-#: field:auditlog.rule,log_read:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read
msgid "Log Reads"
msgstr "Enregistrer les lectures"
#. module: auditlog
-#: field:auditlog.rule,log_write:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write
msgid "Log Writes"
msgstr "Enregistrer les écritures"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_search
-#: view:auditlog.log:auditlog.view_auditlog_log_tree
#: model:ir.actions.act_window,name:auditlog.action_auditlog_log_tree
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_log_ids
#: model:ir.ui.menu,name:auditlog.menu_audit_logs
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_tree
msgid "Logs"
msgstr "Journaux"
#. module: auditlog
-#: field:auditlog.log,method:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method
msgid "Method"
msgstr "Méthode"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_search
-#: field:auditlog.log,model_id:0 field:auditlog.rule,model_id:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_model_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_model_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "Model"
msgstr "Modèle"
#. module: auditlog
-#: field:auditlog.rule,name:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_display_name
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_name
msgid "Name"
msgstr "Nom"
#. module: auditlog
-#: field:auditlog.log.line,new_value:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value
msgid "New Value"
msgstr "Nouvelle valeur"
#. module: auditlog
-#: field:auditlog.log.line,new_value_text:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text
msgid "New value Text"
msgstr "Nouvelle valeur texte"
#. module: auditlog
-#: field:auditlog.log.line,old_value:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value
msgid "Old Value"
msgstr "Ancienne valeur"
#. module: auditlog
-#: field:auditlog.log.line,old_value_text:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text
msgid "Old value Text"
msgstr "Ancienne valeur texte"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_search
-#: field:auditlog.log,res_id:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_name
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Path"
+msgstr "Chemin"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_res_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "Resource ID"
msgstr "ID de l'enregistrement"
#. module: auditlog
-#: field:auditlog.log,name:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name
msgid "Resource Name"
msgstr "Nom de l'enregistrement"
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_form
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_root_url
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+msgid "Root URL"
+msgstr "URL Racine"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
msgid "Rule"
msgstr "Règle"
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_search
-#: view:auditlog.rule:auditlog.view_auditlog_rule_tree
#: model:ir.actions.act_window,name:auditlog.action_auditlog_rule_tree
#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_rule_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_tree
msgid "Rules"
msgstr "Règles"
#. module: auditlog
-#: help:auditlog.rule,model_id:0
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id
msgid "Select model for which you want to generate log."
msgstr "Sélectionnez le modèle pour lequel vous voulez générer un historique."
#. module: auditlog
-#: help:auditlog.rule,log_create:0
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_create
msgid ""
"Select this if you want to keep track of creation on any record of the model"
" of this rule"
-msgstr "Cochez cette case si vous voulez garder une trace de la création d'un nouvel enregistrement concernant le modèle défini dans cette règle."
+msgstr ""
+"Cochez cette case si vous voulez garder une trace de la création d'un nouvel"
+" enregistrement concernant le modèle défini dans cette règle."
#. module: auditlog
-#: help:auditlog.rule,log_unlink:0
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_unlink
msgid ""
"Select this if you want to keep track of deletion on any record of the model"
" of this rule"
-msgstr "Cochez cette case si vous voulez garder une trace des suppressions des enregistrements du modèle défini dans cette règle."
+msgstr ""
+"Cochez cette case si vous voulez garder une trace des suppressions des "
+"enregistrements du modèle défini dans cette règle."
#. module: auditlog
-#: help:auditlog.rule,log_write:0
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_write
msgid ""
"Select this if you want to keep track of modification on any record of the "
"model of this rule"
-msgstr "Cochez cette case si vous voulez garder une trace des modifications sur chaque enregistrement du modèle défini dans cette règle."
+msgstr ""
+"Cochez cette case si vous voulez garder une trace des modifications sur "
+"chaque enregistrement du modèle défini dans cette règle."
#. module: auditlog
-#: help:auditlog.rule,log_read:0
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_log_read
msgid ""
"Select this if you want to keep track of read/open on any record of the "
"model of this rule"
-msgstr "Cochez cette case si vous voulez garder une trace de la lecture/ouverture de chaque enregistrement du modèle défini dans cette règle."
+msgstr ""
+"Cochez cette case si vous voulez garder une trace de la lecture/ouverture de"
+" chaque enregistrement du modèle défini dans cette règle."
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_search
-#: field:auditlog.rule,state:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_http_session_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_http_session_id
+msgid "Session"
+msgstr "Session"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name
+msgid "Session ID"
+msgstr "ID de session"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_state
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "State"
msgstr "État"
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
msgid "Subscribe"
msgstr "Abonner"
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_search
#: selection:auditlog.rule,state:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search
msgid "Subscribed"
msgstr "Abonné"
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name
+msgid "Technical name"
+msgstr "Nom technique"
+
#. module: auditlog
#: sql_constraint:auditlog.rule:0
msgid ""
"There is already a rule defined on this model\n"
"You cannot define another: please edit the existing one."
-msgstr "Il existe déjà une règle définie sur ce modèle\nVous ne pouvez pas en définir une nouvelle, vous devez modifier celle existante."
+msgstr ""
+"Il existe déjà une règle définie sur ce modèle\n"
+"Vous ne pouvez pas en définir une nouvelle, vous devez modifier celle existante."
#. module: auditlog
-#: view:auditlog.rule:auditlog.view_auditlog_rule_form
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_log_type
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_type
+msgid "Type"
+msgstr "Type"
+
+#. module: auditlog
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form
msgid "Unsubscribe"
msgstr "Désabonner"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_search
-#: field:auditlog.log,user_id:0
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_user_id
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_user_id
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
msgid "User"
msgstr "Utilisateur"
#. module: auditlog
-#: field:auditlog.rule,user_ids:0
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_request_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search
+msgid "User session"
+msgstr "Session utilisateur"
+
+#. module: auditlog
+#: model:ir.actions.act_window,name:auditlog.action_auditlog_http_session_tree
+#: model:ir.ui.menu,name:auditlog.menu_action_auditlog_http_session_tree
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_search
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_http_session_tree
+msgid "User sessions"
+msgstr "Sessions utilisateur"
+
+#. module: auditlog
+#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids
msgid "Users"
msgstr "Utilisateurs"
#. module: auditlog
-#: view:auditlog.log:auditlog.view_auditlog_log_form
+#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form
msgid "Values"
msgstr "Valeurs"
#. module: auditlog
-#: code:addons/auditlog/models/rule.py:478
+#: code:addons/auditlog/models/rule.py:535
#, python-format
msgid "View logs"
msgstr "Consulter les journaux"
#. module: auditlog
-#: help:auditlog.rule,user_ids:0
+#: model:ir.model.fields,help:auditlog.field_auditlog_rule_user_ids
msgid "if User is not added then it will applicable for all users"
msgstr ""
+"Si l'utilisateur n'est pas ajouté alors cela sera applicable à tous les "
+"utilisateurs"
diff --git a/auditlog/i18n/fr_CA.po b/auditlog/i18n/fr_CA.po
index 48892d5f799..6273a71b4ca 100644
--- a/auditlog/i18n/fr_CA.po
+++ b/auditlog/i18n/fr_CA.po
@@ -3,14 +3,17 @@
# * auditlog
#
# Translators:
+# OCA Transbot